a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: #000000;
		border: 0 !important;
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
}
.remark-content a:hover,
.drawer-content a:hover, .remark_text a:hover {
		color: #cc0000 !important;
}
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;
}
.is-time .topic {
		opacity: 1 !important;
		-webkit-transition: all 1s ease;
		transition: all 1s ease;
}
.c_red {
		color: #ff3333 !important;
}
.c_yellow {
		color: #fff67f !important;
}
.c_gold {
		background: linear-gradient(45deg, #fada34 10%, #e9b910 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
}
hr.large {
		border-top-width: 3px;
}
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;
}
.text-sp {
		font-family: 'Open Sans', 'Microsoft YaHei', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', sans-serif;
}
h1, h2 {
		font-family: 'Open Sans', 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.no.large {
		font-size: 150%;
		line-height: 1;
}
.btn-map.btn-outline-dark {
		border: 2px solid #000000 !important;
		border-radius: 5rem;
}
.btn-map.btn-outline-light {
		border: 2px solid #ffffff !important;
		border-radius: 5rem;
		color: #ffffff;
}
.btn-map.btn-outline-light:focus, .btn-map.btn-outline-light:hover {
		background-color: #fff67f !important;
		color: #543e2d;
}
.btn-map {
		letter-spacing: 1px;
		padding-left: 1rem;
		padding-right: 1rem;
}
@media screen and (max-width: 991px) {
		.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;
				transition: all 0.3s ease-in-out;
				background-color: rgba(0, 0, 0, 0.8);
		}
		.overlay.open {
				opacity: 0.8;
				visibility: visible;
		}
}
/*------------------------------------------ 
Button
--------------------------------------------*/
a.btn-event {
		display: inline-block;
		border-radius: 5rem;
		background-color: #cc0000;
		color: #ffffff !important;
		padding: 1rem 1.75rem 1rem 2.15rem;
		font-size: 1.125rem;
		font-weight: bold;
		line-height: 1;
		margin-bottom: .5rem;
		min-width: 200px;
}
a.btn-event::after {
		content: '';
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover {
		background-color: #ee1e1e !important;
		-webkit-box-shadow: 0 0 .25rem RGBA(0, 0, 0, .25);
		box-shadow: 0 0 .25rem RGBA(0, 0, 0, .25)
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover, a.btn-event {
		-webkit-transition: all .1s ease-in;
		transition: all .1s ease-in;
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover {
		-webkit-transform: translate(0, .25rem);
		-ms-transform: translate(0, .25rem);
		transform: translate(0, .25rem);
}
/*------------------------------------------ 
Modal
--------------------------------------------*/
.modal-outlink .modal-content {
		border-radius: 0 !important;
}
.modal-outlink .modal-dialog {
		max-width: 750px !important;
}
.modal-outlink .modal-footer, .modal-outlink .modal-header {
		border: 0 !important;
}
.modal-outlink .modal-header {
		padding: 30px 30px 0 30px;
}
.modal-outlink .modal-header h3 {
		font-weight: lighter;
		font-size: 2rem;
}
.modal-outlink .modal-body {
		padding: 30px 30px 10px 30px;
}
.modal-outlink .modal-footer {
		padding: 0 30px 30px 30px;
		text-align: center !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
}
.modal-outlink .modal-footer .btn {
		border-radius: 0;
		height: 38px;
		min-width: 80px;
		margin: 0 10px;
}
/*------------------------------------------ 
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;
		}
}
/************************
SPACE
************************/
@media (min-width:1200px) {
		.container-xxl {
				max-width: 1100px;
		}
		.container-xxl.sp {
				max-width: 1100px;
		}
		.container-xxl.large {
				max-width: 1440px;
		}
		.container-xxl.wide {
				max-width: 1920px;
		}
		.container-xxl.full {
				max-width: 2560px;
		}
}
@media (min-width:1600px) {
		.container-xxl.sp {
				max-width: 1100px;
		}
}
/****************************/
.toggle-button {
		position: relative;
		display: none;
		float: left;
		left: 0;
		width: 50px;
		height: 50px;
		padding: 18px 15px;
		-webkit-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;
		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;
		transition: .2s;
}
.toggle-button.open .menu-bar-middle {
		-webkit-transform: translate(0px);
		-ms-transform: translate(0px);
		transform: translate(0px);
		-webkit-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;
		transition: .2s;
}
@media only screen and (max-width: 991px) {
		.toggle-button {
				display: inline-block;
		}
}
/************************
BANNER
************************/
/************************
BG ITEM
************************/
/************************
AD BLOCK
************************/
.ad_block {
		background-color: #000000;
		position: relative;
		top: 0;
}
/************************
REMARK
************************/
/* 基本樣式 */
.remark-icon {
		display: inline-block;
		width: 12px;
		height: 12px;
		left: 0;
		top: 5px;
		bottom: auto;
		margin: auto;
}
.remark-hint {
		font-size: .75rem;
		letter-spacing: normal;
}
.remark-icon.plus::before, .remark-icon.plus::after {
		content: '';
		position: absolute;
		background-color: #ffffff;
}
.remark-icon.plus::before {
		width: 100%;
		height: 3px;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
}
.remark-icon.plus::after {
		width: 3px;
		height: 100%;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
}
.remark-icon::before, .remark-icon.minus::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #ffffff;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
}
.remark-head {
		cursor: pointer;
		padding: .5rem 1rem .5rem 0;
		background-color: transparent;
		color: #ffffff;
		font-size: 1rem;
		margin-bottom: 0;
}
.remark-title {
		padding-left: 1.25rem;
}
.remark-head .icon {
		max-width: 10px;
		right: 1rem;
		left: auto;
		top: .75rem;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
}
.remark-head.active .icon {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
}
.remark-content {
		color: #ffffff;
		padding: 0;
		font-size: 1rem;
		text-align: justify;
}
.remark-board hr {
		border-color: #ffffff;
		opacity: 1;
		margin: .5rem auto;
}
/************************
INFO CARD
************************/
.remark_text.large {
		font-size: 1rem;
}
.remark_text {
		font-size: .875rem;
}
@-webkit-keyframes coinDrop1 {
		0% {
				-webkit-transform: translate(-10px, -20px);
				transform: translate(-10px, -20px);
				opacity: 1;
		}
		60% {
				opacity: 1;
		}
		75% {
				-webkit-transform: translate(0, 30px);
				transform: translate(0, 30px);
				opacity: 0.6;
		}
		85% {
				opacity: 0;
				-webkit-transform: translate(0, 30px);
				transform: translate(0, 30px);
		}
		100% {
				-webkit-transform: translate(-10px, 0);
				transform: translate(-10px, 0);
				opacity: 0;
		}
}
@keyframes coinDrop1 {
		0% {
				-webkit-transform: translate(-10px, -20px);
				transform: translate(-10px, -20px);
				opacity: 1;
		}
		60% {
				opacity: 1;
		}
		75% {
				-webkit-transform: translate(0, 30px);
				transform: translate(0, 30px);
				opacity: 0.6;
		}
		85% {
				opacity: 0;
				-webkit-transform: translate(0, 30px);
				transform: translate(0, 30px);
		}
		100% {
				-webkit-transform: translate(-10px, 0);
				transform: translate(-10px, 0);
				opacity: 0;
		}
}
@-webkit-keyframes coinDrop2 {
		0% {
				-webkit-transform: translate(0, -20px);
				transform: translate(0, -20px);
				opacity: 1;
		}
		60% {
				opacity: 1;
		}
		75% {
				-webkit-transform: translate(-10px, 30px);
				transform: translate(-10px, 30px);
				opacity: 0.6;
		}
		85% {
				opacity: 0;
				-webkit-transform: translate(-10px, 30px);
				transform: translate(-10px, 30px);
		}
		100% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
				opacity: 0;
		}
}
@keyframes coinDrop2 {
		0% {
				-webkit-transform: translate(0, -20px);
				transform: translate(0, -20px);
				opacity: 1;
		}
		60% {
				opacity: 1;
		}
		75% {
				-webkit-transform: translate(-10px, 30px);
				transform: translate(-10px, 30px);
				opacity: 0.6;
		}
		85% {
				opacity: 0;
				-webkit-transform: translate(-10px, 30px);
				transform: translate(-10px, 30px);
		}
		100% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
				opacity: 0;
		}
}
/************************
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;
		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;
		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;
		}
	    header .h_content > div {
        padding: 0;
    }
		body.open .h_content {
				padding-left: 280px;
		}
		header .h_content, body.open .h_content {
				-webkit-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;
				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;
		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;
		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;
		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;
		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;
				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;
		}
}
/************************
FOOTER
************************/
footer {
		background-color: #484848;
}
/************************/
footer .fiscal {
		color: #191919;
}
footer .fiscal .f_left {
		font-size: 30px;
		color: #ffffff;
}
footer .fiscal .f_right {
		font-size: 14px;
		line-height: 1.4em;
		color: #ffffff;
}
footer .fiscal .f_right a, footer .fiscal .f_right a:hover {
		color: #ffffff;
		line-height: 1em;
}
/************************/
footer .f_link {
		margin-top: 10px;
		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 {
				padding: 0 .85rem;
		}
		footer .f_link {
				font-size: 13px;
				margin-top: 20px;
				text-align: center;
		}
}
@media screen and (max-width: 576px) {
		footer .fiscal {
				text-align: justify;
		}
}
@media screen and (max-width: 320px) {
		footer .fiscal .f_left {
				font-size: 26px;
		}
}
@media screen and (max-width:280px) {
		footer .fiscal .f_right {
				font-size: 12px;
		}
		footer .fiscal .f_left {
				font-size: 24px;
		}
}
/************************
KEY-VISUAL
************************/
.key-visual {
		margin-top: 120px;
		background-color: #c1a689;
}
.key-visual {
		overflow: hidden;
}
.key-visual .topic {
		left: 18%;
		right: auto;
		top: 7%;
		bottom: auto;
		margin: auto;
		z-index: 2;
		max-width: 30vw;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.key-visual.is-time .topic::after {
		opacity: .95;
}
.key-visual .topic img {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 2;
}
.key-visual .is_mask {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		background-color: transparent;
		-webkit-mask-size: contain;
		mask-size: contain;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center;
		mask-position: center;
		overflow: hidden;
		-webkit-mask-image: url('../images/kv/kv_bg_n3_mask.png');
		mask-image: url('../images/kv/kv_bg_n3_mask.png');
		aspect-ratio: 2560 / 1294;
		z-index: 2;
		opacity: 0;
		-webkit-transition: opacity 0.8s ease;
		transition: opacity 0.8s ease; /* ← 讓 opacity 切換有過渡效果 */
}
.key-visual.is-time .is_mask {
		opacity: 1;
}
.key-visual .is_mask::before {
		content: '';
		position: absolute;
		top: 0;
		left: -50%;
		width: 50%;
		height: 100%;
		background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .85)), color-stop(70%, rgba(255, 255, 255, 0)));
		background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, 0) 70%);
		pointer-events: none;
		opacity: 0; /* ← 預設隱藏 */
		-webkit-transform: skewX(-35deg);
		-ms-transform: skewX(-35deg);
		transform: skewX(-35deg);
}
/* is-time 觸發後，::before 才開始動畫 */
.key-visual.is-time .is_mask::before {
		-webkit-animation:
				sweep 3.5s 1s infinite linear, fadeIn 0.8s 1s both ease-in-out; /* ← delay 對齊 sweep */
		animation:
				sweep 3.5s 1s infinite linear, fadeIn 0.8s 1s both ease-in-out;
}
@-webkit-keyframes sweep {
		0% {
				left: -100%;
		}
		100% {
				left: 200%;
		}
}
@keyframes sweep {
		0% {
				left: -100%;
		}
		100% {
				left: 200%;
		}
}
@-webkit-keyframes fadeIn {
		from {
				opacity: 0;
		}
		to {
				opacity: 1;
		}
}
@keyframes fadeIn {
		from {
				opacity: 0;
		}
		to {
				opacity: 1;
		}
}
.key-visual .topic {
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
}
.key-visual .kv_block {
		max-width: 100%;
		margin: auto;
}
.key-visual .is_light {
		right: auto;
		left: 0;
		top: auto;
		bottom: 35%;
		margin: auto;
		max-width: 18vw;
		opacity: 1;
		z-index: 2;
}
.key-visual.is-time .topic > img {
		-webkit-animation: slideInFromLeft .5s ease both;
		animation: slideInFromLeft .5s ease both;
		-webkit-animation-delay: .35s;
		animation-delay: .35s;
}
@-webkit-keyframes slideInFromLeft {
		0% {
				opacity: 0;
				-webkit-transform: translateX(-120px);
				transform: translateX(-120px);
		}
		60% {
				opacity: 1;
				-webkit-transform: translateX(12px);
				transform: translateX(12px);
		}
		80% {
				-webkit-transform: translateX(-6px);
				transform: translateX(-6px);
		}
		100% {
				opacity: 1;
				-webkit-transform: translateX(0);
				transform: translateX(0);
		}
}
@keyframes slideInFromLeft {
		0% {
				opacity: 0;
				-webkit-transform: translateX(-120px);
				transform: translateX(-120px);
		}
		60% {
				opacity: 1;
				-webkit-transform: translateX(12px);
				transform: translateX(12px);
		}
		80% {
				-webkit-transform: translateX(-6px);
				transform: translateX(-6px);
		}
		100% {
				opacity: 1;
				-webkit-transform: translateX(0);
				transform: translateX(0);
		}
}
@media (min-width: 1920px) {
		.key-visual .topic > img {
				width: 550px;
		}
		.key-visual .topic {
				width: 550px;
		}
		.key-visual .is_light {
				max-width: 300px;
		}
}
@media (min-width: 2560px) {
		.key-visual .topic > img {
				width: 650px;
		}
		.key-visual .topic {
				width: 760px;
		}
		.key-visual .kv_block, .key-visual .is_bg {
				max-width: 2560px;
		}
}
@media (max-width: 1199px) {
		.key-visual .topic {
				max-width: 30vw;
				left: 18%;
		}
		.key-visual .is_light {
				max-width: 16vw;
		}
}
@media screen and (max-width:991px) {
		.key-visual {
				margin-top: 50px;
		}
}
@media (max-width: 576px) {
		.key-visual .topic {
				left: 2%;
				right: auto;
				bottom: auto;
				top: 5%;
				max-width: 45vw;
		}
		.key-visual .is_light {
				top: auto;
				bottom: 0;
				max-width: 23vw;
				right: auto;
				left: 0;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.key-visual .topic {
				max-width: 30vw;
				top: 10%;
				right: auto;
				left: 17%;
		}
		.is_light.d-sm-none, .key-visual .d-sm-none {
				display: none !important
		}
		.is_light.d-sm-block, .key-visual .d-sm-block {
				display: block !important
		}
		.key-visual .is_light {
				max-width: 20%;
				left: 0;
				right: auto;
		}
}
@media (max-width: 320px) {
		.key-visual .topic {
				max-width: 48vw;
		}
}
/************************
BOX CARD
************************/
.box-card {
		top: -5rem;
		font-size: 1.5rem;
}
.box-card img {
		max-width: 30vw;
}
/***************************
BLOCK
***************************/
.content_bg {
		background-image: url("../images/content_map.png"), url("../images/content_map_bg.jpg");
		background-repeat: no-repeat;
		background-size: 1500px auto, 100% auto;
		background-position: center 50px, center top;
		background-color: #c1a689;
		will-change: transform;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
}
.top_line {
		max-width: 660px;
		top: -15rem;
		right: 0;
		left: 0;
		margin: auto -12% auto auto;
}
/************************
INFO CARD
************************/
.map_group {
		max-width: 780px;
		display: block;
		margin: auto;
}
.info_card {
		border-radius: 2rem;
		z-index: 2;
}
.info_card.one {
		padding: 4px;
		max-width: 780px;
		width: 100%;
		height: 100%;
		margin: 0 auto 0 auto;
		aspect-ratio: 1370/1130;
		top: -2rem;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f7f2b8), color-stop(60%, #eddb10));
		background: linear-gradient(to bottom, #f7f2b8 30%, #eddb10 60%);
}
.info_card.one .text {
		background-color: #eddb10;
		padding: 2.5rem 2rem 2rem 2rem;
		border-radius: 1.75rem;
}
.info_card.two {
		padding: 4px;
		max-width: 420px;
		width: 100%;
		height: 100%;
		margin: 1rem 0 0 auto;
		aspect-ratio: 750/300;
		background: linear-gradient(168deg, #fae8e4 30%, #e8b0a3 90%);
		overflow: hidden;
		right: -4rem;
}
.info_card.two .text {
		background-color: #e8b0a3;
		padding: 2rem 1.5rem 2rem 2.5rem;
		border-radius: 1.75rem;
		color: #ffffff;
}
.info_card.three {
		padding: 4px;
		max-width: 420px;
		width: 100%;
		height: 100%;
		margin: 2rem auto 0 0;
		aspect-ratio: 750/300;
		background: linear-gradient(168deg, #fae8e4 30%, #d66616 90%);
		overflow: hidden;
}
.info_card.three .text {
		background-color: #d66616;
		padding: 2rem 1.5rem 2rem 2.5rem;
		border-radius: 1.75rem;
		color: #ffffff;
}
.info_card .is_mark {
		max-width: 55px;
}
.info_card.four {
		padding: 4px;
		max-width: 780px;
		width: 100%;
		height: 100%;
		margin: 4rem auto 0 auto;
		aspect-ratio: 1370/1080;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f7f2b8), color-stop(60%, #543e2d));
		background: linear-gradient(to bottom, #f7f2b8 30%, #543e2d 60%);
}
.info_card.four .text {
		background-color: #543e2d;
		padding: 3rem 1rem 2rem 3rem;
		border-radius: 1.75rem;
		color: #ffffff;
}
.info_card.four .text hr {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
}
.info_card .text {
		font-size: 1.35rem;
}
.info_card .text .text_large {
		font-size: 130%;
		line-height: 1.5;
}
.info_card .head img {
		max-width: 360px;
}
.mark_1 {
		max-width: 55px;
		left: 2.5rem;
		top: 7rem;
}
.card_point {
		max-width: 70px;
		left: -3rem;
		top: 18rem;
}
.food_1 {
		max-width: 80px;
		top: 6rem;
		right: 1.5rem;
}
.food_2 {
		max-width: 120px;
		top: 12rem;
		right: 1.5rem;
}
.food_3 {
		max-width: 110px;
		top: 13rem;
		left: 1.5rem;
}
.food_4 {
		max-width: 100px;
		top: 6rem;
		right: 1.5rem;
}
@media screen and (min-width:1366px) {
		.content_bg {
				background-size: 1600px auto, 100% auto;
				background-position: center 60px, center top;
		}
		.top_line {
				max-width: 660px;
				top: -18rem;
				right: 0;
				left: 0;
				margin: auto -30% auto auto;
		}
		.info_card .text {
				font-size: 1.5rem;
		}
		.card_point {
				max-width: 80px;
				left: -3rem;
				top: 18rem;
		}
		.map_group {
				max-width: 820px;
		}
		.info_card.one {
				max-width: 820px;
				aspect-ratio: 1370/1130;
				top: -2rem;
		}
		.info_card.one .text {
				padding: 3rem 2rem 2rem 2rem;
		}
		.info_card.two {
				max-width: 450px;
				aspect-ratio: 750/300;
				right: -4rem;
		}
		.info_card.three {
				max-width: 450px;
				margin: 2rem auto 0 0;
				aspect-ratio: 750/300;
		}
		.info_card .is_mark {
				max-width: 60px;
		}
		.info_card.four {
				max-width: 820px;
				margin: 4rem auto 0 auto;
				aspect-ratio: 1370/1080;
		}
		.mark_1 {
				max-width: 65px;
				left: 3rem;
				top: 7rem;
		}
}
@media screen and (min-width:1920px) {
		.content_bg {
				background-size: 1600px auto, 2560px auto;
				background-position: center 90px, center top;
		}
		.top_line {
				max-width: 700px;
				top: -22rem;
				right: 0;
				left: 0;
				margin: auto -24rem auto auto;
		}
		.card_point {
				top: 19rem;
		}
}
@media screen and (max-width:1199px) {
		.content_bg {
				background-image: url(../images/content_map_lg.png), url(../images/content_map_bg.jpg);
				background-position: center 57%, center top;
				background-size: 70% auto, 100% auto;
		}
		.top_line {
				display: none;
		}
		.card_point {
				display: none;
		}
		.box-card {
				top: -3rem;
				font-size: 1.125rem;
		}
		.info_card .text {
				font-size: 1.125rem;
		}
		.info_card.two {
				right: 0;
		}
		.info_card.one, .info_card.two, .info_card.three, .info_card.four {
				aspect-ratio: auto;
		}
}
@media screen and (max-width:991px) {
		.content_bg {
				background-image: url(../images/content_map_lg.png), url(../images/content_map_bg.jpg);
				background-position: center 55%, center top;
				background-size: 64% auto, 100% auto;
		}
		.map_group {
				max-width: 80%;
		}
		.info_card.one {
				padding: 2px;
				max-width: 100%;
				aspect-ratio: auto;
		}
		.info_card.one .text {
				padding: 2rem 1rem 1.5rem 1rem;
		}
		.info_card.four {
				padding: 2px;
				max-width: 100%;
				aspect-ratio: auto;
		}
		.info_card.four .text {
				padding: 2rem 1rem 1.5rem 1rem;
		}
		.info_card.three, .info_card.two {
				max-width: 50%;
				right: 0;
				left: 0;
				padding: 2px;
				margin: auto;
				aspect-ratio: auto;
				border-radius: 1.5rem;
		}
		.info_card.two {
				margin: 1rem 0 0 auto;
		}
		.info_card.three {
				margin: 1rem auto 0 0;
		}
		.info_card.three .text, .info_card.two .text {
				padding: 1rem;
				border-radius: 1.25rem;
		}
		.info_card .is_mark {
				max-width: 5vw;
		}
		.info_card .text {
				font-size: 1rem;
		}
		.info_card .head img {
				max-width: 35vw;
		}
		.card_point {
				max-width: 6vw;
				left: -1.5rem;
				top: 14rem;
		}
		.mark_1 {
				max-width: 5vw;
				left: 2.5rem;
				top: 5rem;
		}
		.food_1 {
				max-width: 7vw;
				top: 6rem;
				right: 1.5rem;
		}
		.food_2 {
				max-width: 10vw;
				top: 10rem;
				right: 1.5rem;
		}
		.food_3 {
				max-width: 10vw;
				top: 9rem;
				left: 1.5rem;
		}
		.food_4 {
				max-width: 8vw;
				top: 6rem;
				right: 1.5rem;
		}
		.btn-map {
				font-size: .8125rem !important;
				letter-spacing: normal;
		}
}
@media screen and (max-width:767px) {
		.map_group {
				max-width: 90%;
		}
		.content_bg {
				background-position: center 56%, center top;
				background-size: 68% auto, 100% auto;
		}
}
@media screen and (max-width:576px) {
		.content_bg {
				background-image: url("../images/content_map_m.png");
				background-position: center 68%;
				background-size: 35% auto;
		}
		.map_group {
				max-width: 90%;
		}
		.info_card.one {
				padding: 2px;
				max-width: 100%;
				aspect-ratio: auto;
		}
		.info_card.one .text {
				padding: 8rem .5rem 1.5rem .5rem;
		}
		.info_card.four {
				padding: 2px;
				max-width: 100%;
				aspect-ratio: auto;
				margin: 2rem auto 0 auto;
		}
		.info_card.four .text {
				padding: 1.5rem .5rem 1.5rem .5rem;
		}
		.info_card.three, .info_card.two {
				max-width: 100%;
				right: 0;
				left: 0;
				padding: 2px;
				margin: auto;
				aspect-ratio: auto;
				border-radius: 1.5rem;
		}
		.info_card.three {
				margin: 2rem auto 0 auto;
		}
		.info_card.three .text, .info_card.two .text {
				padding: 1rem;
				border-radius: 1.25rem;
		}
		.info_card .is_mark {
				max-width: 10vw;
		}
		.info_card .text {
				font-size: 1rem;
		}
		.info_card .head img {
				max-width: 60vw;
		}
		.card_point {
				max-width: 10vw;
				left: -1.5rem;
				top: 14rem;
		}
		.mark_1 {
				max-width: 10vw;
				left: 0;
				right: 0;
				top: 1.5rem;
				margin: auto;
		}
		.food_1 {
				max-width: 10vw;
				top: 2.5rem;
				right: 1.5rem;
		}
		.food_2 {
				max-width: 16vw;
				top: 5rem;
				right: -1rem;
		}
		.food_3 {
				max-width: 12vw;
				top: 2.5rem;
				right: auto;
				left: -1.5rem;
		}
		.food_4 {
				max-width: 14vw;
				top: 5rem;
				right: -1.75rem;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.map_group {
				max-width: 96%;
		}
		.mark_1 {
				max-width: 7vw;
		}
		.food_1 {
				max-width: 8vw;
				top: 2rem;
				right: 1.5rem;
		}
		.food_2 {
				max-width: 12vw;
				top: 5rem;
				right: -1.5rem;
		}
		.food_3 {
				max-width: 12vw;
				top: 2.5rem;
				right: auto;
				left: -1.5rem;
		}
		.food_4 {
				max-width: 11vw;
				top: 5rem;
				right: -1rem;
		}
		.card_point {
				max-width: 6vw;
				left: -1.25rem;
				top: 14rem;
		}
		.info_card.one .text {
				padding: 8rem 1rem 1.5rem 1rem;
		}
		.info_card .is_mark {
				max-width: 6vw;
		}
		.info_card .head img {
				max-width: 40vw;
		}
}
@media screen and (max-width:375px) {
		.map_group {
				max-width: 100%;
		}
		.info_card .text {
				font-size: .875rem;
		}
		.info_card.one .text {
				padding: 7rem 1rem 1.5rem 1rem;
		}
		.food_4 {
				max-width: 14vw;
				top: 5rem;
				right: -1rem;
		}
}
@media screen and (max-width:320px) {
		.food_2 {
				max-width: 16vw;
				top: 4.5rem;
				right: -1rem;
		}
		.food_3 {
				max-width: 12vw;
				top: 2.5rem;
				right: auto;
				left: -1rem;
		}
		.food_4 {
				max-width: 15vw;
				top: 9rem;
				right: -1rem;
		}
}
/************************
RWD
************************/
@media screen and (min-width:1920px) {
		.box-card img {
				max-width: 640px;
		}
}
@media screen and (min-width:2560px) {
		.box-card img {
				max-width: 600px;
		}
}
@media (max-width:1199px) {
		.remark-head {
				font-size: 1.125rem;
		}
		.remark-head .icon {
				max-width: 12px;
		}
		.remark_text {
				font-size: 1rem;
		}
		.box-card img {
				max-width: 400px;
		}
		a.btn-event {
				width: 180px;
				min-width: 180px;
				height: 40px;
				line-height: 36px;
				font-size: 1.125rem;
				padding: 0 1rem;
				text-align: center;
		}
}
@media (max-width:991px) {
		hr.large {
				border-top-width: 1px;
		}
		.remark-content, .remark-head {
				font-size: .875rem;
		}
		.remark_text {
				font-size: .75rem;
		}
		.box-card img {
				max-width: 40vw;
		}
		.remark_text.large {
				font-size: .8125rem;
		}
}
@media (max-width:767px) {
		.remark-head {
				padding: .5rem;
				font-size: .9rem;
		}
		.remark-head .icon {
				max-width: 10px;
				right: 0;
		}
		.remark_text.large {
				font-size: .875rem;
		}
		.box-card img {
				width: 340px;
		}
		a.btn-event {
				font-size: 1rem;
		}
}
@media (max-width:576px) {
		.remark-head {
				padding: .5rem .85rem .5rem 0;
				font-size: 1rem;
		}
		.remark-title {
				padding-left: 1rem;
				padding-right: 1rem;
		}
		.remark_text.large {
				font-size: .75rem;
		}
		.box-card {
				font-size: .875rem;
				top: -1rem;
				margin-bottom: 2rem;
		}
		.box-card img {
				max-width: 80vw;
		}
		a.btn-event {
				width: 120px;
				min-width: 120px;
				height: 40px;
				line-height: 40px;
				padding: 0 1rem;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		br.d-sm-none.d-block {
				display: none !important;
		}
		.remark-content, .remark-head {
				font-size: .875rem;
		}
}
@media (max-width:375px) {
		.remark-content, .remark-head {
				font-size: .875rem;
		}
}
@media (max-width:320px) {
		.remark_text.large {
				font-size: .65rem;
		}
		.remark-content, .remark-head {
				font-size: .75rem;
		}
}
/************************
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;
		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;
		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-content {
		width: 100%;
		padding: .5rem .5rem 1rem 1rem;
		display: block;
		color: #333333;
		font-size: 16px;
		line-height: 1.8em;
		word-wrap: break-word;
		text-align: justify;
}
.drawer-content b {
		color: #000000;
		font-weight: 700;
}
.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:576px) {
		.drawer-content {
				font-size: 14px;
		}
		.drawer-item {
				padding: 0;
		}
		.drawer-content {
				word-wrap: break-word;
				word-break: break-all;
				text-align: start;
				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;
		}
}
/************************
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: 145px;
		position: relative;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.fix-ad .full-item > img {
		right: 0;
		top: 0;
}
/* hover 結束後重新啟動動畫 */
@-webkit-keyframes updown {
		0%, 70%, 100% {
				-webkit-transform: translateY(20px);
				transform: translateY(20px);
		}
		5%, 50% {
				-webkit-transform: translateY(-5px);
				transform: translateY(-5px);
		}
}
@keyframes updown {
		0%, 70%, 100% {
				-webkit-transform: translateY(20px);
				transform: translateY(20px);
		}
		5%, 50% {
				-webkit-transform: translateY(-5px);
				transform: translateY(-5px);
		}
}
@media only screen and (min-width:1920px) {
		.fix-ad .full-item {
				width: 160px;
		}
}
@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: 5rem;
		}
}
@media only screen and (max-width:991px) {
		.fix-ad {
				-webkit-transform: scale(.75);
				-ms-transform: scale(.75);
				transform: scale(.75);
				bottom: .5rem;
		}
}
@media only screen and (max-width:991px) and (orientation:landscape) {
		.fix-ad {
				-webkit-transform: scale(.7);
				-ms-transform: scale(.7);
				transform: scale(.7);
				bottom: 1rem;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad {
				-webkit-transform: scale(.6);
				-ms-transform: scale(.6);
				transform: scale(.6);
				bottom: -1.5rem;
		}
}
@media only screen and (max-width:576px) {
		.fix-ad {
				-webkit-transform: scale(.5);
				-ms-transform: scale(.5);
				transform: scale(.5);
				bottom: -3rem;
		}
}
@media only screen and (max-width:568px) and (orientation:landscape) {
		.fix-ad {
				-webkit-transform: scale(.5);
				-ms-transform: scale(.5);
				transform: scale(.5);
				bottom: -15%;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: -3rem;
		}
}
/************************
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;
		}
}