@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");

/*
	Spectral by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #2e3842;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		color: #fff;
		font-family: "Open Sans", Helvetica, sans-serif;
		font-size: 15pt;
		font-weight: 400;
		letter-spacing: 0.075em;
		line-height: 1.65em;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 13pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 736px) {

			body, input, select, textarea {
				font-size: 11pt;
				letter-spacing: 0.0375em;
			}

		}

	a {
		-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
		border-bottom: dotted 1px;
		color: inherit;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		color: #fff;
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #fff;
		font-weight: 800;
		letter-spacing: 0.225em;
		line-height: 1em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 1.35em;
		line-height: 1.75em;
	}

		@media screen and (max-width: 736px) {

			h2 {
				font-size: 1.1em;
				line-height: 1.65em;
			}

		}

	h3 {
		font-size: 1.15em;
		line-height: 1.75em;
	}

		@media screen and (max-width: 736px) {

			h3 {
				font-size: 1em;
				line-height: 1.65em;
			}

		}

	h4 {
		font-size: 1em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.8em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 2px #fff;
		margin: 3em 0;
	}

		hr.major {
			margin: 4.5em 0;
		}

	blockquote {
		border-left: solid 4px #fff;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(144, 144, 144, 0.25);
		border-radius: 3px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		letter-spacing: 0;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0;
			margin-left: 0em;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0em;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0em;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: -0.375em;
		}

			.row.gtr-25 > * {
				padding: 0 0 0 0.375em;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.375em;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.375em;
				}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: -0.75em;
		}

			.row.gtr-50 > * {
				padding: 0 0 0 0.75em;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -0.75em;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 0.75em;
				}

		.row {
			margin-top: 0;
			margin-left: -1.5em;
		}

			.row > * {
				padding: 0 0 0 1.5em;
			}

			.row.gtr-uniform {
				margin-top: -1.5em;
			}

				.row.gtr-uniform > * {
					padding-top: 1.5em;
				}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: -2.25em;
		}

			.row.gtr-150 > * {
				padding: 0 0 0 2.25em;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -2.25em;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 2.25em;
				}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: -3em;
		}

			.row.gtr-200 > * {
				padding: 0 0 0 3em;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -3em;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 3em;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 480px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xsmall {
					order: -1;
				}

				.row > .col-1-xsmall {
					width: 8.33333%;
				}

				.row > .off-1-xsmall {
					margin-left: 8.33333%;
				}

				.row > .col-2-xsmall {
					width: 16.66667%;
				}

				.row > .off-2-xsmall {
					margin-left: 16.66667%;
				}

				.row > .col-3-xsmall {
					width: 25%;
				}

				.row > .off-3-xsmall {
					margin-left: 25%;
				}

				.row > .col-4-xsmall {
					width: 33.33333%;
				}

				.row > .off-4-xsmall {
					margin-left: 33.33333%;
				}

				.row > .col-5-xsmall {
					width: 41.66667%;
				}

				.row > .off-5-xsmall {
					margin-left: 41.66667%;
				}

				.row > .col-6-xsmall {
					width: 50%;
				}

				.row > .off-6-xsmall {
					margin-left: 50%;
				}

				.row > .col-7-xsmall {
					width: 58.33333%;
				}

				.row > .off-7-xsmall {
					margin-left: 58.33333%;
				}

				.row > .col-8-xsmall {
					width: 66.66667%;
				}

				.row > .off-8-xsmall {
					margin-left: 66.66667%;
				}

				.row > .col-9-xsmall {
					width: 75%;
				}

				.row > .off-9-xsmall {
					margin-left: 75%;
				}

				.row > .col-10-xsmall {
					width: 83.33333%;
				}

				.row > .off-10-xsmall {
					margin-left: 83.33333%;
				}

				.row > .col-11-xsmall {
					width: 91.66667%;
				}

				.row > .off-11-xsmall {
					margin-left: 91.66667%;
				}

				.row > .col-12-xsmall {
					width: 100%;
				}

				.row > .off-12-xsmall {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: rgba(255, 255, 255, 0.5);
		position: relative;
		top: -0.25em;
	}

	header h3 + p {
		font-size: 1.1em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
	}

	header.major {
		margin: 3.5em 0 3.5em 15em;
		text-align: left;
	}
	
	header.major02 {
		margin: 0 0 3.5em 0;
	}

		header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
			border-bottom: solid 2px #fff;
			display: inline-block;
			padding-bottom: 1em;
			position: relative;
		}

			header.major h2:after, header.major h3:after, header.major h4:after, header.major h5:after, header.major h6:after {
				content: '';
				display: block;
				height: 1px;
			}

		header.major p {
			/* color: #fff; */
			top: 0;
		}

		@media screen and (max-width: 736px) {

			header.major {
				margin: 0 0 2em 0;
			}

		}

	@media screen and (max-width: 980px) {
		header.major {
			margin: 0 0 2em 0;
		}

	}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #fff;
		display: block;
		font-size: 0.9em;
		font-weight: 600;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background-color: rgba(144, 144, 144, 0.25);
		border-radius: 3px;
		border: none;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			box-shadow: 0 0 0 2px #b69553;
		}

	select {
		background-size: 1.25em;
		background-repeat: no-repeat;
		background-position: calc(100% - 1em) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(144, 144, 144, 0.25);
				border-radius: 3px;
				content: '';
				display: inline-block;
				font-size: 0.8em;
				height: 2.0625em;
				left: 0;
				line-height: 2.0625em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.0625em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #2e3842;
			color: #fff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			box-shadow: 0 0 0 2px #21b2a6;
		}

	input[type="checkbox"] + label:before {
		border-radius: 3px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 3px;
		border: solid 2px #fff;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon.major {
			-moz-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			border-radius: 3px;
			border: solid 2px #fff;
			display: inline-block;
			font-size: 1.35em;
			height: calc(3em + 2px);
			line-height: 3em;
			text-align: center;
			width: calc(3em + 2px);
		}

			.icon.major:before {
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				display: inline-block;
				font-size: 1.5em;
			}

			@media screen and (max-width: 736px) {

				.icon.major {
					font-size: 1em;
				}

			}

		.icon.style1 {
			color: #00ffcc;
		}

		.icon.style2 {
			color: #00f0ff;
		}

		.icon.style3 {
			color: #76ddff;
		}

/* Image */

	.image {
		border-radius: 3px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 3px;
			display: block;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 2em 2em;
			top: 0.25em;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #fff;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2em 0;
	}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 1em 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0 !important;
			}

		ul.icons.major {
			padding: 1em 0;
		}

			ul.icons.major li {
				padding-right: 3.5em;
			}

				@media screen and (max-width: 736px) {

					ul.icons.major li {
						padding: 0 1em !important;
					}

				}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px #fff;
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(144, 144, 144, 0.25);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #fff;
			font-size: 0.9em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px #fff;
		}

		table tfoot {
			border-top: solid 2px #fff;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px #fff;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 3px;
		border: 0;
		box-shadow: inset 0 0 0 2px #fff;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 600;
		height: 3.125em;
		/* letter-spacing: 0.225em; */
		line-height: 3.125em;
		max-width: 30em;
		padding: 0 2.75em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(144, 144, 144, 0.25);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(144, 144, 144, 0.5);
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 1.35em;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #ed4933;
			box-shadow: none !important;
			color: #ffffff !important;
			position: relative;
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-color: #ef5e4a !important;
			}

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			button.primary:active,
			.button.primary:active {
				background-color: #eb341c !important;
			}

		input[type="submit"].primary02,
		input[type="reset"].primary02,
		input[type="button"].primary02,
		button.primary02,
		.button.primary02 {
			background-color: #F7A30A;
			box-shadow: none !important;
			color: #ffffff !important;
			position: relative;
		}

			input[type="submit"].primary02:hover,
			input[type="reset"].primary02:hover,
			input[type="button"].primary02:hover,
			button.primary02:hover,
			.button.primary02:hover {
				background-color: #f7a30aa6 !important;
			}

			input[type="submit"].primary02:active,
			input[type="reset"].primary02:active,
			input[type="button"].primary02:active,
			button.primary02:active,
			.button.primary02:active {
				background-color: #f7a30aa6 !important;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			opacity: 0.25;
		}

		@media screen and (max-width: 736px) {

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				height: 3.75em;
				line-height: 3.75em;
			}

		}

/* Features */

	.features {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		list-style: none;
		padding: 0;
		width: 100%;
	}

		.features li {
			padding: 4em 4em 2em 6em ;
			display: block;
			position: relative;
			text-align: left;
			width: 50%;
		}

			.features li:nth-child(1) {
				background-color: rgba(0, 0, 0, 0.035);
			}

			.features li:nth-child(2) {
				background-color: rgba(0, 0, 0, 0.07);
			}

			.features li:nth-child(3) {
				background-color: rgba(0, 0, 0, 0.105);
			}

			.features li:nth-child(4) {
				background-color: rgba(0, 0, 0, 0.14);
			}

			.features li:nth-child(5) {
				background-color: rgba(0, 0, 0, 0.175);
			}

			.features li:nth-child(6) {
				background-color: rgba(0, 0, 0, 0.21);
			}

			.features li:nth-child(7) {
				background-color: rgba(0, 0, 0, 0.245);
			}

			.features li:nth-child(8) {
				background-color: rgba(0, 0, 0, 0.28);
			}

			.features li:nth-child(9) {
				background-color: rgba(0, 0, 0, 0.315);
			}

			.features li:nth-child(10) {
				background-color: rgba(0, 0, 0, 0.35);
			}

			.features li:before {
				display: block;
				color: #00ffcc;
				position: absolute;
				left: 1.75em;
				top: 2.75em;
				font-size: 1.5em;
			}

			.features li:nth-child(1) {
				border-top-left-radius: 3px;
			}

			.features li:nth-child(2) {
				border-top-right-radius: 3px;
			}

			.features li:nth-last-child(1) {
				border-bottom-right-radius: 3px;
			}

			.features li:nth-last-child(2) {
				border-bottom-left-radius: 3px;
			}

			@media screen and (max-width: 980px) {

				.features li {
					padding: 3em 2em 1em 2em ;
					text-align: center;
				}

					.features li:before {
						left: 0;
						margin: 0 0 1em 0;
						position: relative;
						top: 0;
					}

			}

			@media screen and (max-width: 736px) {

				.features li {
					padding: 3em 0 1em 0 ;
					background-color: transparent !important;
					border-top: solid 2px #fff;
					width: 100%;
				}

					.features li:first-child {
						border-top: 0;
					}

			}

/* Spotlight */

	.spotlight {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

		.spotlight .image {
			-moz-order: 1;
			-webkit-order: 1;
			-ms-order: 1;
			order: 1;
			border-radius: 0;
			width: 40%;
		}

			.spotlight .image img {
				border-radius: 0;
				width: 100%;
			}

		.spotlight .content {
			padding: 2em 4em 0.1em 4em ;
			-moz-order: 2;
			-webkit-order: 2;
			-ms-order: 2;
			order: 2;
			max-width: 48em;
			width: 60%;
		}

		.spotlight:nth-child(2n) {
			-moz-flex-direction: row-reverse;
			-webkit-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}

		.spotlight:nth-child(1) {
			background-color: rgba(0, 0, 0, 0.075);
		}

		.spotlight:nth-child(2) {
			background-color: rgba(0, 0, 0, 0.15);
		}

		.spotlight:nth-child(3) {
			background-color: rgba(0, 0, 0, 0.225);
		}

		.spotlight:nth-child(4) {
			background-color: rgba(0, 0, 0, 0.3);
		}

		.spotlight:nth-child(5) {
			background-color: rgba(0, 0, 0, 0.375);
		}

		.spotlight:nth-child(6) {
			background-color: rgba(0, 0, 0, 0.45);
		}

		.spotlight:nth-child(7) {
			background-color: rgba(0, 0, 0, 0.525);
		}

		.spotlight:nth-child(8) {
			background-color: rgba(0, 0, 0, 0.6);
		}

		.spotlight:nth-child(9) {
			background-color: rgba(0, 0, 0, 0.675);
		}

		.spotlight:nth-child(10) {
			background-color: rgba(0, 0, 0, 0.75);
		}

		@media screen and (max-width: 1280px) {

			.spotlight .image {
				width: 45%;
			}

			.spotlight .content {
				width: 55%;
			}

		}

		@media screen and (max-width: 980px) {

			.spotlight {
				display: block;
			}

				.spotlight br {
					display: none;
				}

				.spotlight .image {
					width: 100%;
				}

				.spotlight .content {
					padding: 4em 3em 2em 3em ;
					max-width: none;
					text-align: center;
					width: 100%;
				}

		}

		@media screen and (max-width: 736px) {

			.spotlight .content {
				padding: 3em 2em 1em 2em ;
			}

		}

/* Wrapper */

.wrapper {
	padding: 4em 0 4em 0 ;
}
#body_page_seatmap .wrapper{
	padding: 4em 0 0.05em 0 ;
}

.wrapper > .inner {
	width: 60em;
	margin: 0 auto;
}

@media screen and (max-width: 1280px) {

	.wrapper > .inner {
		width: 90%;
	}

}

