@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: #333;
		border: 0 !important;
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
.drawer-content a, .drawer-content a:link, .drawer-content a:visited, .drawer-content a:hover, .drawer-content a:active {
		color: #0644ff;
}
dl, ol, ul {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
}
ol, ul {
		padding-left: 0 !important;
}
button:focus {
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
}
img {
		border: 0px none;
}
.has-indent > li {
		margin-left: 1.5rem;
		text-indent: -1.5rem;
}
.has-indent.large > li {
		margin-left: 2.5rem;
		text-indent: -2.5rem;
}
.has-indent > li li {
		margin-left: 0;
		text-indent: 0;
}
.has-indent.none > li {
		margin-left: 0;
		text-indent: 0;
}
.has-indent > li li {
		margin-left: 0;
		text-indent: 0;
}
body {
		padding: 0;
		margin: 0;
		color: #000;
		font-family: 'Open Sans', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-size: 1rem;
		font-optical-sizing: auto;
		font-style: normal;
		font-weight: 500;
}
.no {
		font-family: 'Open Sans', 'Noto Sans', 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.has-ticket .tag-block, .text-sp, .info-card .title, .ad_card .btn, .ad_card .head {
		font-family: 'Open Sans', 'Microsoft YaHei', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', sans-serif;
}
.hidden-text {
		visibility: hidden;
		font-size: 0;
		line-height: 0;
		width: 0;
		height: 0;
		display: block;
}
.btn-reg:hover .btn {
		background-color: #000000;
		color: #ffffff;
}
.btn-search:hover .btn {
		background-color: #9f5de2 !important;
		color: #ffffff;
		border: 0;
}
h1, h2, .fix-ad .item .act {
		font-family: 'Open Sans', 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.slick-slide {
		background-color: transparent !important;
}
.slick-dots li.slick-active button:before {
		background-color: #e51937 !important;
}
.slick-dots li button:before {
		background-color: #ffffff !important;
}
.remark-text a {
		color: #0644ff;
}
.remark-text a:hover, .remark-text a:focus {
		color: #000000;
}
br.d-xs-block {
		display: none !important;
}
.d-xxxl-block {
		display: none !important;
}
.topic,.star-group{
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media screen and (min-width: 1921px) {
		.d-xxxl-block {
				display: block !important;
		}
		.d-xxxl-none {
				display: none !important;
		}
}
@media screen and (max-width: 320px) {
		br.d-xs-block {
				display: block !important;
		}
}
@media screen and (max-width: 991px) {
		body.open {
				width: 100%;
				height: 100vh;
				overflow: hidden;
		}
		.overlay {
				position: fixed;
				top: 0;
				left: 0;
				z-index: 49;
				width: 100%;
				height: 100%;
				opacity: 0;
				visibility: hidden;
				-webkit-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
				background-color: rgba(0, 0, 0, 0.8);
		}
		.overlay.open {
				opacity: 0.8;
				visibility: visible;
		}
}
/*------------------------------------------ 
Bg Star
--------------------------------------------*/
.star {
		position: absolute;
		background-color: RGBA(186, 249, 246, .8);
		border-radius: 50%;
		-webkit-animation: twinkle 1s infinite;
		animation: twinkle 1s infinite;
		z-index: 2;
}
.shooting-star {
		position: absolute;
		background-image: url("../images/light_all_a.png");
		background-repeat: no-repeat;
		background-size: contain;
		width: 200px;
		height: 200px;
		display: block;
		pointer-events: none;
		z-index: 1;
}
@-webkit-keyframes twinkle {
		0%, 100% {
				opacity: 0.3;
		}
		50% {
				opacity: 1;
		}
}
@keyframes twinkle {
		0%, 100% {
				opacity: 0.3;
		}
		50% {
				opacity: 1;
		}
}
/*------------------------------------------ 
Modal Backdrop
--------------------------------------------*/
#popupContent {
		padding: 2rem;
		height: -webkit-fit-content !important;
		height: -moz-fit-content !important;
		height: fit-content !important;
		min-height: 360px;
}
#popupHeadline {
		display: inline-block !important;
		top: 0 !important;
		left: 0 !important;
		width: auto !important;
}
#popupDescription {
		top: 0 !important;
		left: 0 !important;
		margin: 0 !important;
		width: 100% !important;
}
#popupDetails {
		left: 0 !important;
		bottom: 0 !important;
		position: relative !important;
		margin-top: 30px;
}
@media (max-width: 767.98px) and (orientation:landscape) {
		#popupContent {
				max-width: 90% !important;
				height: -webkit-fit-content !important;
				height: -moz-fit-content !important;
				height: fit-content !important;
				min-height: 360px;
		}
}
@media (max-width: 575.98px) and (orientation:portrait) {
		#popupContent {
				max-width: 90% !important;
				height: -webkit-fit-content !important;
				height: -moz-fit-content !important;
				height: fit-content !important;
				min-height: 360px;
		}
}
/************************
Btn More 
************************/
.btn-more {
		width: 150px;
		height: 40px;
		border-radius: 1.125rem;
		color: #ffffff;
		font-size: 1rem;
		font-weight: normal;
		line-height: 1.5;
		position: relative;
		border: 0;
		overflow: hidden;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
}
.btn-more::before {
		content: '';
		width: 40px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		opacity: 0;
}
.btn-more::after {
		content: '';
		width: 40px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		opacity: 0;
}
@media (max-width: 1199px) {
		.btn-more {
				width: 120px;
				height: 35px;
				font-size: .8125rem;
		}
}
@media (max-width: 991px) {
		.btn-more {
				width: 100px;
				height: 30px;
				font-size: .75rem;
		}
}
@media (max-width: 567px) {
		.btn-more {
				width: 80px;
				height: 25px;
				font-size: 50%;
		}
}
.btn-more > span {
		position: relative;
		z-index: 2;
		color: #ffffff;
}
.btn-more:focus, .btn-more:hover, .btn-more {
		background-color: #ff0000 !important;
		color: #ffffff !important;
}
.btn-more::after, .btn-more::before {
		background: -o-linear-gradient(left, RGBA(255, 255, 255, .5) 0%, RGBA(255, 255, 255, 0) 100%);
		background: -webkit-gradient(linear, left top, right top, from(RGBA(255, 255, 255, .5)), to(RGBA(255, 255, 255, 0)));
		background: linear-gradient(to right, RGBA(255, 255, 255, .5) 0%, RGBA(255, 255, 255, 0) 100%);
}
.btn-more::before {
		-webkit-transform: skewX(30deg);
		-ms-transform: skewX(30deg);
		transform: skewX(30deg)
}
.btn-more::before, .btn-more:hover::before {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
.btn-more::after {
		-webkit-transition: all .5s ease, opacity .25s ease;
		-o-transition: all .5s ease, opacity .25s ease;
		transition: all .5s ease, opacity .25s ease;
}
.btn-more:hover::after {
		-webkit-transition: all .5s .125s ease, opacity .25s ease;
		-o-transition: all .5s .125s ease, opacity .25s ease;
		transition: all .5s .125s ease, opacity .25s ease;
		opacity: .6;
}
.btn-more::after {
		-webkit-transform: translate(400%, 0) skewX(30deg);
		-ms-transform: translate(400%, 0) skewX(30deg);
		transform: translate(400%, 0) skewX(30deg);
}
.btn-more:hover::before {
		-webkit-transform: translate(-300%, 0) skewX(30deg);
		-ms-transform: translate(-300%, 0) skewX(30deg);
		transform: translate(-300%, 0) skewX(30deg);
		opacity: .75;
}
.btn-more:hover::after {
		-webkit-transform: translate(0, 0) skewX(30deg);
		-ms-transform: translate(0, 0) skewX(30deg);
		transform: translate(0, 0) skewX(30deg);
		opacity: .75;
}
.btn-more, .btn-more:hover, .btn-more:focus {
		-webkit-transition: -webkit-transform .1s .3s linear;
		transition: -webkit-transform .1s .3s linear;
		-o-transition: transform .1s .3s linear;
		transition: transform .1s .3s linear;
		transition: transform .1s .3s linear, -webkit-transform .1s .3s linear;
}
@-webkit-keyframes go {
		0% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
		50% {
				-webkit-transform: translate(10px, 0);
				transform: translate(10px, 0);
		}
		100% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
}
@keyframes go {
		0% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
		50% {
				-webkit-transform: translate(10px, 0);
				transform: translate(10px, 0);
		}
		100% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
}
/************************
BUTTON
************************/
a.btn-leave {
		height: 40px;
		font-size: 16px;
		font-family: inherit;
		font-weight: 500;
		line-height: 1.42857;
		min-width: 144px;
		text-shadow: none;
		border-radius: 4px;
		padding: 8px 12px;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: pointer;
		color: #ff3333;
		border: 1px solid #ee1818;
		background: transparent;
}
a.btn-leave:active, a.btn-leave:focus, a.btn-leave:hover {
		color: #ffffff !important;
		border: 1px solid #ee1818 !important;
		background: #ee1818 !important;
}
a.btn-yes {
		height: 40px;
		font-size: 16px;
		font-family: inherit;
		font-weight: 500;
		line-height: 1.42857;
		min-width: 144px;
		text-shadow: none;
		border-radius: 4px;
		padding: 8px 12px;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: pointer;
		border: 1px solid #ee1818;
		background: #ff3333;
		color: #ffffff;
}
a.btn-yes:active, a.btn-yes:focus, a.btn-yes:hover {
		color: #ffffff !important;
		border: 1px solid #ee1818 !important;
		background: #ee1818 !important;
}
/************************
MODAL
************************/
.leaveModal {
		padding-right: 0 !important;
}
.modal-backdrop.show {
		opacity: 1;
}
.modal-backdrop {
		background-color: rgba(0, 0, 0, .75)
}
.leaveModal .modal-title {
		font-size: 1.5rem;
}
.leaveModal .modal-body {
		font-size: 1rem;
		text-align: justify;
}
@media screen and (min-width: 1024px) {
		.modal-lg {
				max-width: 780px;
		}
}
@media screen and (max-width: 991px) {
		a.btn-leave, a.btn-yes {
				min-width: 119px;
		}
		.leaveModal .modal-dialog {
				max-width: 100%;
				max-height: 80%;
		}
}
@media screen and (max-width: 767px) {
		.leaveModal .modal-title {
				font-size: 1.25rem;
		}
		.leaveModal .modal-body {
				font-size: 14px;
		}
		a.btn-leave, a.btn-yes {
				font-size: 16px;
		}
}
/************************
TOTAL
************************/
.page-wrapper, .page-container {
		margin: 0 auto;
		width: 100%;
}
.page-wrapper {
		padding: 0px;
		/*max-width: 1200px;*/
}
.page-container:not(.wide) {
		padding: 0px;
		max-width: 991px;
}
.page-container.sp {
		max-width: 1100px;
}
.key-visual .page-container {
		max-width: 100%;
		margin: auto;
}
.key-visual .slick-dots {
		bottom: -50px;
		position: absolute;
		z-index: 3;
}
.key-visual .slick-dotted.slick-slider {
		margin-bottom: 0;
}
.description.page-container:not(.wide), .card.top .page-container:not(.wide), .card.bot .page-container:not(.wide) {
		padding: 0px;
		max-width: 1100px;
}
@media only screen and (min-width:992px) {
		.page-container.mini {
				margin: 0 auto;
				max-width: 900px;
		}
}
@media only screen and (min-width:1920px) {
		.key-visual .page-container {
				max-width: 100%;
		}
		.page-container.wide {
				margin: 0 auto;
				max-width: 100%;
		}
}
@media only screen and (min-width:2560px) {
		.page-container.wide {
				margin: 0 auto;
				max-width: 2560px;
		}
}
@media only screen and (max-width:1199px) {
		.page-container.wide {
				margin: 0 auto;
				max-width: 100%;
		}
		.description.page-container:not(.wide), .card.top .page-container:not(.wide), .card.bot .page-container:not(.wide) {
				padding: 0px;
				max-width: 86%;
		}
		.page-container.description > .page-container {
				margin: 0 auto;
				max-width: 90% !important;
		}
}
@media only screen and (max-width:991px) {
		.page-container.ad, .page-container.mini {
				max-width: 90%;
				margin: auto;
		}
		.description.page-container:not(.wide), .card.top .page-container:not(.wide), .card.bot .page-container:not(.wide) {
				padding: 0px;
				max-width: 96%;
		}
}
@media only screen and (max-width:767px) {
		.description.page-container:not(.wide), .card.top .page-container:not(.wide), .card.bot .page-container:not(.wide) {
				padding: 0px;
				max-width: 88%;
		}
}
@media only screen and (max-width:567px) {
		.page-container.description > .page-container {
				margin: 0 auto;
				max-width: 90% !important;
		}
}
/****************************/
.toggle-button {
		position: relative;
		display: none;
		float: left;
		left: 0;
		width: 50px;
		height: 50px;
		padding: 18px 15px;
		-webkit-transition: .25s;
		-o-transition: .25s;
		transition: .25s;
		z-index: 999;
}
.toggle-button:hover {
		cursor: pointer;
		/*background-color: #eeeeee;*/
}
.toggle-button .menu-bar {
		position: relative;
		width: 100%;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
.toggle-button .menu-bar-top {
		border: 2px solid #909090;
		border-bottom: none;
		top: 0px;
}
.toggle-button .menu-bar-middle {
		height: 2px;
		/*background-color: #909090;*/
		margin: 2px 0px;
		top: 0px;
}
.toggle-button .menu-bar-bottom {
		border: 2px solid #909090;
		border-top: none;
		top: 0px;
}
.toggle-button.open .menu-bar-top {
		-webkit-transform: rotate(45deg) translate(3px, 3px);
		-ms-transform: rotate(45deg) translate(3px, 3px);
		transform: rotate(45deg) translate(3px, 3px);
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
.toggle-button.open .menu-bar-middle {
		-webkit-transform: translate(0px);
		-ms-transform: translate(0px);
		transform: translate(0px);
		-webkit-transition: .1s ease-in;
		-o-transition: .1s ease-in;
		transition: .1s ease-in;
		opacity: 0;
}
.toggle-button.open .menu-bar-bottom {
		-webkit-transform: rotate(-45deg) translate(3px, -3px);
		-ms-transform: rotate(-45deg) translate(3px, -3px);
		transform: rotate(-45deg) translate(3px, -3px);
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
@media only screen and (max-width: 991px) {
		.toggle-button {
				display: inline-block;
		}
}
/************************
BANNER
************************/
.bot-banner {
		background-color: #f4e2e2;
		margin: 2rem 0;
		clear: both;
}
@media only screen and (max-width: 991px) {
		.bot-banner {
				margin: 2rem 0;
		}
}
/************************
AD BLOCK
************************/
.page-container.ad {
		background-image: url("../images/bot_bg.png");
		background-position: center top;
		background-repeat: no-repeat;
		padding: 4rem 0 2rem 0;
		background-size: cover;
}
.page-container.ad .title {
		font-size: 1.75rem;
		font-weight: bold;
}
.ad_card {
		max-width: 90%;
		margin: auto;
}
.ad_card .info {
		min-height: 80px;
}
.ad_card .info.short {
		min-height: -webkit-fit-content;
		min-height: -moz-fit-content;
		min-height: fit-content;
}
.ad_card .card-body {
		min-height: 100px;
		padding-bottom: 0;
		padding-top: 1.5rem;
}
.ad_card, .ad_card .card-header, .ad_card .card-body, .ad_card .card-footer {
		border: 0;
		background-color: transparent;
}
.ad_card .head {
		font-size: 1.25rem;
		font-weight: bold;
}
.ad_block .slick-slide {
		-webkit-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
}
.ad_block .slick-slide a .pic {
		-webkit-box-shadow: .5rem .5rem 0 0 RGBA(0, 0, 0, .25);
		box-shadow: .5rem .5rem 0 0 RGBA(0, 0, 0, .25);
		border-radius: 2rem;
		overflow: hidden;
}
.ad_block .slick-slide a .pic, .ad_block .slick-slide a:hover .pic {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
.ad_block .slick-slide a:hover .pic {
		-webkit-transform: translate(-5px, -5px);
		-ms-transform: translate(-5px, -5px);
		transform: translate(-5px, -5px);
		-webkit-box-shadow: .75rem .75rem 0 0 RGBA(0, 0, 0, .35);
		box-shadow: .75rem .75rem 0 0 RGBA(0, 0, 0, .35);
}
.ad_card .info {
		font-size: .95rem;
		font-weight: bold;
}
.ad_card .date {
		font-size: .85rem;
		font-weight: bold;
}
.ad_card .btn {
		border-radius: 5rem;
		padding: .25rem 1rem .25rem 1.125rem;
		font-size: .875rem;
		font-weight: bold;
		border-width: 2px;
	 pointer-events: none;
}
.ad_block a:hover .btn {
		background-color: #000 !important;
		color: #ffffff !important;
}
.ad_card .slick-dots {
		bottom: -50px;
		position: absolute;
		z-index: 3;
}
.ad_card .slick-dotted.slick-slider {
		margin-bottom: 0;
}
@media only screen and (min-width: 1920px) {
		.page-container.ad {
				background-size: 2560px auto;
		}
}
/************************
CHECK LIST
************************/
.check-list, .check-list li {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
}
.check-list li {
		margin-bottom: .5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 1.5rem;
}
.check-list li .icon {
		max-width: 30px;
		display: inline-block;
		position: relative;
		top: -.15rem;
}
/************************
BG ITEM
************************/
.peo_1 {
		left: 3%;
		bottom: 0;
		max-width: 60px;
}
.peo_2 {
		left: 10%;
		bottom: 0;
		max-width: 35px;
}
.peo_3 {
		right: 5%;
		bottom: 0;
		max-width: 50px;
}
@media screen and (min-width: 1600px) {}
@media screen and (max-width: 576px) {}
/*------------------------------------------ 
Main Head
--------------------------------------------*/
.main-head .no {
		font-size: 130%;
}
.main-head .no small {
		font-size: 80%;
}
.c-gold {
		background: -o-linear-gradient(left, #744e0b, #f2c96f 50%, #906a26);
		background: -webkit-gradient(linear, left top, right top, from(#744e0b), color-stop(50%, #f2c96f), to(#906a26));
		background: linear-gradient(to right, #744e0b, #f2c96f 50%, #906a26);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
}
.c-gold2 {
		background: -o-linear-gradient(top, #906a26, #f2c96f);
		background: -webkit-gradient(linear, left top, left bottom, from(#906a26), to(#f2c96f));
		background: linear-gradient(to bottom, #906a26, #f2c96f);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}
.main-head .info {
		font-size: 1.5rem;
		line-height: 1.25;
}
.main-head .info .is-plus {
		font-size: 130%;
}
.info-card .title img {
		top: 0;
		bottom: 0;
		margin: auto;
		max-width: 50px;
}
.info-card .title img.star_group_l {
		left: -70px;
}
.info-card .title img.star_group_r {
		right: -70px;
}
.info-card.is_sp .title img.progress_line {
		max-width: 300px;
}
.info-card img.telescope {
		top: auto;
		bottom: 0;
		margin: auto;
		max-width: 60px;
		left: 4rem;
}
.has-ticket .tag-block .icon {
		max-width: 40px;
		margin: -7px 0 0 -45px;
}
.has-ticket .tag-block {
		font-size: 1.125rem;
}
/************************
PLUS
************************/
.center-plus img {
		max-width: 40px;
}
/************************
INFO CARD
************************/
.remark-text-block {
		max-width: 80%;
}
.info-card {
		background-color: RGBA(247, 247, 247, .95);
		border-radius: 3rem;
		-webkit-box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .125);
		box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .125);
}
.info-card.last {
		background-color: transparent;
		border-radius: 3rem;
		-webkit-box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .125);
		box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .125);
		padding: 0;
}
.info-card.last .text-block {
		left: 7rem;
		top: 5rem;
		margin: auto;
		max-width: 60%;
}
.info-card.last img.flag {
		max-width: 80px;
		left: 1rem;
		top: 2rem;
		z-index: 4;
}
.info-card.last .subtitle {
		font-size: 2.125rem;
}
.info-card.last .text {
		font-size: 1.25rem;
}
.info-card .has-bg {
		border-radius: 3rem 3rem 0 0;
		background-color: #e0dee3;
		padding: 3rem 2rem 2rem 2rem;
		-webkit-box-shadow: inset 0 0 .75rem RGBA(0, 0, 0, .125);
		box-shadow: inset 0 0 .75rem RGBA(0, 0, 0, .125);
}
.info-card .has-bg.full {
		border-radius: 3rem;
		background-color: RGBA(255, 255, 255, .95);
		padding: 3rem 2rem 1rem 2rem;
		border: 5px solid #b2acc6;
}
.info-card.is_sp {
		background-color: transparent;
}
.info-card .has-in-bg {
		background-color: transparent;
		padding: 2rem;
}
.info-card .head {
		max-width: 300px;
		margin: 0 auto;
}
.info-card.is_sp .title, .info-card .title {
		font-size: 2.125rem;
}
.info-card.is_sp .btn-event {
		background-color: #663399;
		color: #ffffff;
		border: 0;
}
.info-card.is_sp .btn-event:hover {
		background-color: #9f5de2;
		color: #ffffff;
}
.info-card.is_sp .title {
		/*padding-left: 15%;*/
}
.info-card .text .no, .info-card .title .no {
		font-size: 140%;
		line-height: 1;
}
.info-card .text .no small, .info-card .title .no small {
		font-size: 80%;
}
.info-card .date {
		font-size: 1rem;
}
.info-card .text {
		font-size: 1.35rem;
}
.info-card .text .remark-text {
		font-size: .8125rem;
}
.info-card .star-list {
		font-size: 1.25rem;
		margin-left: 2rem;
}
.info-card .star-list .icon {
		max-width: 25px;
		margin-right: .5rem;
		position: relative;
		top: -2px;
}
.info-card .star-list small {
		font-size: 80%;
}
.info-card .val-card {
		max-width: 75%;
		margin: auto;
}
.info-card .val-card .item {
		padding: 3.5rem 1rem 2rem 1rem;
		background-color: #ffffff;
		border-radius: 2rem;
		-webkit-box-shadow: 0 .125rem .5rem RGBA(0, 0, 0, .125);
		box-shadow: 0 .125rem .5rem RGBA(0, 0, 0, .125);
		font-size: 1.25rem;
}
.info-card .val-card.mission .item {
		padding: 3.5rem 1rem 2rem 1rem;
		background: -o-linear-gradient(top, #e8c476 0%, #d0b374 50%, #c2a973 80%, #f2dbaa 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#e8c476), color-stop(50%, #d0b374), color-stop(80%, #c2a973), to(#f2dbaa));
		background: linear-gradient(180deg, #e8c476 0%, #d0b374 50%, #c2a973 80%, #f2dbaa 100%);
		border-radius: 2rem;
		-webkit-box-shadow: 0 .125rem .5rem RGBA(0, 0, 0, .125);
		box-shadow: 0 .125rem .5rem RGBA(0, 0, 0, .125);
}
.info-card .val-card.mission .item .is-head {
		padding: 1rem 0 0 0;
		background-color: transparent;
		background-image: url("../images/shooting_star.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 300px;
		height: 125px;
		top: -4.5rem;
}
.info-card .val-card.mission .item::after {
		content: '';
		width: calc(100% - 8px);
		height: calc(100% - 8px);
		background-color: #ffffff;
		border-radius: 1.75rem;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
.info-card .val-card.mission .subtitle {
		font-size: 1.5rem;
}
.info-card .val-card .item .is-head {
		padding: .5rem 2rem;
		color: #000;
		background: -o-linear-gradient(left, #f2c96f 20%, #f7f1ae 60%, #f8d089 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f2c96f), color-stop(60%, #f7f1ae), to(#f8d089));
		background: linear-gradient(to right, #f2c96f 20%, #f7f1ae 60%, #f8d089 100%);
		border-radius: 5rem;
		top: -1rem;
		left: 0;
		right: 0;
		margin: auto;
		width: 200px;
		font-size: 1.45rem;
}
.pic_telescope_peo {
		max-width: 120px;
		right: 12%;
		bottom: -1rem;
		z-index: 2;
}
.pic_telescope_peo2 {
		max-width: 80px;
		left: 20%;
		bottom: 1rem;
		z-index: 2;
}
.pic_telescope_peo3 {
		max-width: 100px;
		right: 20%;
		bottom: 1rem;
		z-index: 2;
}
.info-card .val-card.has-grid .row .col-sm-4 {
		border-right: 2px solid #f2c96f;
}
.info-card .val-card.has-grid .row .col-sm-4:last-child {
		border-right: 0;
}
.info-card .val-card .item .no {
		font-size: 140%;
}
.info-card .remark-text {
		max-width: 80%;
		margin: auto;
		font-size: .85rem;
		font-weight: 600;
		color: #666666;
}
.info-card .btn-block {
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
}
.btn-event {
		width: 150px;
		height: 40px;
		font-size: 1rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		border-width: 2px;
}
.btn-event .icon {
		font-size: 200%;
		line-height: 0;
		font-weight: lighter;
		margin-left: 5px;
		position: relative;
		top: -.25rem;
}
/************************
DESCRIPTION
************************/
.description {
		background-color: #ebebeb;
		font-size: 1rem;
}
.description > div {
		max-width: 80%;
		margin: auto;
		color: #000000;
		font-size: 1rem;
}
.description > div a {
		color: #0644ff;
}
.description > div a:hover {
		text-decoration: underline;
}
/************************
STAR BG
************************/
.has-star {
		left: 0;
		right: 0;
		margin: auto;
		top: 2%;
		pointer-events: none;
}
@media only screen and (max-width: 1199px) {
		.has-ticket .tag-block {
				font-size: .875rem;
		}
		.has-ticket .tag-block .icon {
				max-width: 25px;
				margin: -2px 0 0 -30px;
		}
		.info-card {
				max-width: 80%;
				margin-left: auto;
				margin-right: auto;
		}
		.info-card .star-list, .info-card .text {
				font-size: 1rem;
		}
		.info-card .text .remark-text {
				font-size: .75rem;
		}
		.info-card .val-card {
				max-width: 90%;
				margin: auto;
		}
		.info-card .val-card .item .is-head {
				font-size: 1.25rem;
				padding: .25rem 1rem;
				width: 150px;
		}
		.info-card .star-list .icon {
				max-width: 20px;
				top: -2px;
		}
		.info-card img.telescope {
				max-width: 5vw;
				left: 8%;
		}
		.peo_3 {
				right: 3%;
				max-width: 5vw;
		}
		.peo_2 {
				left: 10%;
				max-width: 3vw;
		}
		.peo_1 {
				left: 3%;
				bottom: 0;
				max-width: 5vw;
		}
		.pic_telescope_peo {
				max-width: 9vw;
				right: 12%;
		}
		.info-card .val-card.mission .item .is-head {
				width: 28vw;
				height: auto;
				aspect-ratio: 2 / 1;
				top: -4.5rem;
				padding: .25rem 0 0 0;
		}
		.info-card .remark-text {
				max-width: 90%;
				font-size: .75rem;
		}
		.center-plus img {
				max-width: 3vw;
		}
		.check-list li, .info-card .val-card.mission .subtitle {
				font-size: 1.35rem;
		}
		.info-card.last .subtitle {
				font-size: 1.75rem;
		}
		.info-card.is_sp .title img.progress_line {
				max-width: 22vw;
		}
		.info-card.last img.flag {
				max-width: 6vw;
				left: 1rem;
				top: 3rem;
		}
		.pic_telescope_peo3 {
				max-width: 8vw;
				right: 18%;
				bottom: .5rem;
		}
		.pic_telescope_peo2 {
				max-width: 6vw;
				left: 18%;
				bottom: .5rem;
		}
		.check-list li .icon {
				max-width: 2.5vw;
		}
		.info-card .date {
				font-size: .8125rem;
		}
		.main-head .info {
				font-size: 1.125rem;
		}
		.main-head .h1 {
				font-size: 2rem;
		}
		.info-card.is_sp .title, .info-card .title {
				font-size: 1.75rem;
		}
		.info-card.last .text-block {
				left: 6rem;
				top: 4rem;
				max-width: 60%;
		}
		.info-card.last .text-block .text {
				font-size: .8125rem;
				line-height: 1.75;
		}
		.btn-event {
				width: 120px;
				height: 35px;
				font-size: .8125rem;
		}
		.remark-text-block {
				font-size: .75rem;
		}
		.page-container.ad .title {
				font-size: 1.5rem;
				padding-left: 2rem !important;
		}
}
@media only screen and (max-width: 991px) {
		.box-card img {
				max-width: 320px;
		}
		.main-head .info {
				font-size: 1rem;
		}
		.info-card .has-bg.full, .info-card .has-bg {
				padding: 2rem 2rem 1rem 2rem;
		}
		.info-card .text {
				font-size: 1rem;
		}
		.info-card .star-list {
				font-size: 1rem;
				line-height: 1.75;
		}
		.info-card .text {
				font-size: .85rem;
		}
		.description {
				font-size: .85rem;
		}
		.page-container.ad {
				padding: 2rem 0;
				max-width: 100%;
		}
		.ad_card .info {
				font-size: .875rem;
		}
		.ad_card .head {
				font-size: 1rem;
		}
		.ad_card .btn {
				padding: .25rem 1rem .25rem 1.125rem;
				font-size: .8125rem;
		}
		.page-container.ad .title {
				font-size: 1.5rem;
		}
		.info-card .title .no {
				font-size: 160%;
				line-height: 1.25
		}
		.info-card.is_sp .title, .info-card .title {
				font-size: 1.5rem;
		}
		.info-card .title img {
				max-width: 40px;
		}
		.info-card .title img.star_group_l {
				left: -60px;
		}
		.info-card .title img.star_group_r {
				right: -60px;
		}
		.info-card .date {
				font-size: .8125rem;
		}
		.info-card .val-card {
				max-width: 96%;
		}
		.info-card .val-card .item {
				font-size: 1rem;
				padding: 2rem 1rem 1.5rem 1rem;
		}
		.info-card .star-list .icon {
				max-width: 2vw;
				margin-right: .25rem;
		}
		.check-list li, .info-card .val-card.mission .subtitle {
				font-size: 1.125rem;
		}
		.info-card.last .subtitle {
				font-size: 1.5rem;
		}
		.info-card {
				max-width: 88%;
				margin-left: auto;
				margin-right: auto;
		}
		.info-card .val-card .item .is-head {
				font-size: 1rem;
				padding: .25rem 1rem;
				width: 120px;
		}
		.info-card .val-card.mission .item .is-head {
				width: 26vw;
				aspect-ratio: 2 / 1;
				top: -3rem;
				padding: .25rem 0 0 0;
		}
		.info-card .val-card.mission .item {
				padding: 3rem 1rem 1.5rem 1rem;
		}
		.info-card.last img.flag {
				max-width: 5vw;
				left: 1rem;
				top: 1rem;
		}
		.info-card.last .text-block {
				left: 3rem;
				top: 3rem;
				max-width: 100%;
		}
		.btn-block .btn-event {
				width: 100px;
				height: auto;
				padding: .125rem 1rem;
				font-size: .8125rem;
				border-width: 1px;
		}
		.info-card .btn-block {
				display: -webkit-inline-box !important;
				display: -ms-inline-flexbox !important;
				display: inline-flex !important;
				-webkit-box-orient: horizontal !important;
				-webkit-box-direction: normal !important;
				-ms-flex-direction: row !important;
				flex-direction: row !important;
				max-width: 70%;
		}
}
@media only screen and (max-width:991px) and (orientation: landscape) {
		.info-card .val-card {
				max-width: 77%;
		}
		.info-card .val-card.mission .item {
				padding: 4rem 1rem 1.5rem 1rem;
		}
		.info-card .val-card.mission .subtitle {
				font-size: 1.125rem;
		}
		.info-card.last .text-block {
				left: 6rem;
				top: 3.5rem;
				max-width: 100%;
		}
		.info-card.last img.flag {
				max-width: 5vw;
				left: 2rem;
				top: 2rem;
		}
		.info-card.last .text-block .text {
				font-size: .85rem;
				line-height: 1.75;
		}
		.btn-block .btn-event {
				width: 120px;
				height: 35px;
				padding: .25rem 1rem;
				font-size: .875rem;
				border-width: 2px;
		}
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
		.info-card.has-ticket .btn-block {
				display: -webkit-inline-box !important;
				display: -ms-inline-flexbox !important;
				display: inline-flex !important;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				width: auto !important;
				max-width: 50%;
				margin-bottom: .5rem !important;
				right: auto;
				left: 15%;
		}
		.has-ticket .tag-block {
				margin-right: 1rem;
		}
}
@media only screen and (max-width: 767px) {
		.info-card img.telescope {
				max-width: 4vw;
				left: 2%;
		}
		.description > div {
				font-size: .8125rem;
		}
		.info-card.is_sp .title, .info-card .title {
				font-size: 1.25rem;
		}
		.info-card.last img.flag {
				max-width: 5vw;
				left: 1rem;
				top: 2rem;
		}
		.info-card.last .text-block {
				left: 4rem;
				top: 3rem;
				max-width: 100%;
		}
		.info-card.last .text-block .text {
				font-size: .8rem;
				line-height: 1.5;
		}
		.check-list li, .info-card .val-card.mission .subtitle {
				font-size: 1rem;
		}
		.info-card.last .subtitle {
				font-size: 1.25rem;
				margin-bottom: .5rem !important;
		}
		.info-card .val-card.mission .item .is-head {
				width: 30vw;
		}
		.info-card .val-card.mission .item {
				padding: 3rem 1rem 1.5rem 1rem;
		}
		.info-card .title img {
				max-width: 5vw;
		}
		.info-card .title img.star_group_l {
				left: -40px;
		}
		.info-card .title img.star_group_r {
				right: -40px;
		}
		.info-card .val-card {
				max-width: 100%;
		}
		.btn-block .btn-event {
				height: auto;
				padding: .125rem .5rem;
				width: 100px;
		}
}
@media only screen and (max-width: 650px) {
		.info-card.last .text-block {
				left: 3rem;
				top: 3rem;
				max-width: 100%;
		}
		.info-card.has-ticket .btn-block {
				margin-bottom: 2px !important;
				left: 15%;
				right: auto;
				max-width: 60%;
		}
		.info-card .date.mb-2 {
				margin-bottom: .25rem !important;
		}
		.info-card.last .text-block .text {
				font-size: .75rem;
				line-height: 1.5;
		}
}
@media (max-width: 568px) and (orientation: landscape) {
		.info-card .val-card .item .col-sm-4 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 33.33333333%;
				padding: 0 .25rem;
		}
		.info-card .remark-text {
				max-width: 100%;
		}
		.center-plus img {
				max-width: 5vw;
		}
		.has-ticket {
				max-width: 66%;
		}
		.info-card.last img.flag {
				max-width: 5vw;
				left: 1rem;
				top: 1rem;
		}
		.info-card.last .text-block {
				left: 0;
				right: 0;
				top: 5rem;
				max-width: 90%;
				margin: auto;
		}
		.has-ticket .tag-block {
				margin-right: 0;
		}
		.info-card.has-ticket .btn-block {
				bottom: 0;
				margin: 0 auto !important;
				position: relative !important;
				background-image: url("../images/ticket_a_bg_n_m_c.png");
				background-position: center center;
				background-repeat: repeat-y;
				background-size: contain;
				display: -webkit-inline-box !important;
				display: -ms-inline-flexbox !important;
				display: inline-flex !important;
				-webkit-box-orient: vertical !important;
				-webkit-box-direction: normal !important;
				-ms-flex-direction: column !important;
				flex-direction: column !important;
				min-width: 100%;
				padding-top: 5px;
				left: 0 !important;
				right: 0 !important;
		}
		.info-card.last .text-block {
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
				padding: 1rem;
				max-width: 100%;
				margin: auto;
				position: relative !important;
				background-image: url("../images/ticket_a_bg_n_m_u2.png"), url("../images/ticket_a_bg_n_m_c.png");
				background-position: center top, center bottom;
				background-repeat: no-repeat, repeat-y;
				background-size: 100% auto;
		}
}
@media only screen and (max-width: 480px) {
		.has-star {
				top: 0;
		}
		.info-card.has-ticket .btn-block {
				bottom: 0;
				margin: 0 auto !important;
				position: relative !important;
				background-image: url("../images/ticket_a_bg_n_m_c.png");
				background-position: center center;
				background-repeat: repeat-y;
				background-size: 100% auto;
				min-width: 100%;
				padding-top: 5px;
				left: 0 !important;
				right: 0 !important;
				display: -webkit-inline-box !important;
				display: -ms-inline-flexbox !important;
				display: inline-flex !important;
				-webkit-box-orient: vertical !important;
				-webkit-box-direction: normal !important;
				-ms-flex-direction: column !important;
				flex-direction: column !important;
		}
		.info-card.last .text-block {
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
				padding: 1rem;
				max-width: 100%;
				margin: auto;
				position: relative !important;
				background-image: url("../images/ticket_a_bg_n_m_u2.png"), url("../images/ticket_a_bg_n_m_c.png");
				background-position: center top, center bottom;
				background-repeat: no-repeat, repeat-y;
				background-size: 100% auto;
		}
		.info-card.is_sp .title, .info-card .title {
				font-size: 1.125rem;
		}
		.info-card.is_sp .title {
				padding-left: 0;
		}
		.main-head .h1 {
				font-size: 1.5rem;
		}
		.main-head .info {
				font-size: .875rem;
		}
		.info-card .has-bg {
				padding: 2rem 1rem 1.5rem 1rem;
		}
		.info-card .title img {
				max-width: 8vw;
				top: -2rem;
		}
		.info-card img.telescope {
				max-width: 7vw;
		}
		.info-card.is_sp .title img.progress_line {
				max-width: 40vw;
				top: 0;
				display: block;
				margin: .5rem 0 .5rem 1rem;
		}
		.info-card .val-card.has-grid .row .col-sm-4 {
				border-bottom: 2px solid #f2c96f;
				border-right: 0;
				margin-bottom: 1rem;
				padding-bottom: 1rem;
		}
		.info-card .val-card.has-grid .row.space {
				max-width: 80%;
				margin: auto;
		}
		.info-card .star-list {
				margin-left: 0;
		}
		.info-card .val-card.has-grid .row .col-sm-4:last-child {
				border-bottom: 0;
				margin-bottom: 0;
				padding-bottom: 0;
		}
		.info-card .val-card .item {
				font-size: 1rem;
				padding: 2rem .5rem 1.5rem .5rem;
		}
		.info-card .has-in-bg {
				padding: 2rem 1rem;
		}
		.info-card .val-card.mission .item .is-head {
				width: 50vw;
		}
		.peo_3 {
				right: 8%;
				max-width: 7vw;
		}
		.peo_2 {
				left: 18%;
				max-width: 5vw;
		}
		.peo_1 {
				left: 5%;
				bottom: 0;
				max-width: 10vw;
		}
		.pic_telescope_peo {
				max-width: 15vw;
				bottom: -.5rem;
				right: 12%;
		}
		.info-card .star-list {
				font-size: .875rem;
				line-height: 1.75;
		}
		.info-card.last .subtitle {
				font-size: 1.125rem;
		}
		.info-card .text, .info-card .val-card.mission .subtitle {
				font-size: 1rem;
				line-height: 1.75;
		}
		.check-list li, .info-card.last .text-block .text {
				font-size: .875rem;
				line-height: 1.5;
		}
		.check-list li {
				margin-bottom: 0;
		}
		.pic_telescope_peo3 {
				max-width: 12vw;
				right: 10%;
				bottom: .5rem;
		}
		.pic_telescope_peo2 {
				max-width: 8vw;
				left: 12%;
				bottom: .5rem;
		}
		.info-card .val-card.mission .subtitle .no {
				line-height: 1;
		}
		.info-card.last img.flag {
				max-width: 8vw;
				left: 1.5rem;
				top: 1.5rem;
		}
		.btn-block .btn-event {
				font-size: 1rem;
				height: auto;
				padding: .25rem .5rem;
				width: 120px;
		}
		.center-plus img {
				max-width: 8vw;
		}
}
@media only screen and (max-width: 344px) {
		.info-card .star-list {
				font-size: .85rem;
				line-height: 1.75;
		}
		.info-card .has-bg {
				padding: 2rem .5rem 2rem .5rem;
		}
		.info-card .title img.star_group_l {
				left: -30px;
		}
		.info-card .title img.star_group_r {
				right: -30px;
		}
		.info-card .has-in-bg {
				padding: 2rem .25rem .5rem .25rem;
		}
		.info-card .val-card.mission .item .is-head {
				width: 60vw;
		}
		.pic_telescope_peo {
				max-width: 20vw;
				bottom: -.5rem;
				right: 5%;
		}
		.center-plus img {
				max-width: 8vw;
		}
		.info-card.last img.flag {
				max-width: 8vw;
				left: 1.25rem;
				top: 1rem;
		}
		.info-card.last .text-block .text {
				font-size: .75rem;
				line-height: 1.5;
		}
}
/************************
HEADER
************************/
header {
		position: fixed;
		display: inline-block;
		width: 100%;
		top: 0;
		left: 0;
		font-size: 16px;
		height: 120px;
		z-index: 50;
		border-top: 0;
		background-color: rgba(255, 255, 255, 0.99);
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
header.open {
		height: 50px;
		border-top: 4px solid #2e2e2e;
		-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
header.open, header {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
@media screen and (max-width: 991px) {
		header {
				height: 50px;
				border-top: 4px solid #2e2e2e;
		}
}
/************************/
header .h_menu, header .h_logo, header .h_content {
		position: relative;
		display: inline-block;
		float: left;
}
header .h_content {
		width: 100%;
		padding-top: 40px;
}
header .h_menu ul.menu-bottom {
		position: fixed;
		display: inline-block;
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		background: #2e2e2e;
		z-index: 50;
}
header .h_menu ul.menu-bottom li {
		position: relative;
		display: inline-block;
		float: right;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 900;
}
header .h_menu ul.menu-bottom a:hover, header .h_menu ul.menu-bottom a {
		display: inline-block;
		color: #ffffff;
		height: 40px;
		padding: 9px 18px;
}
header .h_menu ul.menu-bottom a span {
		font-size: 12px;
		color: #82827c;
		margin: 0 5px;
}
header .h_menu ul.menu-bottom li:hover {
		background: #444444;
}
header .h_menu ul.menu-bottom ul {
		position: absolute;
		display: none;
		top: 100%;
		width: 280px;
		color: #b8b8b8;
		background: #444444;
}
header .h_menu ul.menu-bottom li:hover > ul {
		display: block;
		height: auto;
}
header .h_menu ul.menu-bottom ul li {
		float: left;
		width: 100%;
		padding: 5px 20px;
		min-height: 40px;
}
header .h_menu ul.menu-bottom ul li:hover {
		background: #999999;
}
header .h_menu ul.menu-bottom ul li.panel-header:hover {
		background: #444444;
}
header .h_menu ul.menu-bottom ul label, header .h_menu ul.menu-bottom ul a {
		font-weight: 400;
}
header.open ul.menu-bottom {
		display: none;
}
header.open .h_content {
		padding-top: 0px;
}
@media screen and (max-width: 991px) {
		header .h_content {
				padding-top: 0px;
		}
		body.open .h_content {
				padding-left: 280px;
		}
		header .h_content, body.open .h_content {
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
		}
		header.open ul.menu-bottom, header .h_menu ul.menu-bottom {
				position: relative;
				display: inline-block;
				background: #ffffff;
		}
		header .h_menu ul.menu-bottom li {
				float: left;
				width: 100%;
		}
		header .h_menu ul.menu-bottom li:hover {
				background: #ffffff;
		}
		header .h_menu ul.menu-bottom a:hover, header .h_menu ul.menu-bottom a {
				width: 100%;
				color: #656565;
		}
		header .h_menu ul.menu-bottom a span {
				position: absolute;
				right: 30px;
				color: #ff3333;
		}
		header .h_menu ul.menu-bottom li.pc768 {
				display: none;
		}
		header .h_menu ul.menu-bottom ul {
				position: relative;
				display: inline-block;
				padding: 10px 0px;
				color: #70706f;
				background: #ececec;
		}
		header .h_menu ul.menu-bottom ul li {
				padding: 5px 20px;
				min-height: 30px;
		}
		header .h_menu ul.menu-bottom ul.last-menu li, header .h_menu ul.menu-bottom ul li.panel-header:hover {
				background: #ececec;
		}
		header .h_menu ul.menu-bottom ul li:hover {
				background: #e2e2e2;
		}
		header .h_menu ul.menu-bottom ul a:hover, header .h_menu ul.menu-bottom ul a {
				font-weight: 900;
				color: #000000;
		}
		header .h_menu ul.menu-bottom li:hover > ul, header .h_menu ul.menu-bottom ul {
				display: none;
		}
		header .h_menu ul.menu-bottom li:hover > ul.open, header .h_menu ul.menu-bottom ul.open {
				display: inline-block;
		}
		header .h_menu ul.menu-bottom ul {
				width: 100%;
		}
}
@media screen and (max-width: 480px) {
		body .h_bank, body.open .h_bank {
				position: absolute;
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
		}
		body .h_bank {
				right: 0;
		}
		body.open .h_bank {
				right: -100%;
		}
		body.open .h_content {
				padding-left: 220px;
		}
}
@media screen and (max-width: 320px) {
		body.open .h_content {
				padding-left: 180px;
		}
}
@media screen and (max-width: 280px) {
		body.open .h_content {
				padding-left: 160px;
		}
}
/************************/
header .h_logo {
		width: 190px;
		margin-top: 26px;
		margin-right: 10px;
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
}
header .h_logo img {
		display: inline-block;
		float: left;
		width: 50%;
}
header .h_menu ul.menu-top li, header .h_menu ul.menu-top, header .h_menu, header .h_bank {
		position: relative;
		display: inline-block;
}
header .h_bank .menu-dark, header .h_menu ul.menu-top li {
		line-height: 1.75em;
		height: 80px;
		padding: 26px 0px;
		font-weight: 900;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
/************************/
header .h_bank:hover ul.dark-last {
		display: block;
}
header .h_bank ul.dark-last {
		position: absolute;
		display: none;
		top: 100%;
		right: 0px;
		width: 180px;
		color: #2e2e2e;
		background: #ececec;
		text-align: center;
}
header .h_bank ul.dark-last li {
		display: inline-block;
		width: 100%;
}
header .h_bank ul.dark-last a, header .h_bank ul.dark-last a:hover {
		display: inline-block;
		width: 100%;
		padding: 15px 0px;
		font-size: 14px;
		color: #2e2e2e;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
}
header .h_bank ul.dark-last a:hover {
		background: #dedede;
}
header .h_bank ul.dark-last.open {
		display: inline-block;
}
/************************/
header .h_menu ul.menu-top a, header .h_menu ul.menu-top a:hover {
		display: inline-block;
		padding: 0px 13px;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li:last-child a {
		border-left: 1px solid #c0c0c0 !important;
}
header .h_menu ul.menu-top li:hover {
		background: #eeeeee;
}
header.open ul.menu-top li {
		height: 46px;
		padding: 10px 0px;
}
/************************/
header .h_bank {
		float: right;
}
header .h_bank a.menu-dark {
		background: #ff3333;
		padding: 26px 17px;
		display: inline-block;
		color: #ffffff;
}
header .h_bank:hover .menu-dark, header .h_bank .menu-dark {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
header .h_bank:hover a.menu-dark {
		display: inline-block;
		color: #ffffff;
		background: #ee1818;
}
header .h_bank .menu-dark img {
		display: inline-block;
		width: 20px;
		position: relative;
		top: -3px;
		margin-right: 5px;
}
header.open .h_bank .menu-dark {
		height: 46px;
		padding: 10px 17px;
}
header.open .h_logo img.logo_tc {
		display: none;
}
header.open .h_logo {
		width: 80px;
		margin-top: 12px;
		margin-left: 10px;
		margin-right: 10px;
}
header.open .h_logo img {
		width: 100%;
}
@media screen and (max-width: 991px) {
		header .h_content {
				height: 50px;
		}
		header .h_logo img.logo_tc {
				display: none;
		}
		header.open .h_logo, header .h_logo {
				width: 80px;
				margin-top: 12px;
				margin-left: 0px;
				margin-right: 10px;
		}
		header .h_logo img {
				width: 100%;
		}
		header .h_bank a.menu-dark {
				font-size: 14px;
				height: 46px;
				padding: 10px 17px;
		}
		header .h_menu {
				position: absolute;
				width: 280px;
				height: 100vh;
				top: -4px;
				left: -100%;
				z-index: 20;
				padding-bottom: 100px;
				background: #ffffff;
		}
		body.open header .h_menu {
				left: 0;
		}
		body header .h_menu, body.open header .h_menu {
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
				overflow-y: auto;
		}
		header .h_menu ul.menu-top {
				border-bottom: 1px solid #ececec;
		}
		header .h_menu ul.menu-top li {
				width: 100%;
				height: auto;
				font-size: 18px;
				padding: 12px 0px;
		}
		header .h_menu a, header .h_menu a:hover {
				padding: 0px 20px;
		}
}
@media screen and (max-width: 480px) {
		header .h_menu {
				width: 220px;
		}
		header.open .h_bank a.menu-dark, header .h_bank a.menu-dark {
				font-size: 12px;
				padding: 10px 10px;
		}
		header.open .h_logo, header .h_logo {
				width: 80px;
				margin-top: 12px;
				margin-left: 0px;
				margin-right: 0px;
		}
}
@media screen and (max-width: 320px) {
		header .h_menu {
				width: 180px;
		}
		header.open .h_logo, header .h_logo {
				width: 60px;
		}
}
@media screen and (max-width: 280px) {
		header .h_menu {
				width: 160px;
		}
		header.open .h_logo, header .h_logo {
				width: 60px;
		}
}
/***********************
LAYOUT 框架
***********************/
section.main-content {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		padding-top: 120px;
		background: #ffffff;
}
body.open section.main-content {
		padding-top: 50px;
}
@media screen and (max-width: 991px) {
		body.open section.main-content, section.main-content {
				padding-top: 50px;
		}
}
/************************
FOOTER
************************/
footer .f_link, footer .fiscal .f_right, footer .fiscal .f_left, footer .fiscal, footer .f_warning, footer {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
footer {
		padding: 10px 2%;
		background-color: rgb(72, 72, 72);
}
/************************/
footer .f_warning {
		color: #fff;
		margin: 10px 0 40px 0;
		width: 100%;
		padding: 0;
}
/************************/
footer .fiscal {
		margin: 20px 0px;
		color: #191919;
}
footer .fiscal .f_left {
		width: calc(25% + 20px);
		font-size: 30px;
		color: #ffffff;
		min-height: 48px;
		text-align: left;
}
footer .fiscal .f_left img {
		width: 80%;
}
footer .fiscal .f_right {
		width: calc(75% - 20px);
		font-size: 14px;
		line-height: 1.6em;
		color: #ffffff;
}
footer .fiscal .f_right a, footer .fiscal .f_right a:hover {
		color: #ffffff;
		line-height: 1em;
}
/************************/
footer .f_link {
		margin-top: 10px;
		min-height: 40px;
		font-size: 14px;
		color: #b8b8b8;
}
footer .f_link a, footer .f_link a:hover {
		display: inline-block;
		padding: 0px 10px;
		color: #b8b8b8;
		line-height: 1em;
}
footer .f_link a:first-child {
		padding-left: 0;
}
footer .f_link a + a {
		border-left: 1px solid #b8b8b8 !important;
}
footer .f_copy {
		display: inline-block;
		font-weight: 600;
}
@media screen and (max-width: 991px) {
		footer .fiscal {
				width: 100%;
				padding: 0px 5%;
		}
		footer .fiscal .f_left img {
				max-width: 300px;
		}
		footer .fiscal .f_warning {
				padding-bottom: 20px;
				text-align: justify !important;
		}
		footer .fiscal .f_warning, footer .fiscal .f_left, footer .fiscal .f_right {
				width: 100%;
				padding: 0px 3%;
				text-align: left;
		}
		footer .f_link {
				font-size: 13px;
		}
		footer .f_link {
				width: 96%;
				margin: 1em 2%;
				text-align: center;
		}
		footer .f_copy {
				display: inline-block;
				width: 90%;
				margin: 10px 5%;
				text-align: center;
		}
}
@media screen and (max-width: 991px) {
		footer .fiscal .f_warning {
				font-size: 14px;
		}
}
@media screen and (max-width: 480px) {
		footer .fiscal .f_left {
				font-size: 28px;
				padding-right: 20%;
		}
		footer .fiscal .f_right {
				/*padding-right: 20%;*/
		}
}
@media screen and (max-width: 320px) {
		footer .fiscal .f_left {
				font-size: 23px;
				padding-right: 25%;
				text-wrap: nowrap;
		}
		footer .fiscal .f_right {
				font-size: 12px;
				padding-right: 25%;
		}
}
@media screen and (max-width:280px) {
		footer .fiscal .f_warning, footer .fiscal .f_right {
				font-size: 12px;
		}
		footer .fiscal .f_left {
				font-size: 23px;
		}
}
/************************
KEY-VISUAL
************************/
.key-visual {
		background-color: #000000;
}
.key-visual .topic {
		left: 0;
		right: 0;
		top: 20%;
		bottom: auto;
		margin: auto;
		z-index: 2;
		max-width: 33vw;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.key-visual .topic .star-group {
		top: -21%;
		max-width: 30vw;
		left: 5%;
		opacity: 0;
}
.key-visual .topic .is-star {
		top: auto;
		left: -10%;
		right: auto;
		bottom: -30%;
		margin: auto;
		max-width: 50%;
		opacity: .5;
		-webkit-transform: rotate(0) scale(.5);
		-ms-transform: rotate(0) scale(.5);
		transform: rotate(0) scale(.5);
}
.key-visual .topic .is-star-end {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		opacity: 0;
		max-width: 99%;
}
.key-visual.is-time .topic .is-star {
		opacity: 1;
		-webkit-animation: rotate 1s .35s forwards cubic-bezier(.17, .67, .83, .67);
		animation: rotate 1s .35s forwards cubic-bezier(.17, .67, .83, .67);
		will-change: transform;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
}
.key-visual.is-time .bg-star {
		opacity: 1;
		-webkit-animation: scale 3s .35s forwards linear;
		animation: scale 3s .35s forwards linear;
		will-change: transform;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
}
@-webkit-keyframes scale {
		0% {
				opacity: 0;
		}
		20% {
				opacity: 1;
		}
		40% {
				opacity: .85;
		}
		50% {
				opacity: 1;
		}
		50% {
				opacity: .85;
		}
		100% {
				opacity: 1;
		}
}
@keyframes scale {
		0% {
				opacity: 0;
		}
		20% {
				opacity: 1;
		}
		40% {
				opacity: .85;
		}
		50% {
				opacity: 1;
		}
		50% {
				opacity: .85;
		}
		100% {
				opacity: 1;
		}
}
@-webkit-keyframes rotate {
		0% {
				opacity: .5;
				-webkit-transform: rotate(0) scale(.5);
				transform: rotate(0) scale(.5);
		}
		20% {
				opacity: .2;
				-webkit-transform: rotate(72deg) scale(1.05);
				transform: rotate(72deg) scale(1.05);
		}
		40% {
				opacity: 1;
				-webkit-transform: rotate(144deg) scale(3);
				transform: rotate(144deg) scale(3);
		}
		50% {
				opacity: .6;
				-webkit-transform: rotate(180deg) scale(.8);
				transform: rotate(180deg) scale(.8);
		}
		60% {
				opacity: 1;
				-webkit-transform: rotate(216deg) scale(1.5);
				transform: rotate(216deg) scale(1.5);
		}
		80% {
				opacity: .6;
				-webkit-transform: rotate(288deg) scale(.8);
				transform: rotate(288deg) scale(.8);
		}
		100% {
				opacity: 1;
				-webkit-transform: rotate(360deg) scale(1);
				transform: rotate(360deg) scale(1);
		}
}
@keyframes rotate {
		0% {
				opacity: .5;
				-webkit-transform: rotate(0) scale(.5);
				transform: rotate(0) scale(.5);
		}
		20% {
				opacity: .2;
				-webkit-transform: rotate(72deg) scale(1.05);
				transform: rotate(72deg) scale(1.05);
		}
		40% {
				opacity: 1;
				-webkit-transform: rotate(144deg) scale(3);
				transform: rotate(144deg) scale(3);
		}
		50% {
				opacity: .6;
				-webkit-transform: rotate(180deg) scale(.8);
				transform: rotate(180deg) scale(.8);
		}
		60% {
				opacity: 1;
				-webkit-transform: rotate(216deg) scale(1.5);
				transform: rotate(216deg) scale(1.5);
		}
		80% {
				opacity: .6;
				-webkit-transform: rotate(288deg) scale(.8);
				transform: rotate(288deg) scale(.8);
		}
		100% {
				opacity: 1;
				-webkit-transform: rotate(360deg) scale(1);
				transform: rotate(360deg) scale(1);
		}
}
.key-visual .light {
		opacity: 0;
}
.key-visual.is-time .light {
		opacity: 1;
}
.key-visual.is-time .topic .star-group, .key-visual .topic .is-star, .key-visual.is-time .topic .is-star {
		-webkit-transition: opacity 1s ease-in-out;
		-o-transition: opacity 1s ease-in-out;
		transition: opacity 1s ease-in-out;
}
.key-visual.is-time .light {
		-webkit-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
}
.key-visual .tb01 {
		max-width: 100%;
		margin: auto;
}
.key-visual .is_light {
		right: 0;
		top: 35%;
		bottom: 0;
		left: auto;
		margin: auto;
		max-width: 14vw;
		opacity: .7;
}
@media (min-width: 1366px) {}
@media (min-width: 1920px) {
		.key-visual .topic {
				max-width: 600px;
				top: 22%;
		}
		.key-visual .is_light {
				max-width: 220px;
		}
}
@media (min-width: 2560px) {
		.key-visual .topic {
				top: 22%;
				max-width: 750px;
		}
		.key-visual .tb01 {
				max-width: 2560px;
		}
		.key-visual .topic .star-group {
				top: -20%;
				max-width: 560px;
				left: 12%;
		}
}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media only screen and (max-width:991px) and (orientation: landscape) {}
@media (max-width: 767px) {}
@media (min-width: 568px) and (max-width: 599px) {
		.key-visual .topic {
				max-width: 60vw;
		}
		.key-visual .topic .star-group {
				top: -20%;
				max-width: 55vw;
				left: 5%;
		}
}
@media (max-width: 480px) {
		.key-visual .topic {
				top: 12%;
				max-width: 80vw;
		}
		.key-visual .is_light {
				top: 0;
				max-width: 100vw;
		}
		.key-visual .topic .star-group {
				top: -15%;
				max-width: 60vw;
				left: 12%;
		}
}
@media (max-width: 320px) {
		.key-visual .topic {
				top: 16%;
				max-width: 90vw;
		}
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 6.5rem;
		right: 0;
		left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
}
.fix-ad .full-item {
		text-align: center;
		display: block;
		margin-bottom: .5rem;
		width: 140px;
		position: relative;
}
.fix-ad .full-item, .fix-ad .full-item:hover {
		-webkit-transition: all 0.1s ease-out;
		-o-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
}
.fix-ad .full-item:hover {
		-webkit-transform: translate(-.5rem, -.5rem);
		-ms-transform: translate(-.5rem, -.5rem);
		transform: translate(-.5rem, -.5rem);
}
@media only screen and (max-width:1199px) {
		.fix-ad {
				-webkit-transform: translateZ(0);
				transform: translateZ(0);
				-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
				-webkit-filter: blur(0);
				-webkit-transform-origin: 0% 0;
				-ms-transform-origin: 0% 0;
				transform-origin: 0% 0;
		}
		.fix-ad {
				-webkit-transform: scale(.85);
				-ms-transform: scale(.85);
				transform: scale(.85);
				-webkit-transform-origin: center right;
				-ms-transform-origin: center right;
				transform-origin: center right;
				bottom: 6rem;
		}
}
@media only screen and (max-width:991px) {
		.fix-ad {
				-webkit-transform: scale(.75);
				-ms-transform: scale(.75);
				transform: scale(.75);
				-webkit-transform-origin: center right;
				-ms-transform-origin: center right;
				transform-origin: center right;
				bottom: 2rem;
		}
}
@media only screen and (max-width:991px) and (orientation:landscape) {
		.fix-ad {
				bottom: 2rem;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 1.5rem
		}
}
@media only screen and (max-width:568px) and (orientation:landscape) {
		.fix-ad {
				bottom: 1.5rem;
		}
}
@media only screen and (max-width:480px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 1rem;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: 1rem;
		}
}
/************************
CARD GROUP
************************/
.card-item.is_mix > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
}
.card-item.is_mix img {
		margin: auto;
		position: relative;
}
.has-shadow-left::after, .has-shadow-right::after {
		content: '';
		width: 30px;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		display: block;
}
.has-shadow-left::after {
		left: 0;
		right: auto;
		background: -o-linear-gradient(left, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%);
		background: -webkit-gradient(linear, left top, right top, from(RGBA(0, 0, 0, .35)), color-stop(60%, RGBA(0, 0, 0, 0)));
		background: linear-gradient(to right, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%)
}
.has-shadow-right::after {
		left: auto;
		right: 0;
		background: -o-linear-gradient(right, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%);
		background: -webkit-gradient(linear, right top, left top, from(RGBA(0, 0, 0, .35)), color-stop(60%, RGBA(0, 0, 0, 0)));
		background: linear-gradient(to left, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%)
}
.card-item .is_hover {
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		opacity: 0;
}
.card-item .is_hover.show {
		opacity: 1;
		z-index: 2;
}
.card-item img {
		margin: auto;
}
@media only screen and (max-width:576px) {
		.has-shadow-left::after, .has-shadow-right::after {
				left: 0;
				right: 0;
				top: 0;
				bottom: auto;
				height: 30px;
				width: 100%;
				background: -o-linear-gradient(top, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%);
				background: -webkit-gradient(linear, left top, left bottom, from(RGBA(0, 0, 0, .35)), color-stop(60%, RGBA(0, 0, 0, 0)));
				background: linear-gradient(to bottom, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%)
		}
}
/************************
LAYOUT
************************/
.content_bg {
		position: relative;
		width: 100%;
		height: 100%;
		float: left;
		background-color: #000000;
}
.content_bg .card.up {
		background-image: url("../images/top_bg.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
}
.content_bg > .card {
		position: relative;
		width: 100%;
		height: 100%;
		padding: 0;
		z-index: 2;
		max-width: 100%;
		border: 0;
		background-color: transparent;
}
.content_bg > .card.bot {
		position: relative;
		margin-bottom: 0;
}
.content_bg .bg-item {
		max-width: 1920px;
		margin: auto;
}
@media only screen and (min-width:2560px) {
		.content_bg .card.up {
				background-size: 2560px auto;
		}
}
@media only screen and (max-width:1199px) {
		.content_bg::after {
				background-size: 100% auto;
		}
}
@media only screen and (max-width: 567px) {
		.card-item.is_mix > a {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
		}
		.card-item.is_mix img {
				max-width: 100%;
		}
}
@media only screen and (max-width: 480px) {
		.content_bg .card.up {
				background-image: url("../images/top_bg_m.jpg");
		}
}
/************************/
.box-card {
		position: relative;
		display: inline-block;
		margin: 0 auto;
}
.box-card.logos {
		margin: 2rem auto 1rem auto;
}
.box-card img {
		max-width: 520px;
}
.c-red {
		color: #cc0000;
}
@media only screen and (max-width:1199px) {
		.box-topic h3.text {
				font-size: 1.75rem;
		}
		.block_01 {
				padding-top: 0;
		}
		.box-card img {
				max-width: 420px;
		}
		.box-card.logos img {
				max-width: 330px;
		}
		.box-card.logos {
				margin: 1.5rem auto .5rem auto;
		}
		.box-topic h2.text {
				font-size: 2.125rem;
				margin: 2rem auto;
		}
		.box-topic .text.name {
				font-size: 1.125rem;
				line-height: 1.5em;
		}
}
@media only screen and (max-width:991px) {
		.box-topic h2.text {
				font-size: 2rem;
				margin: 2rem auto;
		}
		.box-topic .text {
				font-size: 1.5rem;
		}
}
@media only screen and (max-width:767px) {
		.box-card img {
				width: 340px;
		}
		.box-card.logos img {
				max-width: 280px;
		}
		.box-topic h2.text {
				font-size: 1.75rem;
				margin: 1.5rem auto;
		}
		.box-topic .text.name {
				font-size: 1rem;
		}
		.box-topic .text {
				font-size: 1.25rem;
		}
		.box-topic h3.text {
				font-size: 1.5rem;
		}
}
@media only screen and (max-width:567px) {
		.box-topic h3.text {
				font-size: 1.25rem;
				line-height: 1.125em !important;
				margin: 0 auto .5rem auto;
		}
		.box-card {
				top: 0;
				z-index: 2;
		}
		.box-card img {
				width: 280px;
		}
		.box-card.logos {
				margin: 1rem auto .25rem auto;
		}
		.box-card.logos img {
				max-width: 180px;
		}
		.box-topic h2.text {
				font-size: 1.25rem;
				letter-spacing: normal;
				margin: 1rem auto;
		}
		.box-topic .text.name {
				font-size: .85rem;
				line-height: 1.75;
		}
		.box-topic .text {
				font-size: 1rem;
		}
}
@media screen and (max-width: 320px) {
		.box-card img {
				width: 75vw;
		}
		.box-topic h2.text {
				font-size: 1.125rem;
		}
		.box-topic .text.name {
				font-size: .75rem;
		}
}
/************************
ACT NAV
************************/
.act-nav {
		top: 1.5rem;
		background-color: transparent;
		padding: 1.5rem 0 3rem 0;
		z-index: 5;
}
.act-nav .nav_coin_2 {
		width: 100%;
		height: auto;
		max-width: 3vw;
		right: 1rem;
		top: .5rem;
		z-index: 2;
}
.act-nav .nav_coin_3 {
		width: 100%;
		height: auto;
		max-width: 4vw;
		right: 1.75rem;
		top: 3rem;
		z-index: 2;
}
.act-nav ul {
		border-radius: 5rem;
		max-width: 60%;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 4px !important;
}
.act-nav ul li {
		position: relative;
		z-index: 2;
}
.act-nav ul::before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		margin: auto;
		border-radius: 5rem;
		background-color: #0f1b36;
		background-image: url("../images/nav_atar.png");
		background-repeat: no-repeat;
		background-position: 93% -.5rem;
		background-size: 2.5vw auto;
		-webkit-box-shadow: inset 0 5px 10px RGBA(0, 0, 0, .5);
		box-shadow: inset 0 5px 10px RGBA(0, 0, 0, .5);
		z-index: 2;
}
.act-nav ul::after {
		content: '';
		width: calc(100% + 4px);
		height: calc(100% + 4px);
		background: -webkit-gradient(linear, left top, right top, from(#d7d8f0), to(#f6b979));
		background: -o-linear-gradient(left, #d7d8f0 0%, #f6b979 100%);
		background: linear-gradient(to right, #d7d8f0 0%, #f6b979 100%);
		border-radius: 5rem;
		position: absolute;
		left: -2px;
		top: -2px;
		margin: auto;
		z-index: 1;
		-webkit-box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .125);
		box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .125)
}
.act-nav .nav-pills .nav-link {
		color: #ffffff;
		font-size: 1.25rem;
		padding: .5rem 1.5rem;
		position: relative;
		font-weight: bold;
}
.act-nav .nav-pills .nav-link::after {
		content: '';
		width: 0%;
		height: 1px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: .5rem;
		margin: auto;
		background-color: #fef5da;
		display: none;
}
.act-nav .nav-pills .nav-link.active, .act-nav .nav-pills .nav-link:hover, .act-nav .nav-pills .nav-link:focus {
		background: -webkit-gradient(linear, left top, right top, from(#d7d8f0), to(#f6b979));
		background: -o-linear-gradient(left, #d7d8f0 0%, #f6b979 100%);
		background: linear-gradient(to right, #d7d8f0 0%, #f6b979 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
}
.act-nav .nav-pills .nav-link.active::after, .act-nav .nav-pills .nav-link:hover::after, .act-nav .nav-pills .nav-link:focus::after {
		width: calc(100% - 3rem);
		background-color: #ffffff;
}
.act-nav .nav-pills .nav-item {
		position: relative;
}
.act-nav .nav-pills .nav-item::after {
		content: '';
		width: 1px;
		height: 50%;
		position: absolute;
		display: block;
		left: auto;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto 0;
		background-color: #ffffff;
}
.act-nav .nav-pills .nav-item:last-child::after {
		display: none;
}
.act-nav .nav-pills .nav-link, .act-nav .nav-pills .nav-link.active::after, .act-nav .nav-pills .nav-link:hover::after, .act-nav .nav-pills .nav-link:focus::after {
		-webkit-transition: all 0.25s linear;
		-o-transition: all 0.25s linear;
		transition: all 0.25s linear;
}
@media screen and (min-width:1600px) {
		.act-nav .nav_coin_2 {
				max-width: 40px;
				right: 1rem;
				top: .5rem;
		}
		.act-nav .nav_coin_3 {
				max-width: 55px;
				right: 2rem;
				top: 3rem;
		}
}
@media screen and (min-width:1921px) {
		.act-nav {
				max-width: 2560px;
		}
}
@media (max-width:1199px) {
		.act-nav .nav_coin_2 {
				right: 1rem;
				top: 1.115rem;
		}
		.act-nav ul {
				max-width: 66%;
		}
}
@media (max-width:991px) {
		.act-nav .nav-pills .nav-link {
				font-size: 1rem;
		}
		.act-nav ul {
				max-width: 70%;
				background-size: 3.5vw auto;
				background-position: 98% -50%;
		}
		.act-nav ul::before {
				background-position: 96% -.5rem;
				background-size: 2.5vw auto;
		}
}
@media (max-width:767px) {
		.act-nav ul {
				max-width: 70%;
		}
		.act-nav ul::before {
				background-size: 2.75vw auto;
				background-position: 97% -30%;
		}
		.act-nav .nav-pills .nav-link {
				font-size: 1rem;
				min-width: 125px;
				padding: .35rem .5rem;
		}
		.act-nav .nav-pills .nav-link::after {
				bottom: .5rem;
		}
		.act-nav {
				top: 1.5rem;
		}
}
@media screen and (max-width:568px) and (orientation: landscape) {
		.act-nav .nav-pills .nav-item:last-child::after {
				display: none;
		}
		.act-nav .nav-pills .nav-link {
				font-size: .85rem;
				min-width: inherit;
				padding: .35rem .5rem;
		}
		.act-nav .nav_coin_2 {
				max-width: 6vw;
				right: .5rem;
				top: 1.5rem;
		}
}
@media (max-width:480px) {
		.info-card .has-bg.full {
				padding: 1.5rem 2rem 1rem 2rem;
				border-width: 3px;
		}
		.check-list li .icon {
				max-width: 3.5vw;
				top: -2px;
		}
		.act-nav {
				padding: 1.5rem 0 2rem 0;
		}
		.act-nav {
				top: 50px;
				padding-top: 0;
		}
		.act-nav::after {
				content: '';
				width: 100%;
				height: 20px;
				display: block;
				position: absolute;
				left: 0;
				right: 0;
				top: 0;
				margin: auto;
				background-color: #000000;
		}
		.act-nav ul {
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				padding-left: 1rem;
				padding-right: 1rem;
				max-width: 100%;
		}
		.act-nav ul::before {
				background-position: 96% -.25rem;
				background-size: 4vw auto;
		}
		.act-nav .nav-pills .nav-link.active::after, .act-nav .nav-pills .nav-link:hover::after, .act-nav .nav-pills .nav-link:focus::after {
				display: none;
		}
		.act-nav .nav-pills .nav-item::after {
				content: '';
				width: 1px;
				height: 50%;
				position: absolute;
				display: block !important;
				left: auto;
				right: -1px;
				top: 0;
				bottom: 0;
				margin: auto 0;
				background-color: #ffffff;
		}
		.act-nav .nav-pills .nav-item:last-child::after {
				display: none !important;
		}
		.act-nav .nav-pills .nav-link {
				font-size: .8125rem;
				min-width: inherit;
				text-wrap: nowrap;
				padding: 0.25rem .5rem;
				width: -webkit-fit-content;
				width: -moz-fit-content;
				width: fit-content;
		}
		.act-nav .nav_coin_2 {
				max-width: 5vw;
				right: .25rem;
				top: .5rem;
		}
		.act-nav .nav_coin_3 {
				max-width: 8vw;
				right: 2%;
				top: 2rem;
		}
}
@media screen and (max-width:320px) {
		.act-nav .nav-pills .nav-link {
				font-size: .725rem;
				padding: 0.25rem .25rem;
		}
		.act-nav ul {
				padding-left: 0 !important;
				padding-right: 1.5rem;
		}
}
/************************
DRAWER-ITEM 
************************/
.line_1 {
		width: 100%;
		display: inline-block;
		height: 1px;
		border-top: 1px solid #000000;
}
.drawer-item {
		width: 100%;
}
.drawer-header {
		margin: 0px;
		display: block;
		color: #000000;
		padding: 6px;
		cursor: pointer;
		min-height: 50px;
		-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
		overflow: hidden;
}
.drawer-header .title {
		color: #000000;
		font-size: 18px;
		line-height: 2em;
		font-weight: 600;
		margin: 0;
}
.drawer-item-active .drawer-header {
		-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
		min-height: 50px;
		color: #000000;
}
.drawer-header-icon {
		display: inline-block;
		content: "";
		width: 40px;
		height: 40px;
		background: url('../images/btn_to_open.svg') no-repeat scroll center center transparent;
		background-size: 60% 60%;
		text-align: right;
		vertical-align: middle;
		position: relative;
		top: -2px;
}
.drawer-header-icon.drawer-header-icon-active {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
}
.drawer-content {
		width: 100%;
		padding: .5rem .5rem 1rem 1rem;
		display: block;
		color: #000000;
		font-size: 16px;
		line-height: 1.8em;
		word-wrap: break-word;
		text-align: justify;
}
.drawer-content ol {
		padding-left: 1rem;
}
@media screen and (max-width:1199px) {
		.drawer-content {
				font-size: .8125rem;
				padding-left: 0;
				padding-right: 0;
		}
		.drawer-item {
				padding: 0 1rem;
		}
}
@media screen and (max-width:767px) {
		.drawer-content ol {
				padding-left: 1rem;
		}
		.drawer-content {
				font-size: 14px;
		}
		.drawer-header .title {
				font-size: 1rem;
		}
		.drawer-header-icon {
				width: 35px;
				height: 35px;
		}
}
@media screen and (max-width:480px) {
		.drawer-content {
				font-size: 14px;
		}
		.drawer-item {
				padding: 0;
		}
		.drawer-content {
				word-wrap: break-word;
				word-break: break-all;
				padding: 0;
		}
}
@media screen and (max-width:320px) {
		.drawer-content {
				font-size: 12px;
		}
		.drawer-item {
				padding: 0;
		}
		.drawer-content {
				word-wrap: break-word;
				word-break: break-all;
		}
}
/************************
GOTOP
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 50px;
}
.go_top img {
		position: relative;
		display: inline-block;
		width: 100%;
}
@media screen and (max-width: 991px) {
		.go_top {
				width: 40px;
				height: 40px;
				right: 15px;
				bottom: 10px;
		}
}
@media screen and (max-width: 767px) {
		.go_top {
				right: 5px;
		}
}
@media screen and (max-width: 480px) {
		.go_top {
				right: 5px;
		}
}
/*浮動視窗*/
#drift {
		position: fixed;
		width: 160px;
		height: auto;
		right: 0px;
		bottom: 28%;
		z-index: 9999;
}
#drift img {
		width: 100%;
		vertical-align: middle;
}
#drift-1 {
		position: fixed;
		width: 130px;
		height: auto;
		right: 0px;
		bottom: 45%;
		z-index: 9999;
}
#drift-1 img {
		width: 100%;
		vertical-align: middle;
}
/*浮動視窗*/
#main-content {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
@media only screen and (max-width: 991px) {
		#drift-1 {
				position: fixed;
				width: 130px;
				height: auto;
				right: 0px;
				bottom: 10%;
		}
}