@-webkit-keyframes animate__title_image {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes animate__title_image {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-2%);
         transform: translateY(-2%);
  }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes animate__title_image {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2%);
       -moz-transform: translateY(-2%);
         -o-transform: translateY(-2%);
            transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes animate__float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes animate__float {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-5%);
         transform: translateY(-5%);
  }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes animate__float {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5%);
       -moz-transform: translateY(-5%);
         -o-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes animate__cloud {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes animate__cloud {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(-10%);
         transform: translateX(-10%);
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@keyframes animate__cloud {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10%);
       -moz-transform: translateX(-10%);
         -o-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes animate__rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-moz-keyframes animate__rotating {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }

  50% {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }

  100% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
}
@keyframes animate__rotating {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.animate__title_image {
  -webkit-animation-name: animate__title_image;
     -moz-animation-name: animate__title_image;
          animation-name: animate__title_image;
}
.animate__float {
  -webkit-animation-name: animate__float;
     -moz-animation-name: animate__float;
          animation-name: animate__float;
}
.animate__cloud {
  -webkit-animation-name: animate__cloud;
     -moz-animation-name: animate__cloud;
          animation-name: animate__cloud;
}
.animate__rotating {
  -webkit-animation-name: animate__rotating;
     -moz-animation-name: animate__rotating;
          animation-name: animate__rotating;
}
.animate__animated.animate__slowest {
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
       animation-duration: 5s;
}
.row > div {
		margin-bottom: 15px;
		margin-top: 15px;
}
.row .col-xs-6 {
		margin-top: 1em;
}
.text-gray {
    color: rgb(128, 128, 128);
}
.text-secondary {
    color: #C6AD81 !important;
}
.text-preWrap {
    white-space: pre-wrap;
}
.text-highlight {
    color: #FFEA00;
}
.bg-lightgray {
  background: #F6F6F6;
}
.bg-black {
  background: #000000;
  color: #FFFFFF;
}
.bg-skin {
  background: #fddbbf;
}
body {
	background: #000000;
	color: #FFFFFF;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 12px;
	font-weight: 300;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
}
@media (min-width: 992px) {
body {
		font-size: 14px;
  }
}
body.nav--open {
		overflow: hidden;
}
@media (min-width: 992px) {
body.nav--open {
			overflow-y: auto;
  }
}
body::-webkit-scrollbar {
		width: 0;
		height: 0;
}
img, svg {
	max-width: 100%;
	height: auto;
}
.lazy[src=""] {
		opacity: 0;
}
.wrapper {
	position: relative;
	overflow: hidden;
}
a, a:hover {
		text-decoration: none;
}
:focus {
	outline: none;
}
*.clickable {
	cursor: pointer;
}
@media (min-width: 1200px) {
.col-xl-3_5 {
		-webkit-box-flex: 0;
		   -moz-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 29.16375%;
  }
}
.preload {
	-webkit-box-align: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFFFFF;
	bottom: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: columns;
	        flex-direction: columns;
	-webkit-box-pack: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
}
.kv .d-lg-block {
    margin-top: 63px;
    position: relative;
}
.kv .d-lg-block:before {
      background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgb(0, 0, 0)));
      background: -webkit-linear-gradient(top, #000000, rgb(0, 0, 0));
      background: -moz- oldlinear-gradient(top, #000000, rgb(0, 0, 0));
      background: -o-linear-gradient(top, #000000, rgb(0, 0, 0));
      background: linear-gradient(to bottom, #000000, rgb(0, 0, 0));
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgb(0, 0, 0));
      background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0), rgb(0, 0, 0));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgb(0, 0, 0));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
      bottom: 0;
      content: '';
      display: block;
      height: 10%;
      left: 0;
      position: absolute;
      right: 0;
      z-index: 1;
}
@media (min-width: 1440px) {
.kv .d-lg-block {
      margin-top: 79px;
  }
}
.kv .d-lg-block .title {
      left: 50%;
      top: 58%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 64%;
      z-index: 2;
}
.kv .d-lg-block .num {
      top: 4%;
      width: 19%;
}
.kv .d-lg-block .num_00891 {
      left: 0;
}
.kv .d-lg-block .num_00941 {
      left: 42%;
}
.kv .d-lg-block .num_00954 {
      left: 81%;
}
.kv .d-lg-block .wave {
      width: 45%;
      top: 62%;
}
.kv .d-lg-block .wave_right {
      left: auto;
      right: 0;
}
.kv .d-lg-block .O {
      width: 20%;
}
.kv .d-lg-block .O_00891 {
      top: 19%;
      left: 6%;
}
.kv .d-lg-block .O_00941 {
      top: 13%;
      left: 41%;
}
.kv .d-lg-block .O_00954 {
      top: 20%;
      left: 77%;
}
.kv .d-lg-none {
    margin-top: 55px;
}
.kv .d-lg-none .bg {
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
}
.kv .d-lg-none .title {
      left: 50%;
      top: 25%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 95%;
}
.kv .d-lg-none .num {
      top: 2%;
      width: 40%;
}
.kv .d-lg-none .num_00891 {
      left: 2%;
}
.kv .d-lg-none .num_00941 {
      left: 55%;
      top: 73%;
}
.kv .d-lg-none .num_00954 {
      left: 60%;
}
.kv .d-lg-none .O {
      width: 45%;
}
.kv .d-lg-none .O_00891 {
      top: 5%;
      left: -2%;
}
.kv .d-lg-none .O_00941 {
      top: 65%;
      left: 17%;
}
.kv .d-lg-none .O_00954 {
      top: 7%;
      left: 70%;
}
.navbar {
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	        box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	font-size: 1.2em;
	height: 56px;
	padding: 0;
	z-index: 1000;
}
@media (min-width: 992px) {
.navbar {
		height: auto;
  }
}
.navbar-brand {
		-webkit-box-flex: 1;
		   -moz-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		max-width: 150px;
		padding: 0.5em 0;
}
@media (min-width: 992px) {
.navbar-brand {
			-ms-flex-preferred-size: 100px;
			    flex-basis: 100px;
			max-width: 200px;
  }
}
.navbar-light {
		background-color: #017f7b !important;
}
@media (min-width: 992px) {
.navbar-light {
			border-bottom: 6px solid #015c59;
  }
}
.navbar-nav {
		width: 100%;
		margin-left: auto;
}
.navbar-social {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		gap: .2em;
}
@media (min-width: 992px) {
.navbar-social {
			-webkit-box-ordinal-group: 2;
			   -moz-box-ordinal-group: 2;
			    -ms-flex-order: 1;
			        order: 1;
  }
}
.navbar-social.is-hide {
			display: none;
}
@media (min-width: 992px) {
.navbar-social.is-hide {
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
  }
}
.navbar-social .social-link {
			-webkit-transition: .3s 0s ease;
			-o-transition: .3s 0s ease;
			-moz-transition: .3s 0s ease;
			transition: .3s 0s ease;
			-webkit-transition-property: all;
			-o-transition-property: all;
			-moz-transition-property: all;
			transition-property: all;
			display: block;
			width: 3em;
			border-radius: .7em;
			border: 3px solid #015c59;
}
.navbar-social .social-link:active,
.navbar-social .social-link:hover,
.navbar-social .social-link:focus {
				opacity: .5;
}
@media (min-width: 992px) {
.navbar-social .social-link {
				width: 2.5em;
  }
}
.navbar-social .social-link.is-rounded {
				border-radius: 100%;
}
.navbar > .container-fluid {
		padding-right: 0;
}
@media (min-width: 992px) {
.navbar > .container-fluid {
			padding-right: .75em;
  }
}
.navbar .nav-link {
		text-align: center;
		padding: 1em 1em;
}
@media (min-width: 992px) {
.navbar .nav-link {
			padding: 0.5em 1em;
  }
}
.navbar .nav-item:not(:last-of-type) {
			position: relative;

			/* &:before */
			/* 	background: var(--colorWhite) */
			/* 	bottom: 0 */
			/* 	content: '' */
			/* 	display: block */
			/* 	height: 1px */
			/* 	left: 50% */
			/* 	position: absolute */
			/* 	transform: translateX(-50%) */
			/* 	width: 2em */
}
@media (min-width: 992px) {
.navbar .nav-item {
			-webkit-box-align: center;
			   -moz-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
  }

			.navbar .nav-item:not(:last-of-type) {
				/* span */
				/* 	border-right: 1px solid var(--colorMain) */
  }
				.navbar .nav-item:not(:last-of-type):before {
					display: none;
  }
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
		border-radius: 0;
		background: transparent;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .dropdown-menu {
			background: #255B59;
			top: 100%;
			left: 50%;
			-webkit-transform: translateX(-50%);
			   -moz-transform: translateX(-50%);
			    -ms-transform: translateX(-50%);
			     -o-transform: translateX(-50%);
			        transform: translateX(-50%);
  }
}
.navbar-expand-lg .navbar-nav .nav-link {
		font-weight: 500;
		color: #FFFFFF;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
			padding: 1em 0;
  }
}
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:active,
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus {
			color: #FFEA00;
}
.navbar-expand-lg .navbar-nav .nav-link.active {
			position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link.active:before {
				background: #000000;
				content: '';
				height: 1.6em;
				left: 50%;
				position: absolute;
				-webkit-transform: translateX(-50%) skewX(-7deg);
				   -moz-transform: translateX(-50%) skewX(-7deg);
				    -ms-transform: translateX(-50%) skewX(-7deg);
				     -o-transform: translateX(-50%) skewX(-7deg);
				        transform: translateX(-50%) skewX(-7deg);
				width: 80%;
}
.navbar-expand-lg .navbar-nav .nav-link span {
			position: relative;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link span {
				padding: 0 1.2em;
  }
}
@media (min-width: 992px) {
			.dropdown:active .dropdown-toggle .icon svg,
			.dropdown:hover .dropdown-toggle .icon svg,
			.dropdown:focus .dropdown-toggle .icon svg {
				-webkit-transform: rotate(0deg);
				   -moz-transform: rotate(0deg);
				    -ms-transform: rotate(0deg);
				     -o-transform: rotate(0deg);
				        transform: rotate(0deg);
  }

			.dropdown:active .dropdown-menu,
			.dropdown:hover .dropdown-menu,
			.dropdown:focus .dropdown-menu {
				display: block !important;
				opacity: 1;
  }
}
.dropdown .dropdown-toggle {
		-webkit-box-align: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}
.dropdown .dropdown-toggle .icon {
			margin-left: .5em;
			width: 1.2em;
}
.dropdown .dropdown-toggle .icon svg {
				height: auto;
				max-width: 100%;
				-webkit-transform: rotate(-180deg);
				   -moz-transform: rotate(-180deg);
				    -ms-transform: rotate(-180deg);
				     -o-transform: rotate(-180deg);
				        transform: rotate(-180deg);
				-webkit-transition: -webkit-transform .35s ease;
				transition: -webkit-transform .35s ease;
				-o-transition: -o-transform .35s ease;
				-moz-transition: transform .35s ease, -moz-transform .35s ease;
				transition: transform .35s ease;
				transition: transform .35s ease, -webkit-transform .35s ease, -moz-transform .35s ease, -o-transform .35s ease;
}
.dropdown .dropdown-toggle.show .icon svg {
			-webkit-transform: rotate(0deg);
			   -moz-transform: rotate(0deg);
			    -ms-transform: rotate(0deg);
			     -o-transform: rotate(0deg);
			        transform: rotate(0deg);
}
.dropdown .dropdown-toggle:after {
			display: none;
}
.dropdown .dropdown-menu {
		font-size: 1em;
		-webkit-transition: opacity 1s ease;
		-o-transition: opacity 1s ease;
		-moz-transition: opacity 1s ease;
		transition: opacity 1s ease;
}
@media (min-width: 992px) {
.dropdown .dropdown-menu {
			border: none;
			-webkit-box-shadow: 0px 5px 19px rgba(37, 91, 89, 0.12);
			        box-shadow: 0px 5px 19px rgba(37, 91, 89, 0.12);
			opacity: 0;
			padding: 1em 0.5em;
  }

			.dropdown .dropdown-menu.show {
				display: none;
  }

			.dropdown .dropdown-menu[data-bs-popper] {
				margin-top: 0;
  }
}
.dropdown .dropdown-item {
		color: #255B59;
		font-weight: inherit;
		padding: .4em 1em;
		position: relative;
		text-align: center;
		-webkit-transition: 1s color cubic-bezier(0, 0, 0.2, 1);
		-o-transition: 1s color cubic-bezier(0, 0, 0.2, 1);
		-moz-transition: 1s color cubic-bezier(0, 0, 0.2, 1);
		transition: 1s color cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 992px) {
.dropdown .dropdown-item {
			color: #FFFFFF;
  }
}
.dropdown .dropdown-item:active,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item:focus {
			background: transparent;
			color: #255b59;
			color: rgba(37, 91, 89, 0.5);
}
@media (min-width: 992px) {
.dropdown .dropdown-item:active,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item:focus {
				color: #ffffff;
				color: rgba(255, 255, 255, 0.25);
  }
}
.navbar-collapse {
	background: #255B59;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2) inset;
	        box-shadow: 0 1px 8px rgba(0, 0, 0, .2) inset;
	font-size: 1.3em;
	height: -moz-calc(100% - 56px) !important;
	height: calc(100% - 56px) !important;
	left: 0;
	opacity: 0;
	overflow: auto;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 56px;
	-webkit-transition: opacity .35s ease;
	-o-transition: opacity .35s ease;
	-moz-transition: opacity .35s ease;
	transition: opacity .35s ease;
}
.navbar-collapse::-webkit-scrollbar {
		width: 0;
		height: 0;
}
@media (min-width: 992px) {
.navbar-collapse {
		background: transparent;
		-webkit-box-shadow: none;
		        box-shadow: none;
		font-size: 1em;
		height: 100% !important;
		opacity: 1;
		overflow: visible;
		pointer-events: auto;
		position: static;
  }
}
@media (min-width: 1440px) {
.navbar-collapse {
		font-size: 1.2em;
  }
}
.navbar-collapse.show {
		opacity: 1;
		pointer-events: auto;
}
@media (min-width: 992px) {
.navbar-collapse .navbar-toggler {
			display: none;
  }
}
.navbar-collapse .navbar-toggler-icon {
			background: transparent;
}
.navbar-collapse .navbar-toggler-icon svg {
				max-width: 100%;
				height: auto;
}
.collapsing {
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}
.navbar-light .navbar-toggler {
		border: none;
		padding: 0 .3em;
		font-size: 1.3em;
}
.navbar-light .navbar-toggler:focus {
			-webkit-box-shadow: none;
			        box-shadow: none;
}
.navbar-light .navbar-toggler-icon {
			background: transparent;
}
.navbar-light .navbar-toggler-icon svg {
				max-width: 100%;
				height: auto;
}
.hud {
  bottom: 2em;
  right: .5em;
  font-weight: 500;
  position: fixed;
  width: 100%;
  max-width: 100px;
  z-index: 1000;
}
@media (min-width: 768px) {
.hud {
    max-width: 140px;
  }
}
@media (min-width: 1200px) {
.hud {
    bottom: 7em;
    right: 3em;
  }
}
.hud ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) {
.hud ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }
}
.hud ul li {
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0 .2em;
}
@media (min-width: 768px) {
.hud ul li {
        padding: .5em 0;
  }
}
.hud--gototop {
    position: fixed;
    right: 3em;
    bottom: 3em;
    z-index: 100;
}
@media (max-width: 768px) {
.hud--gototop {
      display: none !important;
  }
}
@media (min-width: 992px) {
.hud--gototop {
      right: 6.5em;
  }
}
.hud--gototop svg {
      width: 2.5em;
}
.img-response {
  position: relative;
  text-align: center;
}
.img-response-pos img,
    .img-response-pos iframe {
      top: 0;
      left: 0;
}
.img-response-pos > * {
      position: absolute;
}
.img-response img {
    width: 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
.img-response img {
      max-width: none;
  }
}
.section {
  font-size: 1.2em;
  padding: 2em 0;
  background-position: 70% bottom;
  position: relative;
}
.section:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000000));
    background: -webkit-linear-gradient(top, #000, #000000);
    background: -moz- oldlinear-gradient(top, #000, #000000);
    background: -o-linear-gradient(top, #000, #000000);
    background: linear-gradient(to bottom, #000, #000000);
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #000, rgba(0, 0, 0, 0));
    background: -moz- oldlinear-gradient(top, #000, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, #000, rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
    content: '';
    display: block;
    height: 100px;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (min-width: 768px) {
.section {
    padding: 4em 0;
  }
}
@media (min-width: 992px) {
.section {
    background-position-x: center;
    background-size: cover;
  }
}
.section-wrapper {
    position: relative;
}
.section-title {
    margin: 0 -8% -16%;
    max-width: 700px;
    pointer-events: none;
    text-align: center;
    position: relative;
    z-index: 10;
}
@media (min-width: 768px) {
.section-title {
      margin-bottom: -12%;
  }
}
@media (min-width: 701px) {
.section-title {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: -14%;
  }
}
@media (min-width: 992px) {
.section-title {
      margin-bottom: -100px;
  }
}
.section-paper {
    background:
      -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(#ff0000), to(#ff0000)),
      url('../images/sections/section_pattern.png') 50% top repeat-x,
      #000000;
    background:
      -webkit-linear-gradient(top, #ff0000, #ff0000, #ff0000),
      url('../images/sections/section_pattern.png') 50% top repeat-x,
      #000000;
    background:
      -moz- oldlinear-gradient(top, #ff0000, #ff0000, #ff0000),
      url('../images/sections/section_pattern.png') 50% top repeat-x,
      #000000;
    background:
      -o-linear-gradient(top, #ff0000, #ff0000, #ff0000),
      url('../images/sections/section_pattern.png') 50% top repeat-x,
      #000000;
    background:
      linear-gradient(to bottom, #ff0000, #ff0000, #ff0000),
      url('../images/sections/section_pattern.png') 50% top repeat-x,
      #000000;
    background:
      -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, .09)), color-stop(rgba(255, 0, 0, 0)), to(rgba(255, 0, 0, .09))),
      url('../images/sections/section_pattern.png') 50% top repeat-x,
      rgba(0, 0, 0, 0.5);
    background:
      -webkit-linear-gradient(top, rgba(255, 0, 0, .09), rgba(255, 0, 0, 0), rgba(255, 0, 0, .09)),
      url('../images/sections/section_pattern.png') 50% top repeat-x,
      rgba(0, 0, 0, 0.5);
    background:
      -moz- oldlinear-gradient(top, rgba(255, 0, 0, .09), rgba(255, 0, 0, 0), rgba(255, 0, 0, .09)),
      url('../images/sections/section_pattern.png') 50% top repeat-x,
      rgba(0, 0, 0, 0.5);
    background:
      -o-linear-gradient(top, rgba(255, 0, 0, .09), rgba(255, 0, 0, 0), rgba(255, 0, 0, .09)),
      url('../images/sections/section_pattern.png') 50% top repeat-x,
      rgba(0, 0, 0, 0.5);
    background:
      linear-gradient(to bottom, rgba(255, 0, 0, .09), rgba(255, 0, 0, 0), rgba(255, 0, 0, .09)),
      url('../images/sections/section_pattern.png') 50% top repeat-x,
      rgba(0, 0, 0, 0.5);

    border: 1px solid transparent;
    font-size: 1.1em;
    padding: 3em 1.5em 0;
    max-width: 1200px;
    margin: auto;
}
@media (min-width: 768px) {
.section-paper {
      padding: 3.5em 2em 0;
  }
}
.section-paper.active {
      border-color: #f41e0a;
}
.section .container {
    position: relative;
    margin: auto;
    max-width: 1400px;
    padding: 0 .5em;
}
@media (min-width: 768px) {
.section .container {
      padding: 0 2em;
  }
}
.section .owl-dots {
    display: none;
}
.section-carousel-nav {
    position: absolute;
    top: 45%;
    /* transform: translateY(-90%) */
    width: 100%;
}
.section-carousel-nav .owl-prev {
      left: -1em;
}
@media (min-width: 1200px) {
.section-carousel-nav .owl-prev {
        left: 0;
  }
}
.section-carousel-nav .owl-next {
      right: -1em;
}
@media (min-width: 1200px) {
.section-carousel-nav .owl-next {
        right: 0;
  }
}
.section-carousel-nav button {
      position: absolute;
}
.section-carousel-nav button svg, .section-carousel-nav button img {
        width: 2em;
}
@media (min-width: 1200px) {
.section-carousel-nav button svg, .section-carousel-nav button img {
          width: 3em;
  }
}
.section-carousel-title {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: .5em;
    text-align: center;
}
.section-carousel-text {
    font-size: .9em;
    font-weight: 400;
    margin-bottom: .5em;
    text-align: center;
}
@media (min-width: 768px) {
.section-carousel-text {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left;
  }
}
@media (min-width: 1200px) {
.section-carousel-text {
      font-size: 1.06em;
  }
}
.section-carousel-text-title {
      font-weight: bold;
      margin-bottom: .5em;
}
@media (min-width: 768px) {
.section-carousel-text-title {
        margin-bottom: 0;
        margin-right: 1em;
  }
}
.section-carousel-text-content {
      -webkit-box-flex: 2;
         -moz-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
}
.section-carousel-content {
    margin: 1.5em 0;
}
.section-carousel-source {
    margin-top: 1.5em;
    font-size: .9em;
}
.section-list {
  list-style: none;
  margin: 0 1em 2em;
  padding: 0;
}
@media (min-width: 1200px) {
.section-list {
    max-width: 90%;
    margin: 4em auto;
  }
}
.section-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-list-item:not(:last-of-type) {
    margin-bottom: 3em;
}
@media (min-width: 1200px) {
.section-list-item:not(:last-of-type) {
      margin-bottom: 5em;
  }
}
@media (min-width: 768px) {
.section-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1em;
  }
}
.section-list-item_title {
    max-width: 200px;
    width: 100%;
    margin: 0 auto .5em;
}
@media (min-width: 768px) {
.section-list-item_title {
      margin-top: -.5em;
  }
}
.section-list-item_content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.section-table {
  font-size: clamp(.8em, 3vw, 1em);
  table-layout: fixed;
  text-align: center;
  width: 100%;
  line-height: 1.1;
}
.section-table thead {
    background: #b30104;
    background: rgba(179, 1, 4, .6);
    font-weight: 500;
}
.section-table tbody {
    background: #ffffff;
    background: rgba(255, 255, 255, .1);
    font-weight: 700;
    color: #ffea00;
}
.section-table td {
    padding: .4em .4em .5em;
}
.section-table td .small {
      font-size: .7em;
}
@media (min-width: 992px) {
.section-table td br {
        display: none;
  }
}
.section-table > div,
  .section-table .row > div {
    margin: 0;
}
.section-table-title {
    background: #255B59;
    border-left: 4px solid #C6AD81;
    color: #FFFFFF;
    padding: .8em;
    text-align: center;
}
@media (min-width: 768px) {
.section-table-title {
      padding: .8em .5em;
  }
}
.section-table .row {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.section-table .row:not(:last-of-type) {
      border-bottom: 1px solid #8CCDD9;
}
.section-table .col-md-6:not(:last-of-type) {
    border-bottom: 1px solid #8ccdd9;
}
@media (min-width: 768px) {
.section-table .col-md-6:not(:last-of-type) {
      border-bottom: none;
  }
}
.section-action {
  -webkit-transition: .3s 0s ease;
  -o-transition: .3s 0s ease;
  -moz-transition: .3s 0s ease;
  transition: .3s 0s ease;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  background: #255B59;
  color: #FFFFFF;
  display: block;
  font-size: 1.2em;
  margin: 1em;
  padding: .8em 1em;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
.section-action {
    font-size: 1.5em;
  }
}
.section-action:active,
.section-action:hover,
.section-action:focus {
    background: rgb(52, 127, 124);
    color: #FFFFFF;
}
.section-action h6 {
    color: #C6AD81;
    font-size: 1.2em;
    font-weight: 700;
}
.section-action p {
    font-size: .9em;
    margin-bottom: 0;
}
.section-action-before {
    border-color: #fff;
    border-style: solid;
    border-width: 0 5px 5px 0;
    bottom: -5px;
    height: 1.5em;
    position: absolute;
    right: -5px;
    width: 1.5em;
}
.section-action-before .before,
    .section-action-before .after,
    .section-action-before span {
      background: #2570B4;
      bottom: 50%;
      content: '';
      display: block;
      height: 50%;
      position: absolute;
      width: 50%;
}
.section-action-before .before {
      background: #FFFFFF;
      right: -moz-calc(-150% - 5px);
      right: calc(-150% - 5px);
}
.section-action-before .after {
      background: #2570B4;
      right: -100%;
}
.section-action-before span {
      background: #C6AD81;
      bottom: -5px;
      right: -moz-calc(-150% - 5px);
      right: calc(-150% - 5px);
}
.section-notes {
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 4em;
  padding: 0 1.5em;
  text-align: justify;
  word-break: break-all;
}
@media (min-width: 992px) {
.section-notes {
    margin-top: 9em;
  }
}
.section-notes .highlight {
    color: #F5D582;
}
.section-notes .small {
    font-weight: 500;
}
.section-notes a {
    -webkit-transition: .3s 0s ease;
    -o-transition: .3s 0s ease;
    -moz-transition: .3s 0s ease;
    transition: .3s 0s ease;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    color: inherit;
    border-bottom: 1px solid transparent;
}
.section-notes a:active,
.section-notes a:hover,
.section-notes a:focus {
      border-color: #FFFFFF;
}
/* .section-01 */
/*   background-image: url('../images/sections/section-01/bg.jpg') */
.section-02 .section-carousel-content {
    margin: 0 -1.5em;
}
@media (min-width: 768px) {
.section-02 .section-carousel-content {
      margin: 0 -2em;
  }
}
.section-03 .section-title {
    /* width: 89% */
    /* max-width: 600px */
}
.section-03 .section-content {
    position: relative;
}
.section-03 .section-info {
    max-width: 1800px;
    margin-right: auto;
}
@media (min-width: 1440px) {
.section-03 .section-info {
      font-size: 1.2em;
  }
}
.section-03 .section-info .section-carousel-source {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media (min-width: 768px) {
.section-03 .section-info {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 1em;
  }

      .section-03 .section-info .section-info-kv {
        width: 40%;
  }
}
@media (min-width: 1440px) {
.section-03 .section-info {
      gap: 3em;
  }

      .section-03 .section-info .section-info-kv {
        width: 35%;
  }
}
.section-03 .section-info-item_00941 .section-info-content .t:before {
        border-color: #ffea00;
}
.section-03 .section-info-item_00941 .section-info-content .t:after {
        background: #ffea00;
}
.section-03 .section-info-item_00941 .section-info-content u {
      border-color: #ffea00;
}
.section-03 .section-info-item_00954 .section-info-content .t:before {
        border-color: #3b40ff;
}
.section-03 .section-info-item_00954 .section-info-content .t:after {
        background: #3b40ff;
}
.section-03 .section-info-item_00954 .section-info-content u {
      border-color: #3b40ff;
}
.section-03 .section-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 660px;
    width: 95%;
    margin: 0 auto 3em;
    gap: .5em;
}
@media (min-width: 768px) {
.section-03 .section-tabs {
      gap: 1em;
      top: 3em;
  }
}
@media (min-width: 1440px) {
.section-03 .section-tabs {
      -webkit-box-pack: justify;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 0;
      margin-left: 40%;
      max-width: 800px;
      position: absolute;
      top: 0;
      z-index: 100;
  }
}
@media (min-width: 1920px) {
.section-03 .section-tabs {
      top: 3em;
  }
}
.section-03 .section-tabs-item {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.section-03 .section-tabs-item img:last-child {
      display: none;
}
.section-03 .section-tabs-item.active img:first-child {
        display: none;
}
.section-03 .section-tabs-item.active img:last-child {
        display: block;
}
.section-03 .section-info-image {
    margin: auto;
}
@media (min-width: 768px) {
.section-03 .section-info-image {
      margin-left: 0;
  }
}
.section-03 .section-info-title {
    margin: -11% auto 0;
}
@media (min-width: 768px) {
.section-03 .section-info-title {
      margin-top: -50%;
  }
}
.section-03 .section-info-content {
    font-style: italic;
    font-weight: bold;
    margin: .5em auto 0;
    max-width: 90%;
    position: relative;
}
@media (min-width: 768px) {
.section-03 .section-info-content {
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 0 0 0 auto;
  }
}
@media (min-width: 1440px) {
.section-03 .section-info-content {
      margin-top: 10%;
  }
}
.section-03 .section-info-content .section-info-link {
      position: absolute;
      max-width: 220px;
      width: 45%;
      top: 10%;
      right: 0;
}
@media (min-width: 768px) {
.section-03 .section-info-content .section-info-link {
        top: 15%;
        right: 1em;
  }
}
@media (min-width: 1440px) {
.section-03 .section-info-content .section-info-link {
        top: 2%;
        width: 50%;
        right: 2em;
  }
}
.section-03 .section-info-content .t {
      display: inline-block;
      padding: .2em .8em .3em;
      position: relative;
}
.section-03 .section-info-content .t .img-response {
        position: absolute;
        width: 25%;
        z-index: 3;
        top: -25%;
        left: -10%;
}
.section-03 .section-info-content .t:before,
      .section-03 .section-info-content .t:after {
        bottom: .1em;
        content: '';
        display: block;
        left: .1em;
        position: absolute;
        right: .1em;
        top: .1em;
        z-index: 1;
}
.section-03 .section-info-content .t:before {
        background: #000000;
        border: 2px solid #0ff5c7;
        -webkit-transform: skewX(-8deg);
           -moz-transform: skewX(-8deg);
            -ms-transform: skewX(-8deg);
             -o-transform: skewX(-8deg);
                transform: skewX(-8deg);
        z-index: 2;
}
.section-03 .section-info-content .t:after {
        background: #0ff5c7;
        -webkit-transform: skewX(-8deg) translateX(4%) rotate(4deg);
           -moz-transform: skewX(-8deg) translateX(4%) rotate(4deg);
            -ms-transform: skewX(-8deg) translateX(4%) rotate(4deg);
             -o-transform: skewX(-8deg) translateX(4%) rotate(4deg);
                transform: skewX(-8deg) translateX(4%) rotate(4deg);
        z-index: 1;
}
.section-03 .section-info-content .t span {
        position: relative;
        z-index: 3;
}
.section-03 .section-info-content .c {
      margin-top: .6em;
}
@media (min-width: 1440px) {
.section-03 .section-info-content .c {
        margin-top: .3em;
  }
}
.section-03 .section-info-content u {
      border-bottom: 1px solid #0ff5c7;
      text-decoration: none;
}
@media (min-width: 1200px) {
.section-03 .section-info-list li {
        -webkit-box-align: start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1em;
  }

        .section-03 .section-info-list li .c {
          -webkit-box-flex: 1;
             -moz-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
  }
}
.section-03 .section-info-list li:not(:last-of-type) {
        margin-bottom: 2em;
}
@media (min-width: 1200px) {
.section-03 .section-info-list li:not(:last-of-type) {
          margin-bottom: 3em;
  }
}
.section-03 .section-info-unique-list {
    list-style: none;
    padding-left: 2em;
}
.section-03 .section-info-unique-list li {
      -webkit-box-align: end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -2em;
      gap: .2em;
}
.section-03 .section-info-unique-list li:before {
        background: url('../images/sections/section-03/icon_fireball.png') center center / cover;
        content: '';
        display: block;
        height: 2em;
        width: 2em;
}
.section-03 .section-info-unique-list li:not(:last-of-type) {
        margin-bottom: .5em;
}
@media (min-width: 768px) {
.section-03 .section-info-combat {
      bottom: 20%;
      position: absolute;
      right: 1em;
      width: 40%;
  }

      @media (min-width: 1440px) {
.section-03 .section-info-combat {
        bottom: 25%;
        right: 2em;
    }
  }
}
.section-03 .section-info-combat .section-info-combat-image {
      margin-top: 1em;
}
@media (min-width: 768px) {
.section-03 .section-info-combat .section-info-combat-image {
        margin-top: 1em;
        margin-right: 0;
        width: 100%;
  }
}
.section-03 .section-info-combat-image {
    max-width: 250px;
    width: 70%;
    margin: auto;
}
@media (min-width: 768px) {
.section-03 .section-info-combat-image {
      max-width: none;
      width: 100%;
  }
}
.section-04 .container {
    max-width: 1100px;
}
.section-04 .section-carousel {
    border: #00ccde solid 6px;
    margin-top: -6px;
}
.section-04 .section-content {
    position: relative;
}
.section-04 .section-slogan {
    max-width: 180px;
    margin: auto;
    margin-bottom: 1em;
}
@media (min-width: 768px) {
.section-04 .section-slogan {
      max-width: 200px;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      z-index: 100;
  }
}
@media (min-width: 992px) {
.section-04 .section-slogan {
      max-width: 300px;
      top: -8px;
  }
}
.section-04 .section-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1em;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
@media (min-width: 768px) {
.section-04 .section-tabs {
      font-size: 1em;
      max-width: 400px;
  }
}
@media (min-width: 992px) {
.section-04 .section-tabs {
      font-size: 1.2em;
  }
}
.section-04 .section-tabs-item {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #666666;
      border: #00ccde solid 6px;
      color: #000000;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: 120px;
          flex-basis: 120px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-weight: 700;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      opacity: 0.6;
      padding: .5em .5em .7em;
      position: relative;
}
@media (min-width: 768px) {
.section-04 .section-tabs-item {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: .5em 1.5em .7em;
  }
}
.section-04 .section-tabs-item.active {
        opacity: 1;
}
.section-04 .section-tabs-item:before {
        border: 6px solid #000000;
        bottom: 0;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
}
.section-04 .section-tabs-item span {
        position: relative;
}
.section-04 .section-tabs-item span:before {
          position: absolute;
          content: attr(data-name);
          font-weight: bold;
          text-shadow:
            1px 1px 0px #FFFFFF,
            2px 2px 0px #FFFFFF,
            3px 3px 0px #FFFFFF;
}
.section-04 .section-tabs-item span:after {
          content: attr(data-name);
          -webkit-text-stroke-width: 4px;
          -webkit-text-stroke-color: #FFFFFF;
}
.section-04 .section-tabs-item .icon {
        margin-bottom: .2em;
        margin-top: -.7em;
        width: 2em;
}
@media (min-width: 768px) {
.section-04 .section-tabs-item .icon {
          margin-bottom: 0;
          margin-right: .5em;
  }
}
.section-04 .section-tabs-item .icon svg {
          width: 100%;
}
.section-04 .section-tabs-item .icon svg .color {
            fill: #406615;
}
.section-04 .section-tabs-item span {
        text-align: center;
        line-height: 1.2;
}
@media (max-width: 599px) {
.device-ios .section-05 .section-modal-close {
    height: 3.5em;
    right: -.5em;
    top: -.5em;
    width: 3.5em;
  }
}
.section-05 .section-ticket-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
    margin-top: 2em;
}
.section-05 .section-ticket-item {
    -webkit-box-shadow: 10px 10px 0 #000000;
            box-shadow: 10px 10px 0 #000000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 1 300px;
            flex: 1 1 300px;
    margin: auto;
    max-width: 500px;
    width: 97%;
}
@media (min-width: 768px) {
.section-05 .section-ticket-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      max-width: 1100px;
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1 1 170px;
              flex: 1 1 170px;
      width: 90%;
      height: 170px;
  }
}
@media (min-width: 768px) {
.section-05 .section-ticket-item-title {
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
}
.section-05 .section-ticket-item-barcode {
    margin: auto;
    width: 50%;
}
@media (min-width: 768px) {
.section-05 .section-ticket-item-barcode-vertical {
      -ms-flex-preferred-size: 22%;
          flex-basis: 22%;
      margin: .2em 0;
  }
}
.section-05 .section-ticket-item-title-image {
    margin: auto;
    padding: 5%;
    width: 90%;
    max-width: 220px;
}
@media (min-width: 768px) {
.section-05 .section-ticket-item-title-image {
      -webkit-box-flex: 4;
         -moz-box-flex: 4;
          -ms-flex: 4;
              flex: 4;
      padding: 6%;
  }
}
.section-05 .section-ticket-item-content {
    background-position: right bottom;
    background-size: cover;
    color: #000000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.2em;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6%;
}
@media (min-width: 768px) {
.section-05 .section-ticket-item-content {
      -webkit-box-flex: 3;
         -moz-box-flex: 3;
          -ms-flex: 3;
              flex: 3;
      padding: 2em 1em;
  }
}
.section-05 .section-ticket-item-content li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
}
.section-05 .section-ticket-item-content li:not(:last-of-type) {
        margin-bottom: 1em;
}
.section-05 .section-ticket-item-content li .t {
        font-weight: bold;
        -webkit-box-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        white-space: nowrap;
}
.section-05 .section-ticket-item-content li .c {
        font-weight: bolder;
        -webkit-box-flex: 2;
           -moz-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
}
@media (min-width: 992px) {
.section-05 .section-ticket-item-content li .c {
          -webkit-box-flex: 4;
             -moz-box-flex: 4;
              -ms-flex: 4;
                  flex: 4;
  }
}
.section-05 .section-ticket-item-content li .item {
        -webkit-box-align: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 1.6em;
        line-height: 1;
        margin-right: .2em;
}
.section-05 .section-ticket-item-content li .item:not(:last-of-type) {
          margin-bottom: .4em;
}
.section-05 .section-ticket-item-content li .item:before {
          background: url('../images/sections/section-05/icon_arrow.png') center center / cover;
          content: '';
          display: block;
          height: .6em;
          margin-right: .2em;
          width: .6em;
}
@media (min-width: 992px) {
.section-05 .section-ticket-item-content li .item {
          margin-right: .5em;
  }
}
.section-05 .section-ticket-item-content li .item-text {
        width: 3em;
}
.section-05 .section-modal .modal-dialog {
      max-width: 620px;
}
.section-05 .section-modal .modal-content {
      background: -webkit-gradient(linear, left top, left bottom, from(#C9E3F1), color-stop(10%, #ffffff));
      background: -webkit-linear-gradient(top, #C9E3F1, #ffffff 10%);
      background: -moz- oldlinear-gradient(top, #C9E3F1, #ffffff 10%);
      background: -o-linear-gradient(top, #C9E3F1, #ffffff 10%);
      background: linear-gradient(to bottom, #C9E3F1, #ffffff 10%);
      border-radius: 0;
      border: 13px solid #0695ca;
      -webkit-box-shadow: 0 0 0 10px #FFFFFF, 20px 20px 30px rgba(0, 0, 0, .29);
              box-shadow: 0 0 0 10px #FFFFFF, 20px 20px 30px rgba(0, 0, 0, .29);
      color: #000000;
      font-size: 1.2em;
      font-weight: bold;
      padding: 1em;
}
@media (min-width: 992px) {
.section-05 .section-modal .modal-content {
        padding: 1.5em;
  }
}
.section-05 .section-modal .modal-title {
      color: #006489;
      font-size: 1.6em;
      font-weight: bold;
      margin-bottom: .5em;
      text-align: center;
}
.section-05 .section-modal-close {
    -webkit-transition: .3s 0s ease;
    -o-transition: .3s 0s ease;
    -moz-transition: .3s 0s ease;
    transition: .3s 0s ease;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    background: transparent;
    border: none;
    height: 2em;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
    width: 2em;
    z-index: 1000;
}
@media (min-width: 768px) {
.section-05 .section-modal-close {
      height: 2em;
      right: .5em;
      top: .5em;
      width: 2em;
  }
}
.section-05 .section-modal-close:active,
.section-05 .section-modal-close:hover,
.section-05 .section-modal-close:focus {
      opacity: 1;
}
.section-05 .section-modal-list li:not(:last-of-type) {
      margin-bottom: .5em;
}
.section-footer {
  padding: 2em 0;
  word-break: break-all;
}
.section-footer .container {
    max-width: 1500px;
}
.section-footer a {
    color: #3dcbff;
    text-decoration: underline;
}
.section-footer hr {
    color: #FFFFFF;
    height: 2px;
    opacity: 1;
}

/*# sourceMappingURL=styles.css.map */