@media screen and (max-width: 980px) {

	.wrapper > .inner {
		width: 100%;
	}

}

		.wrapper.alt {
			padding: 0;
		}

		.wrapper.style1 {
			background-color: #21b2a6;
			color: #c8ece9;
		}

			.wrapper.style1 strong, .wrapper.style1 b {
				color: #ffffff;
			}

			.wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
				color: #ffffff;
			}

			.wrapper.style1 hr {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 blockquote {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 code {
				background: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style1 header p {
				color: #a6e0db;
			}

			.wrapper.style1 header.major h2, .wrapper.style1 header.major h3, .wrapper.style1 header.major h4, .wrapper.style1 header.major h5, .wrapper.style1 header.major h6 {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 label {
				color: #ffffff;
			}

			.wrapper.style1 input[type="text"],
			.wrapper.style1 input[type="password"],
			.wrapper.style1 input[type="email"],
			.wrapper.style1 select,
			.wrapper.style1 textarea {
				background-color: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style1 select {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
			}

				.wrapper.style1 select option {
					color: #ffffff;
					background: #21b2a6;
				}

			.wrapper.style1 input[type="checkbox"] + label,
			.wrapper.style1 input[type="radio"] + label {
				color: #c8ece9;
			}

				.wrapper.style1 input[type="checkbox"] + label:before,
				.wrapper.style1 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style1 input[type="checkbox"]:checked + label:before,
			.wrapper.style1 input[type="radio"]:checked + label:before {
				background: #ffffff;
				color: #21b2a6;
			}

			.wrapper.style1 ::-webkit-input-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 :-moz-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 ::-moz-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 :-ms-input-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 .formerize-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 .icon.major {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 ul.alt li {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 table tbody tr {
				border-color: rgba(0, 0, 0, 0.125);
			}

				.wrapper.style1 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style1 table th {
				color: #ffffff;
			}

			.wrapper.style1 table thead {
				border-color: rgba(0, 0, 0, 0.125);
				position: sticky;
				top: 55px;
				z-index: 9999;
			}

			.wrapper.style1 table tfoot {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 table.alt tbody tr td {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 input[type="submit"],
			.wrapper.style1 input[type="reset"],
			.wrapper.style1 input[type="button"],
			.wrapper.style1 button,
			.wrapper.style1 .button {
				box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
				color: #ffffff;
			}

				.wrapper.style1 input[type="submit"]:hover,
				.wrapper.style1 input[type="reset"]:hover,
				.wrapper.style1 input[type="button"]:hover,
				.wrapper.style1 button:hover,
				.wrapper.style1 .button:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				.wrapper.style1 input[type="submit"]:active,
				.wrapper.style1 input[type="reset"]:active,
				.wrapper.style1 input[type="button"]:active,
				.wrapper.style1 button:active,
				.wrapper.style1 .button:active {
					background-color: rgba(255, 255, 255, 0.2);
				}

			@media screen and (max-width: 736px) {

				.wrapper.style1 .features li {
					border-top-color: rgba(0, 0, 0, 0.125);
				}

			}

		.wrapper.style2 {
			background-color: #2e3842;
		}

		.wrapper.style3 {
			background-color: #505393;
			color: #d3d4e4;
		}

			.wrapper.style3 strong, .wrapper.style3 b {
				color: #ffffff;
			}

			.wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6 {
				color: #ffffff;
			}

			.wrapper.style3 hr {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 blockquote {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 code {
				background: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style3 header.major h2, .wrapper.style3 header.major h3, .wrapper.style3 header.major h4, .wrapper.style3 header.major h5, .wrapper.style3 header.major h6 {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 label {
				color: #07539f;
				font-weight: bold;
				font-size: 1.5rem;
			}

			.wrapper.style3 input[type="text"],
			.wrapper.style3 input[type="password"],
			.wrapper.style3 input[type="email"],
			.wrapper.style3 select,
			.wrapper.style3 textarea {
				background-color: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style3 select {
				background-image: 
				url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(182, 149, 83, 1)' /%3E%3C/svg%3E");
			}

				.wrapper.style3 select option {
					color: #ffffff;
					background: #505393;
				}

			.wrapper.style3 input[type="checkbox"] + label,
			.wrapper.style3 input[type="radio"] + label {
				color: #d3d4e4;
			}

				.wrapper.style3 input[type="checkbox"] + label:before,
				.wrapper.style3 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style3 input[type="checkbox"]:checked + label:before,
			.wrapper.style3 input[type="radio"]:checked + label:before {
				background: #ffffff;
				color: #505393;
			}

			.wrapper.style3 ::-webkit-input-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 :-moz-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 ::-moz-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 :-ms-input-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 .formerize-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 .icon.major {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 ul.alt li {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 table tbody tr {
				border-color: rgba(0, 0, 0, 0.125);
			}

				.wrapper.style3 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style3 table th {
				color: #ffffff;
			}

			.wrapper.style3 table thead {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 table tfoot {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 table.alt tbody tr td {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 input[type="submit"],
			.wrapper.style3 input[type="reset"],
			.wrapper.style3 input[type="button"],
			.wrapper.style3 button,
			.wrapper.style3 .button {
				box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
				color: #ffffff;
			}

				.wrapper.style3 input[type="submit"]:hover,
				.wrapper.style3 input[type="reset"]:hover,
				.wrapper.style3 input[type="button"]:hover,
				.wrapper.style3 button:hover,
				.wrapper.style3 .button:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				.wrapper.style3 input[type="submit"]:active,
				.wrapper.style3 input[type="reset"]:active,
				.wrapper.style3 input[type="button"]:active,
				.wrapper.style3 button:active,
				.wrapper.style3 .button:active {
					background-color: rgba(255, 255, 255, 0.2);
				}

			@media screen and (max-width: 736px) {

				.wrapper.style3 .features li {
					border-top-color: rgba(0, 0, 0, 0.125);
				}

			}

		.wrapper.style4 {
			background-color: transparent;
		}

		.wrapper.style5 {
			background-color: #ffffff;
			color: #4E4852;
		}

			.wrapper.style5 strong, .wrapper.style5 b {
				color: #2E3842;
			}

			.wrapper.style5 h2, .wrapper.style5 h3, .wrapper.style5 h4, .wrapper.style5 h5, .wrapper.style5 h6 {
				color: #2E3842;
			}

			.wrapper.style5 hr {
				border-color: #dfdfdf;
			}

			.wrapper.style5 blockquote {
				border-color: #dfdfdf;
			}

			.wrapper.style5 code {
				background: rgba(0, 0, 0, 0.0375);
			}

			.wrapper.style5 header p {
				color: #8E8892;
			}

			.wrapper.style5 header.major h2, .wrapper.style5 header.major h3, .wrapper.style5 header.major h4, .wrapper.style5 header.major h5, .wrapper.style5 header.major h6 {
				border-color: #dfdfdf;
			}

			.wrapper.style5 label {
				color: #2E3842;
			}

			.wrapper.style5 input[type="text"],
			.wrapper.style5 input[type="password"],
			.wrapper.style5 input[type="email"],
			.wrapper.style5 select,
			.wrapper.style5 textarea {
				background-color: rgba(0, 0, 0, 0.0375);
			}

			.wrapper.style5 select {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dfdfdf' /%3E%3C/svg%3E");
			}

				.wrapper.style5 select option {
					color: #2E3842;
					background: #ffffff;
				}

			.wrapper.style5 input[type="checkbox"] + label,
			.wrapper.style5 input[type="radio"] + label {
				color: #4E4852;
			}

				.wrapper.style5 input[type="checkbox"] + label:before,
				.wrapper.style5 input[type="radio"] + label:before {
					background: rgba(0, 0, 0, 0.0375);
				}

			.wrapper.style5 input[type="checkbox"]:checked + label:before,
			.wrapper.style5 input[type="radio"]:checked + label:before {
				background: #2E3842;
				color: #ffffff;
			}

			.wrapper.style5 ::-webkit-input-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 :-moz-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 ::-moz-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 :-ms-input-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 .formerize-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 .icon.major {
				border-color: #dfdfdf;
			}

			.wrapper.style5 ul.alt li {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table tbody tr {
				border-color: #dfdfdf;
			}

				.wrapper.style5 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(0, 0, 0, 0.0375);
				}

			.wrapper.style5 table th {
				color: #2E3842;
			}

			.wrapper.style5 table thead {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table tfoot {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table.alt tbody tr td {
				border-color: #dfdfdf;
			}

			.wrapper.style5 input[type="submit"],
			.wrapper.style5 input[type="reset"],
			.wrapper.style5 input[type="button"],
			.wrapper.style5 button,
			.wrapper.style5 .button {
				box-shadow: inset 0 0 0 2px #dfdfdf;
				color: #2E3842;
			}

				.wrapper.style5 input[type="submit"]:hover,
				.wrapper.style5 input[type="reset"]:hover,
				.wrapper.style5 input[type="button"]:hover,
				.wrapper.style5 button:hover,
				.wrapper.style5 .button:hover {
					background-color: rgba(0, 0, 0, 0.0375);
				}

				.wrapper.style5 input[type="submit"]:active,
				.wrapper.style5 input[type="reset"]:active,
				.wrapper.style5 input[type="button"]:active,
				.wrapper.style5 button:active,
				.wrapper.style5 .button:active {
					background-color: rgba(0, 0, 0, 0.1);
				}

				.wrapper.style6 {
					background-color: #ffffff;
					color: #4E4852;
				}
				.wrapper.style6 h2, .wrapper.style6 h3, .wrapper.style6 h4, .wrapper.style6 h5, .wrapper.style6 h6 {
					color: #2E3842;
				}
				.wrapper.style7 {
					background-color: #ffffff;
					color: #4E4852;
				}
				.wrapper.style7 h2, .wrapper.style7 h3, .wrapper.style7 h4, .wrapper.style7 h5, .wrapper.style7 h6 {
					color: #2E3842;
				}

			@media screen and (max-width: 736px) {

				.wrapper.style5 .features li {
					border-top-color: #dfdfdf;
				}

			}

		@media screen and (max-width: 980px) {

			.wrapper {
				padding: 4em 3em 2em 3em ;
			}

		}

		@media screen and (max-width: 736px) {

			.wrapper {
				padding: 3em 2em 1em 2em ;
			}

		}

/* Page Wrapper + Menu */

	#page-wrapper {
		-moz-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		opacity: 1;
		padding-top: 3em;
	}

		#page-wrapper:before {
			background: rgba(0, 0, 0, 0);
			content: '';
			display: block;
			display: none;
			height: 100%;
			left: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 10001;
		}

	#menu {
		-moz-transform: translateX(20em);
		-webkit-transform: translateX(20em);
		-ms-transform: translateX(20em);
		transform: translateX(20em);
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		-webkit-overflow-scrolling: touch;
		background: #51318f;
		color: #ffffff;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		padding: 3em 2em;
		position: fixed;
		right: 0;
		top: 0;
		width: 20em;
		z-index: 99999;
	}

	#menu ul {
		list-style: none;
		padding: 0;
	}

	#menu ul > li {
		border-top: solid 1px rgba(0, 0, 0, 0.125);
		margin: 0.5em 0 0 0;
		padding: 0.5em 0 0 0;
	}

	#menu ul > li:first-child {
		border-top: 0 !important;
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	#menu ul > li > a {
		border: 0;
		color: inherit;
		display: block;
		font-size: 0.8em;
		letter-spacing: 0.225em;
		outline: 0;
		text-decoration: none;
		text-transform: uppercase;
	}

	@media screen and (max-width: 736px) {

		#menu ul > li > a {
			line-height: 3em;
		}

	}

	#menu .close {
		background-image: url("images/close.svg");
		background-position: 4.85em 1em;
		background-repeat: no-repeat;
		border: 0;
		cursor: pointer;
		display: block;
		height: 3em;
		position: absolute;
		right: 0;
		top: 0;
		/* vertical-align: middle; */
		width: 7em;
	}

	@media screen and (max-width: 736px) {

		#menu {
			padding: 3em 1.5em;
		}

	}

	body.is-menu-visible #page-wrapper {
		opacity: 0.35;
	}

	body.is-menu-visible #page-wrapper:before {
		display: block;
	}

	body.is-menu-visible #menu {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

/* Header */

	#header {
		-moz-transition: background-color 0.2s ease;
		-webkit-transition: background-color 0.2s ease;
		-ms-transition: background-color 0.2s ease;
		transition: background-color 0.2s ease;
		background: #51318f;
		height: 3em;
		left: 0;
		line-height: 3em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
		
		box-shadow: 0px 2px 3px #00000099;
	}
	#header .logo{
		height: 50px;
	}
	#header h1 {
		-moz-transition: opacity 0.2s ease;
		-webkit-transition: opacity 0.2s ease;
		-ms-transition: opacity 0.2s ease;
		transition: opacity 0.2s ease;
		height: inherit;
		left: 1.25em;
		line-height: inherit;
		position: absolute;
		top: 0;
	}
	#header h1 a {
		border: 0;
		display: block;
		height: inherit;
		line-height: inherit;
	}
	@media screen and (max-width: 736px) {
		#header h1 a {
			font-size: 0.8em;
		}
	}
	#header nav {
		height: inherit;
		line-height: inherit;
		position: absolute;
		right: 0;
		top: 0;
	}
	#header nav > ul {
		list-style: none;
		margin: 0;
		padding: 0;
		white-space: nowrap;
	}
	#header nav > ul > li {
		display: inline-block;
		padding: 0;
	}
	#header nav > ul > li > a {
		border: 0;
		color: #fff;
		display: block;
		font-size: 0.8em;
		letter-spacing: 0.225em;
		padding: 0 1.5em;
		text-transform: uppercase;
	}
	#header nav > ul > li > a.menuToggle {
		outline: 0;
		position: relative;
	}
	#header nav > ul > li > a.menuToggle:after {
		background-image: url("images/bars.svg");
		background-position: right center;
		background-repeat: no-repeat;
		content: '';
		display: inline-block;
		height: 3.75em;
		vertical-align: top;
		width: 2em;
	}
	@media screen and (max-width: 736px) {
		#header nav > ul > li > a.menuToggle {
			padding: 0 1.5em;
		}
		#header nav > ul > li > a.menuToggle span {
			display: none;
		}
	}
	@media screen and (max-width: 736px) {
		#header nav > ul > li > a {
			padding: 0 0 0 1.5em;
		}
	}
	#header nav > ul > li:first-child {
		margin-left: 0;
	}
	#header.alt {
		background: transparent;
		box-shadow: none;
		
	}
	#header.alt h1 {
		pointer-events: none;
		opacity: 0;
	}

	/* #header nav ul li.com a{
		background-color: #4d2f8e;
	} */

/* Banner */

	#banner {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		cursor: default;
		/* height: 100vh; */
		/* min-height: 35em; */
		overflow: hidden;
		position: relative;
		text-align: center;
	}
	#banner h2 {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
		transition: transform 0.5s ease, opacity 0.5s ease;
		display: inline-block;
		font-size: 1.75em;
		opacity: 1;
		padding: 0.35em 1em;
		position: relative;
		z-index: 1;
	}

	#banner h2:before, #banner h2:after {
		-moz-transition: width 0.85s ease;
		-webkit-transition: width 0.85s ease;
		-ms-transition: width 0.85s ease;
		transition: width 0.85s ease;
		-moz-transition-delay: 0.25s;
		-webkit-transition-delay: 0.25s;
		-ms-transition-delay: 0.25s;
		transition-delay: 0.25s;
		background: #fff;
		content: '';
		display: block;
		height: 2px;
		position: absolute;
		width: 100%;
	}

	#banner h2:before {
		top: 0;
		left: 0;
	}

	#banner h2:after {
		bottom: 0;
		right: 0;
	}

	#banner p {
		letter-spacing: 0.225em;
		text-transform: uppercase;
	}

	#banner p a {
		color: inherit;
	}

	#banner .more {
		-moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
		-webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
		-ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
		transition: transform 0.75s ease, opacity 0.75s ease;
		-moz-transition-delay: 3.5s;
		-webkit-transition-delay: 3.5s;
		-ms-transition-delay: 3.5s;
		transition-delay: 3.5s;
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		border: none;
		bottom: 3rem;
		color: inherit;
		font-size: 0.8em;
		height: 8.5em;
		left: 50%;
		letter-spacing: 0.225em;
		margin-left: -8.5em;
		opacity: 1;
		outline: 0;
		padding-left: 0.225em;
		position: absolute;
		text-align: center;
		text-transform: uppercase;
		width: 16em;
		z-index: 1;
	}

	#banner .more:after {
		background-image: url("images/arrow.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		bottom: 4em;
		content: '';
		display: block;
		height: 1.5em;
		left: 50%;
		margin: 0 0 0 -0.75em;
		position: absolute;
		width: 1.5em;
	}

	#banner:after {
		pointer-events: none;
		-moz-transition: opacity 3s ease-in-out;
		-webkit-transition: opacity 3s ease-in-out;
		-ms-transition: opacity 3s ease-in-out;
		transition: opacity 3s ease-in-out;
		-moz-transition-delay: 1.25s;
		-webkit-transition-delay: 1.25s;
		-ms-transition-delay: 1.25s;
		transition-delay: 1.25s;
		content: '';
		/* background: #2e3842aa; */
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0.5;
	}

	@media screen and (max-width: 736px) {

		#banner {
			padding: 0 1em ;
			height: auto;
			min-height: 0;
		}

		#banner h2 {
			font-size: 1.25em;
		}

		#banner br {
			display: none;
		}

		#banner .more {
			display: none;
		}

	}

	body.is-preload #banner h2 {
		-moz-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
	}

		body.is-preload #banner h2:before, body.is-preload #banner h2:after {
			width: 0;
		}

	body.is-preload #banner .more {
		-moz-transform: translateY(8.5em);
		-webkit-transform: translateY(8.5em);
		-ms-transform: translateY(8.5em);
		transform: translateY(8.5em);
		opacity: 0;
	}

	body.is-preload #banner:after {
		opacity: 1;
	}

/* CTA */

	#cta .inner {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		max-width: 45em;
	}

		#cta .inner header {
			-moz-order: 1;
			-webkit-order: 1;
			-ms-order: 1;
			order: 1;
			padding-right: 3em;
			width: 70%;
		}

			#cta .inner header p {
				color: inherit;
			}

		#cta .inner .actions {
			-moz-order: 2;
			-webkit-order: 2;
			-ms-order: 2;
			order: 2;
			width: 30%;
		}

		@media screen and (max-width: 980px) {

			#cta .inner {
				display: block;
				text-align: center;
			}

				#cta .inner header {
					padding-right: 0;
					width: 100%;
				}

				#cta .inner .actions {
					margin-left: auto;
					margin-right: auto;
					max-width: 20em;
					width: 100%;
				}

		}

		@media screen and (max-width: 736px) {

			#cta .inner .actions {
				max-width: none;
			}

		}

/* Main */

	#main > header {
		padding: 3em 0 3em 0 ;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/bg_common.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/bg_common.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/bg_common.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/bg_common.jpg");
		background-attachment: fixed;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		text-align: center;
	}

		#main > header h2 {
			font-size: 1.75em;
			margin: 0 0 0.5em 0;
		}

		#main > header p {
			color: inherit;
			letter-spacing: 0.225em;
			text-transform: uppercase;
			top: 0;
		}

			#main > header p a {
				color: inherit;
			}

		@media screen and (max-width: 1680px) {

			#main > header {
				padding: 3em 0 3em 0 ;
			}

		}

		@media screen and (max-width: 1280px) {

			#main > header {
				padding: 3em 3em 3em 3em ;
			}

		}

		@media screen and (max-width: 980px) {

			#main > header {
				padding: 10em 3em 8em 3em ;
			}

		}

		@media screen and (max-width: 736px) {

			#main > header {
				padding: 5em 3em 3em 3em ;
			}

				#main > header h2 {
					font-size: 1.25em;
					margin: 0 0 1em 0;
				}

		}

	body.is-mobile #main > header {
		background-attachment: scroll;
	}

/* Footer */

	#footer {
		padding: 3em 0 4em 0 ;
		background-color: #1d242a;
		text-align: center;
	}

		#footer .icons {
			font-size: 1.25em;
		}

			#footer .icons a {
				color: rgba(255, 255, 255, 0.5);
			}

				#footer .icons a:hover {
					color: #fff;
				}

		#footer .copyright {
			color: rgba(255, 255, 255, 0.5);
			font-size: 0.8em;
			letter-spacing: 0.225em;
			list-style: none;
			padding: 0;
			text-transform: uppercase;
		}

			#footer .copyright li {
				border-left: solid 1px rgba(255, 255, 255, 0.5);
				display: inline-block;
				line-height: 1em;
				margin-left: 1em;
				padding-left: 1em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#footer .copyright li a {
					color: inherit;
				}

					#footer .copyright li a:hover {
						color: #fff;
					}

				@media screen and (max-width: 480px) {

					#footer .copyright li {
						border: 0;
						display: block;
						line-height: 1.65em;
						margin: 0;
						padding: 0.5em 0;
					}

				}

		@media screen and (max-width: 980px) {

			#footer {
				padding: 4em 3em 2em 3em ;
			}

		}

		@media screen and (max-width: 736px) {

			#footer {
				padding: 3em 2em 1em 2em ;
			}

		}

/* Landing */

	body.landing #page-wrapper {
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-attachment: fixed;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 0;
	}

	body.landing #footer {
		background-color: rgba(29, 36, 42, 0.9);
	}

	body.is-mobile.landing #page-wrapper {
		background: none;
	}

	body.is-mobile.landing #banner,
	body.is-mobile.landing .wrapper.style4 {
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	body.is-mobile.landing #footer {
		background-color: #1d242a;
	}



/* 追記 */
.mainCopy{
	font-size: 2.5rem;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 700;
	font-style: normal;
}
ul.changing li{
	text-align: left;
	font-size: 2.5rem;
	margin-bottom: 3rem;
	display: inline-block;
}

/*タブ実装*/
.tab_box .btn_area {
	margin:0;
	display: -webkit-box;
	display: flex;
	/* justify-content:center; */
}

.tab_box .btn_area:has(.active.keizoku) {
	justify-content: flex-start;
}
.tab_box .btn_area:has(.active.shinki) {
	justify-content: flex-end;
}

.hanbaiScheTbl{
	margin: 1rem 0;
	box-shadow: 0px 0px 15px #8f44bb5c;
}
.hanbaiScheTbl thead th{
	background-color: #51318f;
	text-align: center;
    padding: 3px 0;
}
.hanbaiScheTbl tbody th{
	background-color: #ebebeb;
	text-align: center;
	color: #51318f !important;
	border-bottom: 1px solid #ddd;
}
.hanbaiScheTbl tbody td{
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
.hanbaiScheTbl tbody td:nth-child(3){
	font-size: 1.7rem;
	letter-spacing: 0;
	color: #51318f;
}
.hanbaiScheTbl tbody td:nth-child(3) span{
	font-size: 1.2rem;
}
.hanbaiScheTbl tbody td:nth-child(3) span.youbi{
    display: inline-block;
    margin: auto -7px;
}
.keizoku .hanbaiScheTbl tbody tr:nth-child(1){
	border: 4px solid #d3145a;
	border-bottom: none;
}
.keizoku .hanbaiScheTbl tbody tr:nth-child(2){
	border: 4px solid #d3145a;
	border-top: none;
}
.keizoku .hanbaiScheTbl tbody tr:nth-child(3) th{
	position: relative;
}
.keizoku .hanbaiScheTbl tbody tr:nth-child(3) td{
	position: relative;
}
.keizoku .hanbaiScheTbl tbody tr:nth-child(4) th{
	position: relative;
}
.keizoku .hanbaiScheTbl tbody tr:nth-child(4) td{
	position: relative;
}
.keizoku .hanbaiScheTbl tbody tr:nth-child(3) th::after{
    content: '';
    background-color: #ccccccc9;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.keizoku .hanbaiScheTbl tbody tr:nth-child(3) td::after {
	content: '';
    background-color: #ccccccc9;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.keizoku .hanbaiScheTbl tbody tr:nth-child(4) th::after{
    content: '';
    background-color: #ccccccc9;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.keizoku .hanbaiScheTbl tbody tr:nth-child(4) td::after {
	content: '';
    background-color: #ccccccc9;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.shinki .hanbaiScheTbl tbody tr:nth-child(1) th,
.shinki .hanbaiScheTbl tbody tr:nth-child(2) th,
.shinki .hanbaiScheTbl tbody tr:nth-child(3) th,
.shinki .hanbaiScheTbl tbody tr:nth-child(4) th,
.shinki .hanbaiScheTbl tbody tr:nth-child(5) th{
	position: relative;
}

.shinki .hanbaiScheTbl tbody tr:nth-child(1) td,
.shinki .hanbaiScheTbl tbody tr:nth-child(2) td,
.shinki .hanbaiScheTbl tbody tr:nth-child(3) td,
.shinki .hanbaiScheTbl tbody tr:nth-child(4) td,
.shinki .hanbaiScheTbl tbody tr:nth-child(5) td{
	position: relative;
}

.shinki .hanbaiScheTbl tbody tr:nth-child(1) th::after,
.shinki .hanbaiScheTbl tbody tr:nth-child(2) th::after{
    content: '';
    background-color: #ccccccc9;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.shinki .hanbaiScheTbl tbody tr:nth-child(1) td::after,
.shinki .hanbaiScheTbl tbody tr:nth-child(2) td::after{
    content: '';
    background-color: #ccccccc9;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.shinki .hanbaiScheTbl tbody tr:nth-child(3){
	border: 4px solid #d3145a;
	border-bottom: none;
}
.shinki .hanbaiScheTbl tbody tr:nth-child(4){
	border: 4px solid #d3145a;
	border-top: none;
}
.tab_box .tab_btn {
	width: calc( 50% - 40px );
	margin: 0;
	color: #51318f;
	background: #d3c9e7;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
	font-weight: bold;
	border-radius: 20px 20px 0 0;
	padding: 12px 0;
}

.tab_box .tab_btn + .tab_btn {
	margin-left: 8px;
}

.tab_box .tab_btn:hover {
	background-color: #ece6f7;
}

.tab_box .tab_btn.active {
    background:#51318f;
    color:#fff;
	border-radius: 20px 20px 0 0;
	width: 50%;
}

.tab_box .panel_area {
    border: solid 20px #51318f;
    padding: 20px;
	background: #fafafa;
	color:#060606;
    /* border-radius: 20px; */
	box-shadow: 0px 0px 15px #8f44bb5c;
}

.tab_box .tab_panel {
    display:none;
}

.tab_box .tab_panel.active {
    display:block;
}

.tab_box .panel_area:has(.active.keizoku){
	border-radius: 0 20px 20px 20px;
}
.tab_box .panel_area:has(.active.shinki){
	border-radius: 20px 0 20px 20px;
}


.form-control{
	border: 5px solid #b69553;
	background-color: #fafafa;
}

.scheduleTbl{
	margin-bottom: 0;
}
.scheduleTbl thead th{
	background: #51318f;
	padding: 0.5rem 1rem;
    font-size: 1.25rem;
	color: #fff;
}
.scheduleTbl thead th span{
	background-color: #b69553;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	border-radius: 5px;
	padding: .05rem 0.5rem;
	display: inline-block;
	margin-right: .5rem;
}
.scheduleTbl tbody th{
	background: #ebebeb;
	text-align: center;
	vertical-align: middle;
	color: #51318f !important;
	padding: 1rem;
}
.scheduleTbl tbody td{
	font-weight: bold;
	color: #51318f;
	font-size: 1.4rem;
	letter-spacing: 0;
}
.scheduleTbl tbody td span{
	font-size: 1rem;
}
.scheduleTbl tbody td span.youbi{
    display: inline-block;
    margin: auto -7px;
}

.noticeList{
	/* border: 1px solid #ccc; */
	margin: 0 10px;
}
.noticeList li{
	text-align: left;
	font-size: 0.95rem;
	list-style: none;
	position: relative;
	/* margin-bottom: 1.5rem; */
}
.noticeList li:before{
	content: '※';
	position: absolute;
	left: -0.5rem;
}
.noticeList li.goldStar{
	color: #876c35;
	font-weight: bold;
}
.noticeList li.goldStar::before{
	content: '★';
}
.belowPrice{
	background-color: #efefef;
	padding:1rem;
	margin-top: 1rem;
}
dl.memo{
	background: #ECECEC;
	margin-top: 2rem;
	text-align: left;
	padding: 0.75rem 1rem;
	font-size: 1rem;
}
dl.memo dt{
	font-weight: bold;
}
dl.memo dd{
	background: #fff;
	padding: 1rem;
}
.button.primary.notyet{
	background: #ccc;
}
.button.primary.notyet:hover{
	background: #ccc !important;
}
.how2apply{
	margin: 0;
	font-size: 1.25rem;
}
.beforeApply{
	background: #51318f;
	color: #fff;
	font-weight: bold;
	font-size: 0.75rem;
	padding: 0.05rem .5rem;
	margin-right: .75rem;
	border-radius: 5px 0 0 5px;
	display: inline-block;
}
p:has(.beforeApply){
    background-color: #ebebeb;
    display: inline-block;
    padding: 0px 1rem 0 0;
    margin-top: 0.5rem;
    border-radius: 5px;
    font-weight: bold;
    color: #666;
	letter-spacing: 0;
}
.accordion {
	 background-color: #eee;
	 color: #444;
	 cursor: pointer;
	 padding: 18px;
	 width: 100%;
	 border: none;
	 text-align: left;
	 outline: none;
	 font-size: 15px;
	 transition: 0.4s;
 }


 .panel {
	 padding: 0 18px;
	 display: none;
	 background-color: white;
	 overflow: hidden;
 }

 /*=========
 accordion
 =========*/

 .accordion_area .accordion_one .ac_header {
   background-color: #ffffff;
   border: 1px solid #ccc;
   padding: 1.5rem 4rem 1.5rem 2rem;
   position: relative;
   z-index: +1;
   cursor: pointer;
   transition: .2s;
 }
 .accordion_area .accordion_one .ac_header:not(.open):hover {
   background-color: #f1f8ff;
 }
 .accordion_area .accordion_one:nth-child(odd) .ac_header {
   background-color: #f5f5f5;
 }
 .accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
   background-color: #f1f8ff;
 }
 .accordion_area .accordion_one .ac_header .i_box {
   position: absolute;
   top: 50%;
   right: 2rem;
   width: 20px;
   height: 20px;
   margin-top: -10px;
 }
 .accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
   position: absolute;
   content: "";
   margin: auto;
   box-sizing: border-box;
   vertical-align: middle;
 }
 .accordion_area .accordion_one .ac_header .i_box:before {
   border-top: 2px solid #014897;
   width: 20px;
   height: 0;
   top: 0;
   bottom: 0;
   right: 0;
 }
 .accordion_area .accordion_one .ac_header .i_box:after {
   border-left: 2px solid #014897;
   width: 0;
   height: 20px;
   top: 0;
   bottom: 0;
   right: 9px;
   transition: .3s;
 }
 .accordion_area .accordion_one .ac_header.open .i_box:after {
   height: 0;
 }
 .accordion_area .accordion_one .ac_inner {
   display: none;
   padding: 1.5rem 2rem 1.5rem 2rem;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   box-sizing: border-box;
   background: #fff;
 }
 @media screen and (max-width: 736px) {
   .accordion_area .accordion_one .ac_header {
     padding: 1.5rem 2rem 1.5rem 1.0rem;
   }
   .accordion_area .accordion_one .ac_header .i_box {
     right: 0.8rem;
     width: 15px;
     height: 15px;
     margin-top: -7px;
   }
   .accordion_area .accordion_one .ac_header .i_box:before {
     width: 15px;
   }
   .accordion_area .accordion_one .ac_header .i_box:after {
     height: 15px;
     right: 7px;
   }
   .accordion_area .accordion_one .ac_inner {
     padding: 1.5rem 1.5rem 1.5rem 1.5rem;
   }
 }

 /*=========
 faq
 =========*/

 .p-faq__headinner {
   display: block;
   padding-left: 35px;
   position: relative;
   line-height: 1.5;
 }
 .p-faq__headinner::before {
   position: absolute;
   left: 0;
   content: "Q．";
   color: #09357f;
   font-size: 20px;
   font-weight: bold;
 }
 .p-faq__headinner p.p-faq__q-txt {
   font-size: 20px;
	 color: #000;
 }
 @media screen and (max-width: 736px) {
   .p-faq__headinner {
     padding-left: 25px;
   }
   .p-faq__headinner::before {
     font-size: 14px;
   }
   .p-faq__headinner p.p-faq__q-txt {
     font-size: 14px;
   }
 }
 .p-faq__bodyinner {
   display: block;
   padding-left: 35px;
   position: relative;
   line-height: 1.5;
 }
 .p-faq__bodyinner::before {
   position: absolute;
   left: 0;
   content: "A．";
   color: #de0000;
   font-size: 20px;
   font-weight: bold;
 }
 .p-faq__bodyinner p.p-faq__a-txt {
   font-size: 20px;
	 color:#000;
 }
 @media screen and (max-width: 736px) {
   .p-faq__bodyinner {
     padding-left: 25px;
   }
   .p-faq__bodyinner::before {
     font-size: 14px;
   }
   .p-faq__bodyinner p.p-faq__a-txt {
     font-size: 14px;
   }
 }

 /*=========
 base
 =========*/


 .s_section {
   max-width: 1020px;
   margin: 0 auto;
   padding: 2rem 10px;
 }
 .gutter>*:not(:last-child) {
   margin-bottom: 1.5rem;
 }

 ul.list-disc {
   margin-bottom: 0;
   padding-left: 0;
 }
 .list-disc__item {
   margin-left: 1.5em;
   list-style: disc;
 }
 a._a {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   max-width: 300px;
   margin: 0 auto;
   padding: 2.0em 1.0em;
   border: 1px solid #222222;
   background: linear-gradient(to right, #ffffff 50%, #222222 50%);
   background-size: 200% auto;
   box-sizing: border-box;
   color: #222222;
   font-size: 14px;
   text-decoration: none;
   text-align: center;
   transition: .3s;
   position: relative;
 }
 a._a:after {
   content: "";
   position: absolute;
   right: -5px;
   bottom: -5px;
   width: 100%;
   height: 100%;
   border-right: 1px solid #222222;
   border-bottom: 1px solid #222222;
 }
 a._a:hover {
   color: #ffffff;
   background-position: -100% 0;
 }

 .kv_img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   min-width: 100%;
   min-height: 100%;
   background: url('../../images/kv_pc.jpg?v0906') no-repeat;
   background-size: cover;
	background-position: bottom;
   z-index: 0;
 }
 @media screen and (max-width: 1680px) {
	 .kv_img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		min-width: 100%;
		min-height: 100%;
		background: url('../../images/kv_pc.jpg?v0906') no-repeat;
		background-size: cover;
		 background-position: bottom;
		z-index: 0;
	 }
 }
 @media screen and (max-width: 1280px) {
	 .kv_img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		min-width: 100%;
		min-height: 100%;
		background: url('../../images/kv_pc.jpg?v0906') no-repeat;
		background-size: cover;
		background-position: bottom;
		z-index: 0;
	 }
 }
 @media screen and (max-width: 890px) {
	 .kv_img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		min-width: 100%;
		min-height: 100%;
		background: url('../../images/kv_sp.jpg?v0906') no-repeat;
		background-size: cover;
		 background-position: top;
		z-index: 0;
	 }
 }
 #banner .inner .kvImage{
	 position: relative;
	 z-index: 1;
	 filter: drop-shadow(0px 5px 8px #1f51a2);
 }

 /* SANFRECCE_OFC_W-4665　YouTube動画埋め込み依頼 */
 .youtube .pc {
   /* width: 70%; */
   height: auto;
   aspect-ratio: 16/9;
   margin-bottom: 2rem;
 }
 .youtube .sp {
   width: 100%;
   height: auto;
   aspect-ratio: 16/9;
   margin-bottom: 2rem;
 }

 .followBanner{
	 /* background: #f00; */
   position: fixed;
   bottom: 0;
   /* width: 100%; */
   z-index: 99999;
	 min-width: 1024px;
	 left: 50%;
   transform: translate(-50%,0);
 }
/* オープン */
.followBanner .btnArea {
	display: flex;
	justify-content: center;
}
.followBanner .btnArea p{
	width: 100%;
	min-width: 200px;
	max-width: 980px;
	padding: 1rem;
	margin: 0;
}
.followBanner .btnArea p a{
	width: 100%;
	text-align: center;
	border: 1px solid #fff;
	display: block;
	box-sizing: border-box;
	/* background: #fff; */
	color: #fff;
	position: relative;
	padding: 0.5rem;
	transition: 1.0s ;
}
.followBanner .btnArea p a::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #fff;
}
.followBanner .btnArea p a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 30px;
	height: 1px;
	background-color: #fff;
}
.followBanner.fixed .btnArea p a{
	 background: #51318F;
	 text-align: center;
 }
 .followBanner.fixed .btnArea p a:hover{
	opacity: 0.6;
 }
 .followBanner .btnArea p.notyet a{
	background-color: #F7A30A;
	color: #ffffff;
	border: 1px solid #b5b5b5;
	opacity: 0.6;
}
.followBanner .btnArea p.notyet{
	position: relative;
}
.followBanner .btnArea p.notyet::before{
    /* content: "テスト購入"; */
    display: block;
    color: #ebebeb;
    position: absolute;
    left: 0.5em;
    z-index: 999;
    top: 1em;
    font-size: 2.5rem;
    font-weight: bold;
	opacity: 0.8;
}
.followBanner.fixed .btnArea p.notyet::before{
	opacity: 1;
}

 .followBanner .btnArea p.notyet a::after,
 .followBanner .btnArea p.notyet a::before{
	background-color: #ebebeb;
}
.followBanner.fixed .btnArea p.notyet a{
	opacity: 1;
}

/* クローズ */
.followBanner .close_btn {
	display: flex;
	justify-content: center;
}
.followBanner .close_btn p{
	width: 100%;
	min-width: 200px;
	max-width: 980px;
	padding: 1rem;
	margin: 0;
}
.followBanner .close_btn p a{
	width: 100%;
	text-align: center;
	border: 1px solid #fff;
	display: block;
	box-sizing: border-box;
	/* background: #fff; */
	color: #fff;
	position: relative;
	padding: 0.5rem;
	transition: 1.0s ;
}
.followBanner .close_btn p a::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #fff;
}
.followBanner .close_btn p a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 30px;
	height: 1px;
	background-color: #fff;
}
.followBanner.fixed .close_btn p a{
	 background: #51318F;
	 text-align: center;
 }
 .followBanner.fixed .close_btn p a:hover{
	opacity: 0.6;
 }
 .followBanner .close_btn p.notyet a{
	background-color: #d1d1d1;
	color: #474747;
	border: 1px solid #b5b5b5;
	opacity: 0.6;
}
.followBanner .close_btn p.notyet{
	position: relative;
}
.followBanner .close_btn p.notyet::before{
    /* content: "申込期間前"; */
    content: "申込受付終了";
    display: block;
    color: #c1c1c1;
    position: absolute;
    left: 0.5em;
    z-index: 999;
    top: 1em;
    font-size: 2.5rem;
    font-weight: bold;
	opacity: 0.8;
}
.followBanner.fixed .close_btn p.notyet::before{
	opacity: 1;
}

 .followBanner .close_btn p.notyet a::after,
 .followBanner .close_btn p.notyet a::before{
	background-color: #666;
}
.followBanner.fixed .close_btn p.notyet a{
	opacity: 1;
}


#introduce{
	background-color:#eedaf9;
	position: relative;
	background-image: url(../../images/bg_01.gif);
  background-repeat: no-repeat;
  background-position: top center;
	background-attachment: fixed;
}

#introduce h1{
	position: absolute;
	top: 0;
	left: 0;
	color: #eedaf9;
	-webkit-text-stroke: 1px #6c4c7b;
	text-stroke: 1px #6c4c7b;
	font-size: 5rem;
	letter-spacing: 0rem;
	opacity: 0.3;
}

#introduce h2.catchCopy{
	font-size: 1.8rem;
	font-weight: bold;
  line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: left;
	letter-spacing: 0.1rem;
}
#introduce h2.catchCopy .gold{
	color: #51318f;
}
#introduce h2.catchCopy .gold span{
	font-size: 2.2rem;
}
#introduce .introTxt{
	font-size: 0.85rem;
	text-align: left;
	color: #291f3d;
	line-height: 1.75;
}
#introduce .fcBox{
	background:#fff;
	border-radius: 0.6rem;
	border: 1px solid #51318F;
}
#introduce .fcBox .title{
	background: #51318F;
	border-radius: 0.5rem 0.5rem 0 0;
	color: #fff;
	font-size: 0.85rem;
	padding: 0.25rem 1rem;
}
#introduce .fcBox .notice{
	font-weight: bold;
	color: #51318F;
	font-size: 1.5rem;
	margin: 0 0 1rem;;
	padding: 0;
}
#features{
	background-color: #ffffff;
	position: relative;
	color: #333;
	background-image: url(../../images/bg_concept.jpg);

	background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
#features h1{
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	-webkit-text-stroke: 1px #51318f;
	text-stroke: 1px #51318f;
	font-size: 5rem;
	letter-spacing: 0rem;
	opacity: 0.6;
}
#features .mainCopy{
	color: #fff;
	letter-spacing: 0;
}
#features .featuresTxt{
	color: #fff !important;
}
.featuresTxt{
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.tblFeature{
	color: #fff;
	letter-spacing: 0rem;
  box-shadow: 0px 0px 15px #8f44bb5c;
}
.tblFeature thead th{
	background: #51318f;
	text-align: center;
	border: 3px solid #fff;
	vertical-align: middle;
  margin: 0;
  padding: 0;
	letter-spacing: 0.2rem;
}
.tblFeature thead th:nth-child(1){
	width: 10%;
	font-size: 0.75rem;
	letter-spacing: 1rem;
}
.tblFeature thead th:nth-child(2){
	width: 18%;
	font-size: 0.75rem
}
.tblFeature thead th:nth-child(3){
	width: 72%;
	background: #b69553;
}
.tblFeature td{
	color: #000;
	font-size: 1rem;
	vertical-align: middle;
}
.tblFeature td:nth-child(1),
.tblFeature td:nth-child(2){
	font-size: 0.85rem;
}

.tblFeature td:nth-child(2).tal{
	text-align: left;
}
.tblFeature td:nth-child(2) ol{
	margin-bottom: 0;
}
.tblFeature td:nth-child(2) ol li{
	line-height: 1.4;
	margin-bottom: 0.75rem;
}
.tblFeature td .fwb{
	font-size: 1.4rem;
	font-weight: bold;
	color: #51318f;
}
.tblFeature td .fz-s{
	font-size: 1rem;
    line-height: 1.5;
    display: inline-block;
    color: #000;
}
.tblFeature td .notice{
	font-size: 0.75rem;
	display: block;
	line-height: 1.5;
}
.tblFeature td .tokutenWrap{
	text-align: left;
	margin: auto;
    display: inline-block;
    line-height: 1.5;
}
.tblFeature td .tokutenWrap.tac{
	text-align: center;
}

.tblFeature td .middleWrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.tblFeature td .noticeWrap{
	background-color: #f3f3f3;
	margin: 1rem auto 0;
	padding: 0.5rem 0;
	width: 100%;
	border: 1px solid #ccc;
}
.tblFeature td .noticeWrap.mt0{
	margin-top: 0;
}
.tblFeature td .noticeWrap.mb2{
	margin-bottom: 1rem;
}
.tblFeature td .noticeWrap p{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 0.75rem;
	line-height: 1.65;
}
.tblFeature td .noticeWrap p.subTitle{
	margin-bottom: 0.25rem;
}
.tblFeature td .noticeWrap p.noticeText{
	background: #fff;
    padding: 0.5rem;
	margin: 0.25rem 0.5rem;
}
.tblFeature td .noticeWrap ul.noticeList{
	margin: 0;
}
.tblFeature td .noticeWrap ul.noticeList li{
	font-size: 0.75rem;
	color: #000;
	line-height: 1.5;
}
.tblFeature td .noticeWrap ul.noticeList li:last-child{
	margin-bottom: 0;
}
.tblFeature td .noticeWrap ul.noticeList li.fc-red{
	color: #d3145a;
}
.tblFeature td .imgWrap{
	width: 100%;
	margin: 0 auto 0;
}
.tblFeature td .imgWrap img{
	width: 100%;
}
.tblFeature tr:nth-child(odd) td .noticeWrap{
	background: #fff;
}
.tblFeature tr:nth-child(odd) td .noticeWrap p.noticeText{
	background: #f3f3f3;
}

.tblFeature td .targetWrap{
	text-align: left;
	margin: auto;
    display: inline-block;
    line-height: 1.25;
	font-size: 1.4rem;
	width: 90%;
}
.tblFeature td .targetWrap p{
	margin: 0;
	margin-bottom: 0.5rem;
}
.tblFeature td .targetWrap p sup{
	font-weight: normal;
}
.tblFeature td .targetWrap .fz-s{
	font-size: 0.85rem;
}
.tblFeature td .fc-gold{
	color: #bf7d1d;
}
.tblFeature td .fc-red{
	color: #d3145a;
}
.tblFeature tr:nth-child(even) td{
	background: #fff;
}
.tblFeature tr:nth-child(odd) td{
	background: #f3f3f3;
}
#seatmap{
	position: relative;
	background-color: #532b71;
	background-image: url(../../images/bg_common.jpg);
	background-repeat: no-repeat;
  border-bottom: 1px solid #431f5f;
	background-size: cover;
}
#seatmap h1{
	position: absolute;
	top: 0;
	right: 0;
	color: #9244bc;
	-webkit-text-stroke: 1px #FFF;
	text-stroke: 1px #FFF;
	font-size: 5rem;
	letter-spacing: 0rem;
	opacity: 0.3;
}
#benefit{
	position: relative;
	background: #532b71;
	background-image: url(../../images/bg_common.jpg);
	background-repeat: no-repeat;
  border-bottom: 1px solid #431f5f;
	background-size: cover;
}
#benefit h1{
	position: absolute;
	top: 0;
	left: 0;
	color: #9244bc;
	-webkit-text-stroke: 1px #FFF;
	text-stroke: 1px #FFF;
	font-size: 5rem;
	letter-spacing: 0rem;
	opacity: 0.3;
}
#apply{
	background-color: #ffffff;
	position: relative;
	color: #333;
	background-image: url(../../images/bg_common_2.jpg);

	background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
#apply h1{
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	-webkit-text-stroke: 1px #51318f;
	text-stroke: 1px #51318f;
	font-size: 5rem;
	letter-spacing: 0rem;
	opacity: 0.6;
}
#apply h2{
	padding: 0.5rem;
	color: #51318f;
	letter-spacing: 0;
	font-size: 2.5rem;
}
#apply .sekisyu{
	padding: 0.56rem;
  background: #b69553;
	height: 50px;
	position: relative;
	color: #fff;
	font-size: 1.25rem;
	width: 95%;
}
#apply .sekisyu:after{
	content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  border: 25px solid transparent;
  border-left: 25px solid #b69553;
}
#apply .subTitle{
	margin: 2rem 0 1rem;
	padding: 0;
	font-size: 1.5rem;
	color: #51318f;
}

#groping{
	position: relative;
	background: #532b71;
	background-image: url(../../images/bg_common.jpg);
	background-repeat: no-repeat;
  border-bottom: 1px solid #431f5f;
	background-size: cover;
}
#groping h1{
	position: absolute;
	top: 0;
	right: 0;
	color: #9244bc;
	-webkit-text-stroke: 1px #FFF;
	text-stroke: 1px #FFF;
	font-size: 5rem;
	letter-spacing: 0rem;
	opacity: 0.3;
}

#seatmapArea{

position: -webkit-sticky;
position: sticky;
top: 50px;

}
#seatmapArea .imgWrap{
	position: relative;
	width: 100%;
	margin: auto;
}
#seatmapArea .imgWrap .mapArea{
	position: absolute;
	top: 0;
	display: none;
}
#seatmapArea .imgWrap .mapArea.default{
	display: block;
}
#seatmapArea .imgWrap .mapArea.onDisplay{
	display: block;
}
#seatmapArea .imgWrap .mapArea.offDisplay{
	display: none;
}
.tableArea>div{
	padding: 0;
}
#page_seatmap{
	background-color: #ffffff;
	position: relative;
	color: #333;
	background-image: url(../../images/bg_common_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
}
#page_seatmap h1{
	position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    -webkit-text-stroke: 1px #51318f;
    text-stroke: 1px #51318f;
    font-size: 5rem;
    letter-spacing: 0rem;
    opacity: 0.6;
}
#page_seatmap .serchBox option{
	font-size: 1rem;
}
#page_seatmap .serchBox option.novalue{
	color: #ccc;
}

#faq{
	/* background-color: #ffffff;
	color: #333;
	background-image: url(../../images/bg_common_2.jpg); */

	position: relative;
	background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
#faq h1{
	position: absolute;
	top: 0;
	left: 0;
	color: #575658;
	-webkit-text-stroke: 1px #c5c5c5;
	text-stroke: 1px #c5c5c5;
	font-size: 5rem;
	letter-spacing: 0rem;
	opacity: 0.6;
}
#faq h2{
	padding: 0.5rem;
	color: #fff;
	letter-spacing: 0;
	font-size: 2.5rem;
	margin: 0;
  text-align: center;
}
a.btn{
	background:#51318F;
	color: #fff;
	padding: 0.5rem;
	display: block;
	width: 100%;
	text-align: center;
	margin: 1rem auto;
	position: relative;
	font-weight: bold;
	transition: 1.0s ;
	text-decoration: none;
	border: 3px solid #51318F;
}
a.btn:hover{
	color: #51318F;
	background: #fff;
	opacity: 0.8;
	border: 3px solid #51318F;
}

a.btn::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #fff;
}
a.btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 30px;
	height: 1px;
	background-color: #fff;
}

a.button::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 1px)) rotate(45deg);
	width: 8px;
	height: 1px;
	background: #fff;
}
a.button::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 15px;
	height: 1px;
	background-color: #fff;
}
a.btn.gold{
	background-color: #bf9c47;
	border-color: #bf9c47;
}
a.btn.gold:hover{
	background-color: #fff;
	color: #bf9c47;
}
.fcBoxBtnArea{
	margin: 2rem auto;
	width: 50%;
}
.noticeArea{
	background:#EBEBEB;
	margin: 0 3rem 1rem 3rem;
	padding: 1rem;
}
.noticeArea p{
	font-size: 0.85rem;
	padding: 0;
	margin: 0;
	color: #000;
}
.noticeArea p.sub-title{
	color: #d3145a;
	font-weight: bold;
	font-size: 1.15rem;
	margin-bottom: 0.5rem;
}

ul.noticeList{
	list-style: none;
}

ul.noticeList li{
	font-size: 0.85rem;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 0.5rem;
	color: #666;
}
.fcBox ul.noticeList{
	width: 90% !important;
	margin: 1rem auto;
}

.c-white{
	color: #fff;
}
.c-black{
	color: #333;
}
.fwb{
	font-weight: bold;
}

/*====================================================================
.s_01 .accordion_one
====================================================================*/

.s_01 .item .area,
.s_01 .item .level,
.s_01 .item .price{
	display: none;
}

.s_01{
	margin: 1rem 0;
}
.s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
  /* background-color: #db0f2f; */
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 1rem;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  box-sizing: border-box;
	background: #fcfcfe;
}

.s_01 .accordion_header .num{
    background-color: #fff;
    color: #333;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 15px;
    margin: 0 5px 0 0;
    letter-spacing: 0;
    line-height: 1.5rem;
	text-align: center;
}

.s_01 .accordion_header .expansion{
    background-color: #e60012;
    color: #fff;
    width: 50px;
    height: 25px;
    display: inline-block;
    border-radius: 15px;
    margin: 0 5px 0 0;
    letter-spacing: 0;
    line-height: 1.5rem;
	text-align: center;
}

.s_01 .accordion_header .soldout{
    background-color: #e60012;
    color: #fff;
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 13%;
    width: 40px;
    height: 30px;
    margin: -15px 5px 0 0;
    letter-spacing: 0;
    line-height: 1.5rem;
	text-align: center;
}

.s_01 .sekisyu_prime .accordion_header{
  background-color: #6a94c6;
  color: #fff;
}
.s_01 .sekisyu_prime .accordion_inner{
	border-color: #6a94c6;
}

.s_01 .sekisyu_playerseye-mainA .accordion_header{
	background-color: #dfa075;
  color: #fff;
}
.s_01 .sekisyu_playerseye-mainA .accordion_inner{
	border-color: #dfa075;
}

.s_01 .sekisyu_cate1 .accordion_header{
	background-color: #f7e07c;
  color: #333;
}
.s_01 .sekisyu_cate1 .accordion_inner{
	border-color: #f7e07c;
}

.s_01 .sekisyu_playerseye-mainB .accordion_header{
	background-color: #558e73;
  color: #fff;
}
.s_01 .sekisyu_playerseye-mainB .accordion_inner{
	border-color: #558e73;
}

.s_01 .sekisyu_cate2 .accordion_header{
	background-color: #a2c3ac;
  color: #333;
}
.s_01 .sekisyu_cate2 .accordion_inner{
	border-color: #a2c3ac;
}


.s_01 .sekisyu_playerseye-backA .accordion_header{
	background-color: #ecc320;
  color: #fff;
}
.s_01 .sekisyu_playerseye-backA .accordion_inner{
	border-color: #ecc320;
}


.s_01 .sekisyu_cate3 .accordion_header{
	background-color: #f3e34a;
  color: #333;
}
.s_01 .sekisyu_cate3 .accordion_inner{
	border-color: #f3e34a;
}

.s_01 .sekisyu_playerseye-backB .accordion_header{
	background-color: #a24a45;
  color: #fff;
}
.s_01 .sekisyu_playerseye-backB .accordion_inner{
	border-color: #a24a45;
}

.s_01 .sekisyu_cate4 .accordion_header{
	background-color: #d0a09d;
  color: #333;
}
.s_01 .sekisyu_cate4 .accordion_inner{
	border-color: #d0a09d;
}

.s_01 .sekisyu_supporter-shitei .accordion_header{
	background-color: #9e5d9b;
  color: #fff;
}
.s_01 .sekisyu_supporter-shitei .accordion_inner{
	border-color: #9e5d9b;
}

.s_01 .sekisyu_supporter-jiyuu .accordion_header{
	background-color: #642f86;
  color: #fff;
}
.s_01 .sekisyu_supporter-jiyuu .accordion_inner{
	border-color: #642f86;
}

.s_01 .sekisyu_upperspecial-main .accordion_header{
	background-size: auto auto;
	background-color: rgba(246, 218, 230, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 8px, rgba(142, 37, 42, 1) 8px, rgba(142, 37, 42, 1) 11px );
	color: #333;
	border: 4px solid #8c252a;
	box-sizing: border-box;
	padding: calc( 0.5rem - 3px );
}
.s_01 .sekisyu_upperspecial-main .accordion_header span.bg{
	background-color: rgba(246, 218, 230, 1);
    padding: 0 0 0 0;
    display: inline-block;
}
.s_01 .sekisyu_upperspecial-main .accordion_inner{
	border-color: #8c252a;
}

.s_01 .sekisyu_upperspecial-back .accordion_header{
	background-size: auto auto;
	background-color: rgb(207 232 246);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 8px, rgba(16, 70, 146, 1) 8px, rgba(16, 70, 146) 11px );
	color: #333;
	border: 4px solid #104692;
	box-sizing: border-box;
	padding: calc( 0.5rem - 3px );
}
.s_01 .sekisyu_upperspecial-back .accordion_inner{
	border-color: #104692;
}
.s_01 .sekisyu_upperspecial-back .accordion_header span.bg{
	background-color: rgba(207, 232, 246, 1);
    padding: 0 1rem 0 0;
    display: inline-block;
}



.s_01 .sekisyu_cate5 .accordion_header{
	background-color: #1e96d5;
  color: #fff;
}
.s_01 .sekisyu_cate5 .accordion_inner{
	border-color: #1e96d5;
}

.s_01 .sekisyu_cate6 .accordion_header{
	background-color: #e4816a;
  color: #fff;
}
.s_01 .sekisyu_cate6 .accordion_inner{
	border-color: #e4816a;
}

.s_01 .sekisyu_cate7 .accordion_header{
	background-color: #ed6f81;
  color: #fff;
}
.s_01 .sekisyu_cate7 .accordion_inner{
	border-color: #ed6f81;
}

.s_01 .sekisyu_cate8 .accordion_header{
	background-color: #edb0ca;
  color: #fff;
}
.s_01 .sekisyu_cate8 .accordion_inner{
	border-color: #edb0ca;
}

.s_01 .sekisyu_cate9 .accordion_header{
	background-color: #89bc56;
  color: #fff;
}
.s_01 .sekisyu_cate9 .accordion_inner{
	border-color: #89bc56;
}

.s_01 .sekisyu_northside .accordion_header{
	background-color: #004567;
  color: #fff;
}
.s_01 .sekisyu_northside .accordion_inner{
	border-color: #004567;
}


.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  /* border: 1px solid #fff; */
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.s_01 .accordion_one .price_etc{
	text-align: center;
	letter-spacing: 0;
	font-weight: bold;
	margin-bottom: .5rem;
}
.s_01 .accordion_one .price_etc.kodomo{
	margin-top: 1rem;
}
.s_01 .accordion_one .price_etc .fee{
	font-size: 2rem;
	color:#d3145a;
}
.s_01 .accordion_one .amount{
	text-align: center;
	letter-spacing: 0;
	font-size: 0.9rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.s_01 .accordion_one .amount span{
	display: inline-block;
	background-color: #d3145a;
	padding: 0 0.5rem;
	margin-left: .5rem;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
}
.s_01 .accordion_one .samplePrice{
	background: #e4e4e7;
	padding: 0.5rem;
	font-size: 1rem;
	text-align: center;
	line-height: 1.5;
}
.s_01 .accordion_one .samplePrice p{
	margin: 0;
	font-size: 0.75rem;
}
.s_01 .accordion_one .samplePrice p span{
	font-size: 1rem;
	font-weight: bold;
}
.s_01 .accordion_one .subTitle{
	color: #000;
	margin: 0;
	font-size: 0.85rem;
}
#body_page_seatmap .noticeArea{
	margin-top: 0;
}
#body_page_seatmap .map-table{
	margin-bottom: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}
#page_option{
	background-color: #ffffff;
    position: relative;
    color: #333;
    background-image: url(../../images/bg_common_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
#page_option h1{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    -webkit-text-stroke: 1px #51318f;
    text-stroke: 1px #51318f;
    font-size: 5rem;
    letter-spacing: 0rem;
    opacity: 0.6;
}
#page_option .optionWrap{
	background-color: #f0e088;
	position: relative;
	margin-bottom: 10px;
}
#page_option .optionWrap .subTitle{
	background-color: #4d2f8e;
	color: #fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	left: 0;
	height: 100%;
	text-align: center;
	padding: 0 0.25rem;
}
#page_option .optionWrap .innerWrap{
	margin: 0 0.5rem 0 2rem;
	padding: 1rem;
}
#page_option .optionWrap .innerWrap p{
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
#page_option .optionWrap .innerWrap p.price{
	color: #4d2f8e;
	text-align: center;
}
#page_option .optionWrap .innerWrap p.price span.ammount{
	font-size: 2rem;
	font-weight: bold;
}
#page_option .optionWrap .innerWrap p.price span.ammount span{
	font-size: 1.5rem;;
}
#page_option .optionWrap .innerWrap hr{
	height: 0;
	margin: 0.5rem 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #4d2f8e;
}
#page_option .optionWrap .innerWrap .notice{
	font-size: 0.85rem;
	line-height: 1.5;
	padding: 0.5rem 1rem;
}

#page_option .imgWrap{
	position: relative;
	width: 100%;
	margin: 1rem auto;
}
#page_option .imgWrap img{
	width: 100%;
}

#body_page_benefit .tokutenWrap{
	border: 1px solid #ccc;
	border-radius: 10px;
}
#body_page_benefit .tokutenWrap .inner{
	margin: 1rem;
}
#body_page_benefit .tokutenWrap .imageWrap{
	width: 100%;
}
#body_page_benefit .tokutenWrap .imageWrap img{
	width: 100%;
}


/*モーダルを開くボタン*/
.modal-open{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 50px;
  font-weight: bold;
  color: #fff;
  background: #000;
  margin: auto;
  cursor: pointer;
  transform: translate(-50%,-50%);
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  background: #fff;
  text-align: left;
  padding: 30px;
}

.group_modal .imgWrap{
	width: 100%;
}
.group_modal .imgWrap img{
	width: 100%;
}

.remodal .red_notice{
	background-color: #e60012;
	color:#fff;
	padding: .5rem;
	font-weight: bold;
	font-size: 1.25rem;
	text-align: center;
}
.group_modal h1{
	color: #000000;
	font-size: 1.25rem;
	letter-spacing: 0;
}
.group_modal p{
	font-size: 1rem;
	text-align: left;
}
.group_modal .flex_box{
	display: flex;
	/* align-items: stretch; */
}
.group_modal .flex_box > div{
	/* background-color: #00f0ff; */
	display: flex;
}
.group_modal .groupWrap{
	width: 100%;
	display: flex;
}
.group_modal .groupWrap p{
	/* text-align: center; */
	width: 100%;
	margin: 0;
	display: flex;
	align-items: center;
}
.group_modal .groupWrap p a{
	/* border: 3px solid #ccc; */
	/* border-radius: 10px; */
	display: block;
	width: 100%;
	text-align: center;
	/* padding: 1rem; */
	border-bottom: none;
}
.group_modal h2{
	color: #642f86;
    border-left: 5px solid #642f86;
    text-align: left;
	padding-top: 0.25rem;
    padding-left: 0.75rem;
	letter-spacing: 0;
	margin: 3rem 0 1rem;
}
.group_modal h2:first-letter{
	font-size: 3rem;
	display: inline-block;
	margin: 1rem 1rem 1rem .25rem;
}
.group_modal h3{
	color: #642f86;
	display: flex;
	margin-top: 1rem;
}
.group_modal h3 .icon_step{
	display: block;
    background: #ee7800;
    width: 15%;
    font-size: 1.5rem;
    color: #fff;
    line-height: 4rem;
    border-radius: 10px;
}
.group_modal h3 .textWrap{
	width: 85%;
	background-color: #fafafa;
}
.group_modal h3 .textWrap .main_text{
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0;
	text-align: left;
    margin-left: 1rem;
}
.group_modal h3 .textWrap .sub_text{
	font-size: 1rem;
	letter-spacing: 0;
	text-align: left;
    margin-left: 1rem;
	font-weight: normal;
	display: block;
}

.tab_group_a .tab_btn{
	display: block;
	display: flex;
	align-items: center;
}
.tab_group_a .tab_btn .patan{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 10%;
    background: #fff;
    margin: 0rem 0.5rem 0rem 1rem;
    color: #51318f;
    text-align: center;
    padding: 0.5rem;
    border-radius: 10px;
	font-size: 0.75rem;
    font-weight: bold;
}
.tab_group_a .tab_btn .main_text{
	line-height: 1.5;
    width: 90%;
    margin-right: 1rem;
}
.tab_group_a .tab_btn .main_text span{
	font-size: 1.1rem;
}

/* red */
.group_modal .red_wrap{
	background: #fdeff5;
	padding: 1rem;
	border: 3px solid #f00;
}
.group_modal .red_wrap .title{
	background: #f00;
    margin: -1rem -1rem 1rem -1rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 0.5rem;
    font-size: 1.25rem;
}
.group_modal .red_wrap .subTitle{
	font-weight: bold;
	color: #ff0000;
	margin-bottom: 0.5rem;
}

/* primary */
.group_modal .primary_wrap{
	background: #fdeff5;
	padding: 1rem;
	border: 3px solid #51318f;
}
.group_modal .primary_wrap .title{
	background: #51318f;
    margin: -1rem -1rem 1rem -1rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 0.5rem;
    font-size: 1.25rem;
}
.group_modal .primary_wrap .subTitle{
	font-weight: bold;
	color: #51318f;
	margin-bottom: 0.5rem;
}

.group_modal .red_wrap .primary_wrap .main_text{
	font-size: 1rem;
	letter-spacing: 0;
}
.group_modal .red_wrap .primary_wrap .sub_text{
	font-size: 0.8rem;
	line-height: 1.5;
}
.group_modal .red_wrap .primary_wrap .box.alt{
	margin-bottom: 0;
}
.tab_group_a .tab_panel .chui_text{
	text-align: center;
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: bold;
}
.tab_group_a .tab_panel .urlWrap{
	display: flex;
	margin-top: 2rem;
}
.tab_group_a .tab_panel .urlWrap .wrapChild.url{
	text-align: center;
	width: 65%;
}
.tab_group_a .tab_panel .urlWrap .wrapChild.url p{
	text-align: center;
	margin-bottom: 1rem
}
.tab_group_a .tab_panel .urlWrap .wrapChild.url p.text_url{
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	/* font-weight: bold; */
}
.tab_group_a .tab_panel .urlWrap .wrapChild.qr{
	width: 35%;
}
.tab_group_a .pointWrap{
	background-color: #f0e9ff;
	padding: 1rem;
    margin-top: 1rem;
	position: relative;
}
.tab_group_a .pointWrap::before{
    content: 'POINT';
    color: #51318f;
    background-color: #fff;
    border: 1px solid #51318f;
    border-radius: 20px;
    position: absolute;
    top: -1rem;
    left: -0.5rem;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0 1rem;
}
.tab_group_a .pointWrap .box.alt{
	margin: 0;
}
.tab_group_a .pointWrap ul.starList{
	/* background-color: #f00; */
	margin-top: 1rem;
}
.tab_group_a .pointWrap ul.starList li{
	list-style: none;
	/* background-color: #fff; */
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 1rem;
	text-align: left;
	position: relative;
}
.tab_group_a .pointWrap ul.starList li::before{
	content: '★';
    display: block;
    position: absolute;
    left: -1.25rem;
    font-size: 1.5rem;
    top: -0.4rem;
    color: #51318f;
}
.tab_group_a .limit{
	display: flex;
	align-items: center;
	margin: 2rem 0 1rem;
}
.tab_group_a .limit dt,
.tab_group_a .limit dd{
	background-color: #f00;
	border: 1px solid #fff;
	color: #fff;
	padding: .5rem;
}
.tab_group_a .limit dt{
	width: 30%;
}
.tab_group_a .limit dd{
	width: 70%;
	font-size: 1.75rem;
	font-weight: bold;
}
.tab_group_a .limit dd span{
	font-size: 1.25rem;
}
.tab_group_a .limit dd span.youbi{
	display: inline-block;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.tab_group_a .title_tbl{
	letter-spacing: 0;
	margin: 2rem 0 0;
	font-weight: bold;
}
.tab_group_a .tbl_ingroup thead th{
	background-color: #f0e9ff;
    color: #333;
    letter-spacing: 0;
    font-size: 0.9rem;
    padding: 1rem;
    text-align: center;
}
.tab_group_a .tbl_ingroup thead th span{
	background-color: #51318f;
	color: #fff;
	padding: 0 0.5rem;
	font-size: 0.85rem;
	display: inline-block;
	margin-right: .5rem;
	border-radius: 5px;
}
.tab_group_a .tbl_ingroup tbody tr:nth-child(2n + 1){
	background-color: rgb(237 237 237);
}
.tab_group_a .tbl_senkou tbody td{
	text-align: center;
    letter-spacing: 0;
	padding: 0 1rem;
}
.tab_group_a .tbl_senkou.tbl_ingroup tbody td:nth-child(1){
	font-size: 1rem;
	width: 2%;
	text-align: center;
}
.tab_group_a .tbl_senkou.tbl_ingroup tbody td:nth-child(2){
	font-size: 1rem;
	/* width: 76%; */
	display: flex;
	align-items: center;
}
.tab_group_a .tbl_senkou.tbl_ingroup tbody td:nth-child(3){
	width: 22%;
}
.tab_group_a .tbl_senkou tbody td .cate_box{
	background-color: #ccc;
    width: 25%;
    margin: 0.5rem 0.25rem;	
    font-size: 0.8rem;
    line-height: 1.2;
    padding: 0.25rem;
    border-radius: 5px;
    min-height: 2.5rem;
    font-weight: bold;
	color: #fff;
}
.tab_group_a .tbl_senkou tbody td .cate_box.cate_mainss{
	background: #ee81a0;
}
.tab_group_a .tbl_senkou tbody td .cate_box.cate_mains{
	background: #f8b62d;
}
.tab_group_a .tbl_senkou tbody td .cate_box.cate_back{
	background: #38a1db;
}
.tab_group_a .tbl_senkou tbody td .cate_box.cate_sapo{
	background: #8066aa;
}
.tab_group_a .tbl_senkou tbody td .text{
	width: 50%;
	font-size: 0.85rem;
}
.tab_group_a .tbl_senkou tbody td .arrow{
	color: #51318f;
}
.tab_group_a .tbl_sanko tbody td.mainss{
	background: #ee81a0;
	color: #fff;
	font-weight: bold;
}
.tab_group_a .tbl_sanko tbody td.mains{
	background: #f8b62d;
	color: #fff;
	font-weight: bold;
}
.tab_group_a .tbl_sanko tbody td.backz{
	background: #38a1db;
	color: #fff;
	font-weight: bold;
}
.tab_group_a .tbl_sanko tbody td.sapo{
	background: #8066aa;
	color: #fff;
	font-weight: bold;
}
.tab_group_a .tbl_nogroup{
	background-color: #fff;
	margin-bottom: 0;
}
.tab_group_a .tbl_nogroup td,
.tab_group_a .tbl_nogroup th{
	vertical-align: middle;
}
.tab_group_a .tbl_nogroup td.midashi{
	line-height: 1.2;
}
.tab_group_a .tbl_nogroup th{
	background-color: #f0e9ff;
	vertical-align: middle;
	color: #51318f;
    text-align: center;
    padding: 0.5rem 1rem;
}

.c-red{
	color: #f00 !important;
}
.dec_ul{
	text-decoration: underline;
}

.btnWrap {
	max-width: 350px;
	width: 320px;
	height: auto;
	z-index: 999;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 35rem auto 0;
	padding: 0;
	gap: 0.5em;
}
@media screen and (max-width: 1680px) {
	.btnWrap {
		max-width: 350px;
		width: 320px;
		height: auto;
		z-index: 999;
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin: 30rem auto 0;
		padding: 0;
		gap: 0.5em;
	}
}
@media screen and (max-width: 1280px) {
	.btnWrap {
		max-width: 350px;
		width: 320px;
		height: auto;
		z-index: 999;
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin: 20rem auto 0;
		padding: 0;
		gap: 0.5em;
	}
}
@media screen and (max-width: 890px) {
	.btnWrap {
		max-width: 350px;
		width: 320px;
		height: auto;
		z-index: 999;
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin: 29rem auto 0;
		padding: 2rem 0 0 0;
		gap: 0.5em;
	}
}
@media screen and (max-width: 650px) {
	.btnWrap {
		max-width: 350px;
		width: 320px;
		height: auto;
		z-index: 999;
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin: 20rem auto 0;
		padding: 2rem 0 0 0;
		gap: 0.5em;
	}
}
@media screen and (max-width: 550px) {
	.btnWrap {
		max-width: 350px;
		width: 320px;
		height: auto;
		z-index: 999;
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin: 17rem auto 0;
		padding: 2rem 0 0 0;
		gap: 0.5em;
	}
}
@media screen and (max-width: 420px) {
	.btnWrap {
		max-width: 350px;
		width: 320px;
		height: auto;
		z-index: 999;
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin: 13rem auto 0;
		padding: 2rem 0 0 0;
		gap: 0.5em;
	}
}
.btnWrap a {
	border-bottom:none;
	border-bottom: none;
    font-weight: bold;
    font-size: 1.15rem;
}
.btnWrap a:hover {
	opacity: 0.6;
}

.btnWrap2 {
    max-width: 350px;
    width: 320px;
    height: auto;
    z-index: 999;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-inline: auto;
	padding-bottom: 0.5rem;
    gap: 0.5em;
}
.btnWrap2 a {
    border-bottom:none;
    border-bottom: none;
    font-weight: bold;
    font-size: 1.15rem;
}
.btnWrap2 a:hover {
    opacity: 0.5;
}

.fv_btn1 {
	grid-row: 1;
	grid-column: 3 / 2;
	padding: 0.5em;
	position: relative;
	background-color: #6638b6;
}
.fv_btn1::before{
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 0.3em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #fff;
}
.fv_btn1::after{
	content: '';
	position: absolute;
	top: calc(66% - 2px);
	right: 0.3em;
	transform: translateY(calc(-50% - 2px)) rotate(-45deg);
	width: 10px;
	height: 1px;
	background-color: #fff;
}


.fv_btn2 {
	grid-row: 1;
	grid-column: 2 / 1;
	padding: 0.5em;
	position: relative;
	background-color: #6638b6;
}
.fv_btn2::before{
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 0.3em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #fff;
}
.fv_btn2::after{
	content: '';
	position: absolute;
	top: calc(66% - 2px);
	right: 0.3em;
	transform: translateY(calc(-50% - 2px)) rotate(-45deg);
	width: 10px;
	height: 1px;
	background-color: #fff;
}

.fv_btn3 {
	grid-row: 2;
	grid-column: 3 / 1;
	background-color: #b69553;
	padding: 0.5em;
	position: relative;
}
.fv_btn3::before{
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    width: 10px;
    height: 1px;
    background: #fff;
}
.fv_btn3::after{
	content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #fff;
}

.fv_btn4 {
	/* grid-row: 2;
	grid-column: 3 / 1; */
	font-weight: bold;
	color: #51318f;
	background-color: #efdf89;
	padding: 0.75em 1.25rem;
	position: relative;
	margin-top: 1rem;
}
.fv_btn4::before{
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 0.3em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #51318f;
}
.fv_btn4::after{
	content: '';
	position: absolute;
	top: calc(66% - 2px);
	right: 0.3em;
	transform: translateY(calc(-50% - 2px)) rotate(-45deg);
	width: 10px;
	height: 1px;
	background-color: #51318f;
}

.fv_btn5 {
    grid-row: 2;
    grid-column: 3 / 1;
    background-color: #ed4933;
    padding: 0.5em;
    position: relative;
}
.fv_btn5::before{
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    width: 10px;
    height: 1px;
    background: #fff;
}
.fv_btn5::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #fff;
}

.benefit_modal .imgWrap{
	width: 100%;
}
.benefit_modal .imgWrap img{
	width: 100%;
}

.benefit_modal .red_notice{
	background-color: #e60012;
	color:#fff;
	padding: .5rem;
	font-weight: bold;
	font-size: 1.25rem;
	text-align: center;
}

#faq .contactWrap{
	background-color: #fff;
    width: 600px;
    margin: auto;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    border: 16px solid #51318f;
		text-align: center;
}

#faq .contactWrap p{
	color: #333;
	margin: 0;
	text-align: left;
}
.purchaseWrap{
	background-color: #efefef;
    padding: 1rem;
    margin: 1.5rem 1rem 1rem;
}
.purchaseWrap p{
	margin: 0;
    font-size: 1rem;
    letter-spacing: 0;
    text-align: left;
}
.purchaseWrap p.title{
    color: #d3145a;
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
	text-align: center;
}
.purchaseWrap p.title span.icon{
    text-decoration: none;
    border-bottom: none;
    position: relative;
}
.purchaseWrap p.title span.icon::before{
    content: '!';
    font-weight: bold;
    background-color: #d3145a;
    color: #fff;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1rem;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    position: absolute;
    left: -2rem;
}
a.btn_login{
	background-color: #6638b6;
    color: #fff;
    padding: 0.5rem 5rem;
    margin: 1rem;
    display: inline-block;
    text-decoration: none;
    border: 3px solid #6638b6;
	font-weight: bold;
	transition: all 0.2s ease 0s;
	position: relative;
}
a.btn_login:hover{
	color: #6638b6;
	background-color: #fff;
}
a.btn_login::after{
	content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #fff;
}
a.btn_login::before{
	content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    width: 10px;
    height: 1px;
    background: #fff;
}
a.btn_login:hover::before,
a.btn_login:hover::after{
    background: #6638b6;
}
a.btn_seatview{
	background-color: #6638b6;
    color: #fff;
    padding: 0.5rem 5rem;
    margin: 1rem;
    display: inline-block;
    text-decoration: none;
    border: 3px solid #6638b6;
	font-weight: bold;
	transition: all 0.2s ease 0s;
	position: relative;
}
a.btn_seatview:hover{
	color: #6638b6;
	background-color: #fff;
}
a.btn_seatview::after{
	content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #fff;
}
a.btn_seatview::before{
	content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    width: 10px;
    height: 1px;
    background: #fff;
}
a.btn_seatview:hover::before,
a.btn_seatview:hover::after{
    background: #6638b6;
}
.purchaseWrap ul.actions{
	margin: 1rem 0 0;
}




/*汎用 クラス*/

.fz10{ font-size: 10px; }
.fz11{ font-size: 11px; }
.fz12{ font-size: 12px; }
.fz13{ font-size: 13px; }
.fz14{ font-size: 14px; }
.fz15{ font-size: 15px; }
.fz16{ font-size: 16px; }
.fz17{ font-size: 17px; }
.fz18{ font-size: 18px; }
.fz19{ font-size: 19px; }
.fz20{ font-size: 20px; }
.fz21{ font-size: 21px; }
.fz22{ font-size: 22px; }
.fz23{ font-size: 23px; }
.fz24{ font-size: 24px; }
.fz25{ font-size: 25px; }
.fz26{ font-size: 26px; }
.fz27{ font-size: 27px; }
.fz28{ font-size: 28px; }
.fz29{ font-size: 29px; }
.fz30{ font-size: 30px; }

.tac{text-align: center !important;}
.tar{text-align: right !important;}
.tal{text-align: left !important;}

.imgWrap,.imgWrap img{width:100%}

.mb-0{
	margin-bottom: 0;
}
.mb-1{
	margin-bottom: 0.5rem;
}
.mb-2{
	margin-bottom: 1rem;
}

.pc{
	/* display: inherit !important; */
}
.sp{
	display: none !important;
}

/*　SP用サイズ調整　*/
@media screen and (max-width:480px) {

	/*汎用*/
	.pc{display: none !important;}
	.sp{display: block !important;}

	.col-md-4{
		width: 100%;
	}

	.table_scroll{
		overflow: scroll;
	}

	/*グルーピングモーダル内*/
	.remodal{
		padding: 2.25rem 1rem !important;
	}
	.remodal .red_notice{
		margin-bottom: 1rem;
	}
	.group_modal h1{
		line-height: 1.5;
		font-size: 1rem;
	}
	.group_modal p{
		font-size: 0.9rem;
	}
	.group_modal .groupWrap p a img{
		width: 100%;
	}
	.group_modal .box.alt{
		margin-bottom: 1rem;
	}
	.group_modal h2{
		font-size: 1.25rem;
		line-height: 1.25;
		margin-left: -0.5rem;
		margin-right: -0.5rem;
		margin-bottom: 1rem;
	}
	.group_modal h2 span{
		display: block;
	}
	.group_modal h3{
		display: block;
	}
	.group_modal h3 .icon_step{
		font-size: 1rem;
		width: 100%;
		padding: 0.5rem;
		line-height: 1;
		margin-bottom: 0.5rem;
	}
	.group_modal h3 .textWrap{
		width: 100%;
		margin: 0;
	}
	.group_modal h3 .textWrap .main_text{
		font-size: 1.15rem;
		margin-left: 0;
	}
	.group_modal h3 .textWrap .sub_text{
		font-size: 0.8rem;
		margin-left: 0;
	}


	.tab_box .btn_area{
		display: block;
	}
	.tab_box .tab_btn.active,
	.tab_box .tab_btn{
		width: 100%;
		margin: 0;
		border-radius: 0;
		display: block;
	}
	.tab_box .tab_btn + .tab_btn{
		margin-left: 0;
	}
	.tab_group_a .tab_btn .patan{
		margin: 0rem 0.5rem 0rem 0.5rem;
		writing-mode: horizontal-tb;
		padding: 0.25rem;
	}
	.tab_group_a .tab_btn .main_text{
		display: block;
		width: 100%;
	}
	.tab_box .panel_area{
		border: solid 5px #51318f;
	}
	.group_modal .red_wrap .title{
		font-size: 1rem;
	}
	.group_modal .red_wrap .col-4,
	.group_modal .red_wrap .col-8{
		width: 100%;
	}
	.group_modal .red_wrap .col-4{
		order: 1;
	}
	.group_modal .red_wrap .col-8{
		order: 2;
	}
	.group_modal .red_wrap .noticeList{
		order: 3;
	}
	.tab_group_a .tab_panel .urlWrap{
		margin-top : 1rem;
	}
	.tab_group_a .tab_panel .urlWrap .wrapChild.url{
		width: 100%;
	}
	.tab_group_a .tab_panel .urlWrap .wrapChild.url p.chui_text{
		font-size: 1.25rem;
	}
	.tab_group_a .pointWrap .col-5,
	.tab_group_a .pointWrap .col-7{
		width: 100%;
	}
	.tab_group_a .pointWrap .col-5{
		order: 1;
	}
	.tab_group_a .pointWrap .col-7{
		order: 2;
	}
	.tab_group_a .limit{
		display: block;
	}
	.tab_group_a .limit dt,
	.tab_group_a .limit dd{
		width: 100%;
	}
	.tab_group_a .title_tbl{
		line-height: 1.2;
		margin-bottom: 0.5rem;
	}
	.table_exp{
		text-align: center !important;
		margin: 0;
		font-weight: bold;
		vertical-align: middle;
		line-height: 3;
		color: #aaa;
		font-size: 1.1rem;
	}
	.table_exp .icon{
		font-size:1rem;
	}
	.table_exp .text{
		font-size:1.1rem;
	}
	.table_scroll .tbl_senkou{
		width: 900px;
	}
	.table_scroll .tbl_sanko{
		width: 620px;
	}
	.remodal-cancel.sp{
		position: sticky;
		bottom: 1rem;
		margin-top: 3rem;
		background: #ff0000;
		box-shadow: 1px 1px 4px #000000aa;
	}
	/*header menu*/
	#header .logo{
		height: 40px;
	}

	/*kv area*/
	.kvVideo{
		left: calc( -50% - 215px );
	}
	/* #banner .inner{
		background: url('https://placehold.jp/1980x756.png') no-repeat;
		width: 100%;
	} */
	.btnWrap{
		width: 100%;
	}
	.btnWrap2{
        width: 100%;
    }

	/*introduce*/
	#introduce h1{
		font-size: 3rem;
	}
	#introduce .col-6{
		width: 100%;
	}
	#introduce h2.catchCopy{
		font-size: 1.4rem;
	}
	#introduce h2.catchCopy .gold span{
		font-size: 1.7rem;
	}
	#introduce .fcBox{
		padding: 0 1rem;
		padding-bottom: 1rem;
	}
	#introduce .fcBox .notice{
		font-size: 1rem;
		line-height: 1.25;
	}
	#introduce .fcBox .title{
		font-size: 0.75rem;
		line-height: 1.5;
	    padding: 0.5rem;
		margin-right: -1rem;
	    margin-left: -1rem;
	}
	.fcBoxBtnArea{
		width: 100%;
	}
	#introduce .fcBox .fcBoxBtnArea a.btn.gold{
		text-align: left !important;
	}
	#introduce .fcBox .noticeArea{
		width: 100%;
	    margin: 0;
	}
	.noticeArea p.sub-title{
		font-size: 1rem;
	}
	.noticeArea p{
		text-align: left;
	}
	
	/*BRAND NEW POINT*/
	#features h1{
		font-size: 2.25rem;
	}
	#features .mainCopy{
		font-size: 1.4rem;
	}
	#features .featuresTxt{
		font-size: 0.85rem;
		text-align: left;
	}
	.change_modal .tblFeature thead{
		display: none;
	}
	.change_modal .tblFeature tbody td{
		width: 100%;
	    display: block;
    	padding: 0.5rem 0.25rem;
	}
	.change_modal .tblFeature tbody td:nth-child(1){
		background-color: #51318f;
		color: #fff;
	}
	.change_modal .tblFeature tbody td:nth-child(2){
		background: #dbdbdb;
		position: relative;
	}
	.change_modal .tblFeature tbody td:nth-child(2)::after{
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		position: absolute;
		right: 16px;
		left: calc(50% - 10px);
		border-top: solid 3px;
		border-right: solid 3px;
		transform: rotate(135deg) translateY(-50%);
		color: inherit;
		bottom: -0.75rem;
		border-color: #51318f;
	}
		.change_modal .tblFeature tbody td:nth-child(3){
		padding-top: 2rem;
	}
	.tblFeature td .fwb{
		font-size: 1.1rem;
	}

	/*シートマップ*/
	#seatmap h1{
		font-size: 3rem;
		left: 0;
	    right: auto;
	}
	#seatmap .content{
		position: relative;
	}
	#seatmap h2{
	    font-size: 1.4rem;
		margin-top: 1rem;
		margin-bottom: 0.5rem;
	}

	/*購入特典*/
	#benefit h1{
		font-size: 3rem;
		left: 0;
	    right: auto;
	}
	#benefit .content{
		position: relative;
	}
	#benefit h2{
	    font-size: 1.4rem;
		margin-top: 1rem;
		margin-bottom: 0.5rem;
	}

	/*申込方法*/
	#apply h1{
		font-size: 3rem;
	}
	#apply h2{
		font-size: 1.4rem;
	}
	#apply header.major p{
		text-align: left;
	}
	.tab_box .panel_area:has(.active.keizoku),
	.tab_box .panel_area:has(.active.shinki){
		border-radius: 0;
	}

	#apply .tab_box.tab_apply{
		margin: 0 -1rem 1rem;
	}
	#apply .tab_box .btn_area{
		display: flex;
		position: sticky;
	    top: 3rem;
    	z-index: 9999;
	}
	#apply .tab_box .tab_btn.active,
	#apply .tab_box .tab_btn{
		width: 50%;
	}
	#apply .subTitle{
		font-size: 1.15rem;
		margin: 1rem 0;
	}
	#apply .tab_box .panel_area{
		padding: 1rem;
	}
	#apply .col-6.off-3{
		width: 100%;
		margin: 0;
	}
	#apply .purchaseWrap{
		margin: 0;
	}
	#apply .purchaseWrap p.title{
		font-size: 1rem;
		text-align: left;
		margin-left: 1.5rem;
		/* position: relative; */
	}
	#apply .purchaseWrap p.title span.icon::before{
		left: -1.75rem;
	}
	#apply .purchaseWrap p{
		margin-bottom: 1rem;
	}
	#apply .purchaseWrap p.tac{
		text-align: left !important;
	}
	#apply .hanbaiScheTbl thead{
		display: none;
	}
	#apply .hanbaiScheTbl tbody tr th,
	#apply .hanbaiScheTbl tbody tr td{
		display: block;
		width: 100%
	}
	#apply .hanbaiScheTbl tbody tr th{
		background-color: #51318f;
		color: #fff !important;
		padding: 0;
	}
	#apply .hanbaiScheTbl tbody tr td:nth-child(2){
		background: #efefef;
		padding: 0.25rem;
		color: #51318f;
		line-height: 1.2;
		font-size: 1.2rem;
	}
	/* #apply .hanbaiScheTbl tbody tr td:nth-child(2)::before{
		content: '【2023シーズンパスのお席】';
		display: block;
		font-weight: normal;
		font-size: 0.8rem;
	} */
	#apply .hanbaiScheTbl tbody tr td:nth-child(3){
		padding: 1rem 0.5rem;
	}
	a.btn_login{
		width: 100%;
		margin: 0.5rem 0;
		padding: 0.5rem 0;
		text-align: left;
	}
	a.btn_seatview{
		width: 100%;
		margin: 0.5rem 0;
		padding: 0.5rem 0;
	}
	a.btn{
		text-align: left;
	}
	a.btn::after,
	a.btn_login::after{
		width: 20px;
	}
	a.btn_seatview::after{
		width: 20px;
	}
	#apply .scheduleTbl th,
	#apply .scheduleTbl td{
		display: block;
	}
	#apply .scheduleTbl th{
		font-size: 1rem;
	}
	#apply .scheduleTbl td{
		font-size: 1.3rem;
		padding: 1rem;
	}
	#apply .image.fit{
		margin: 1rem 0 2em 0;
	}
	#faq{
		background-size: cover;
	}
	#faq h1{
		font-size: 3rem;
	}
	#faq h2{
		font-size: 1.4rem;
	}
	#faq .contactWrap{
		width: 100%;
		border: 3px solid #51318f;
		padding: 1rem;
	}
	#faq .contactWrap p{
		letter-spacing: 0;
	}
	#faq .contactWrap p.fwb{
		line-height: 1.2;
		margin-bottom: 0.5rem;
	}
	.followBanner{
		min-width: 100%;
	    text-align: left;
	}
	/* オープン */
	.followBanner .btnArea p.notyet::before{
		display: none;
	}
	.followBanner .btnArea p a{
		/* text-align: left !important; */
		letter-spacing: 0 !important;
	}
	.followBanner .btnArea p a::after{
		width: 20px;
	}
	/* クローズ */
	.followBanner .close_btn p.notyet::before{
		display: none;
	}
	.followBanner .close_btn p a{
		/* text-align: left !important; */
		letter-spacing: 0 !important;
	}
	.followBanner .close_btn p a::after{
		width: 20px;
	}
	#page_seatmap h1{
		font-size: 3rem;
	}
	#body_page_seatmap .map-table{
		padding: 0rem;
	}
	#body_page_seatmap .map-table .row{
		margin: 0;
	}
	#body_page_seatmap #seatmapArea{
		margin-bottom: 0;
	}
	#body_page_seatmap #page_seatmap .box{
		margin: 0;
		padding: 0;
	}
	#body_page_seatmap .serchBox > div{
		padding: 0.15rem 0.75rem;
	}
	.s_01 .accordion_one .accordion_header{
		font-size: 14px;
	    text-align: left;
    	padding: 15px 50px 15px 10px;
	}
	#page_option h1{
		margin-top: 2rem;
		margin-bottom: 2rem;
		font-size: 3rem;
	}
	#body_page_seatmap #main > header{
		padding: 2em 3em 1em 3em;
	}
	#page_option .col-6{
		width: 100%;
	}



}

span.btn_login.disabled {
	background-color: #6638b6;
    color: #fff;
    padding: 0.5rem 5rem;
    margin: 1rem;
    display: inline-block;
    text-decoration: none;
    border: 3px solid #6638b6;
	font-weight: bold;
	transition: all 0.2s ease 0s;
	position: relative;
	opacity: 0.3;
}

@media screen and (max-width: 736px) {

	span.btn_login.disabled {
		margin: 0;
		padding: 0.5rem 0.5rem;
	}
}

.seat-text {
	padding: 0.15rem 0.75rem;
	margin-bottom: 0.5em;
  text-align: center;
}

.seatDisabled {
	pointer-events: none;
	line-height: 1.1;
	background-color: #b5b5b5;
	opacity: 0.7;
	padding: 0.5em 2.5em;
	display: grid;
	font-size: 1rem;;
}

.txt_soldout {
font-size: 0.8rem;
}