@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');
* {
		margin: 0px;
		padding: 0px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
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: #000;
}
.drawer-content a:hover {
		color: #cc0000;
		text-decoration: none;
}
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;
}
body {
		padding: 0;
		margin: 0;
		color: #333333;
		font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-size: 1rem;
}
.text-break-all {
		word-break: break-all !important;
}
.card.reset, .card.reset, .card.reset .card-header, .card.reset .card-body, .card.reset .card-footer {
		border: 0;
		background-color: transparent;
}
.hidden-text {
		visibility: hidden;
		font-size: 0;
		line-height: 0;
		width: 0;
		height: 0;
		display: block;
}
.d-xs-block {
		display: none !important;
}
.stop-item.next_2 .card.sp .card-body .star_list li, .stop-item.next_3 .title, .btn-event, .no {
		font-family: "Noto Sans", 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.no.large {
		font-size: 150%;
		line-height: 1;
}
.no.m-large {
		font-size: 180%;
		line-height: 1;
}
.no.xl-large {
		font-size: 360%;
		line-height: 1;
}
.no.xl-large small {
		font-size: 70%;
}
.c-gold {
		color: #f3e1b6;
}
.c-red {
		color: #cc0000;
}
.c-gray {
		color: #cccccc;
}
.show_lg {
		display: none;
}
.hide_lg {
		display: block;
}
@media screen and (min-width: 1920px) {
		.show_lg {
				display: block !important;
		}
		.hide_lg {
				display: none !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;
		}
}
@media screen and (min-width:1200px) and (max-width:1919px) {
		.show_lg {
				display: none !important;
		}
}
/************************
BUTTON
************************/
a.btn-event {
		border: 1px solid #000000 !important;
		border-radius: 5rem;
		font-size: 1.125rem;
		padding: .35rem 1rem;
		min-width: 145px;
		font-weight: 600;
}
a.btn-event .icon {
		font-size: 120%;
		margin-left: 5px;
}
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
************************/
@media only screen and (min-width:1200px) {
		.key-visual .container {
				max-width: 1100px;
		}
		.container {
				max-width: 991px;
		}
		.container.wide {
				max-width: 1920px;
		}
}
@media only screen and (max-width:1199px) {
		.container.wide {
				max-width: 100%;
		}
}
@media only screen and (max-width:991px) {
		.bot-banner .container {
				width: 100%;
				padding: 0px 5%;
		}
}
@media only screen and (max-width:768px) {}
/****************************/
.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 {
		text-align: center;
		clear: both;
}
.bot-banner .container.wide.max {
		background-color: #25211e;
}
/************************
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;
}
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: 200px;
		}
}
/************************/
header .h_logo {
		width: 190px;
		margin-top: 24px;
		margin-right: 20px;
		-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: 200px;
		}
		header.open .h_logo, header .h_logo {
				width: 60px;
		}
}
/***********************
LAYOUT 框架
***********************/
section.main-content {
		position: relative;
		display: inline-block;
		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;
		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;
		float: left;
}
footer .fiscal .f_left img {
		width: 80%;
}
footer .fiscal .f_right {
		width: calc(75% - 20px);
		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;
		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 .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: 94%;
				margin: 0px 5%;
				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:280px) {
		footer .fiscal .f_warning, footer .fiscal .f_right {
				font-size: 12px;
		}
		footer .fiscal .f_left {
				font-size: 24px;
		}
}
/************************
KEY-VISUAL
************************/
.key-visual .tb01, .key-visual {
		position: relative;
		display: inline-block;
		float: none;
		width: 100%;
}
.key-visual {
		background-color: #011216;
}
.kv_bg_bot, .key-visual .kv_text, .key-visual .kv_text_star {
		top: 0;
		left: 0;
		right: 0;
}
.key-visual .tb01 {
		padding-bottom: 0px;
		max-width: 45vw;
		width: 100%;
		left: 0;
		right: 0;
		top: 4rem;
		bottom: auto;
		margin: 0 auto;
		height: 100%;
		text-align: center;
		z-index: 2;
}
.key-visual .container {
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
}
.key-visual .text_star_light {
		width: 90px;
		height: 90px;
		left: -270px;
		right: 0;
		margin: -1rem auto 0 auto;
		background-color: #ffcc33;
		border-radius: 100%;
		display: block;
		-webkit-filter: blur(2rem);
		filter: blur(2rem);
		-webkit-transform: scale(.1);
		-ms-transform: scale(.1);
		transform: scale(.1);
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-animation: starlight 2s 1s infinite linear;
		animation: starlight 2s 1s infinite linear;
		opacity: .75;
}
@-webkit-keyframes starlight {
		0% {
				-webkit-transform: scale(.1);
				transform: scale(.1);
		}
		50% {
				-webkit-transform: scale(.7);
				transform: scale(.7);
		}
		100% {
				-webkit-transform: scale(.1);
				transform: scale(.1);
		}
}
@keyframes starlight {
		0% {
				-webkit-transform: scale(.1);
				transform: scale(.1);
		}
		50% {
				-webkit-transform: scale(.7);
				transform: scale(.7);
		}
		100% {
				-webkit-transform: scale(.1);
				transform: scale(.1);
		}
}
.key-visual .text_star {
		width: 100%;
		max-width: 90px;
		left: -270px;
		right: 0;
		margin: -1rem auto 0 auto;
}
@media only screen and (min-width:1600px) {
		.key-visual {
				/*background-size: 1920px auto;
				height: 810px;*/
		}
		.key-visual .tb01 {
				max-width: 580px;
		}
}
@media only screen and (min-width:1920px) {
		.key-visual {
				/*background-size: 2560px auto;
				height: 940px;*/
		}
		.kv_bg_bot, .key-visual .kv_text, .key-visual .kv_text_star, .key-visual .kv_bg_top {
				max-width: 2560px;
		}
		.key-visual .tb01 {
				max-width: 720px;
		}
		.key-visual .text_star {
				max-width: 110px;
				left: -340px;
				right: 0;
				margin: -1.25rem auto 0 auto;
		}
		.key-visual .text_star_light {
				width: 110px;
				height: 110px;
				left: -340px;
				right: 0;
				margin: -1.25rem auto 0 auto;
		}
}
@media only screen and (min-width:2560px) {}
@media screen and (max-width: 1199px) {
		.key-visual .tb01 {
				top: 1rem;
				max-width: 30vw;
		}
		.key-visual .text_star {
				max-width: 4.5vw;
				left: -14vw;
				margin: -.5rem auto 0 auto;
		}
		.key-visual .text_star_light {
				width: 4.5vw;
				height: 4.5vw;
				left: -14vw;
				margin: -.5rem auto 0 auto;
		}
}
@media screen and (max-width: 991px) {
		.key-visual .tb01 {
				top: 1.5rem;
				max-width: 42vw;
		}
		.key-visual .text_star {
				max-width: 5.5vw;
				left: -18vw;
				margin: -.125rem auto 0 auto;
		}
		.key-visual::after {
				opacity: .7;
		}
}
@media only screen and (max-width:991px) and (orientation: landscape) {}
@media screen and (max-width: 767px) {
		.key-visual .text_star {
				margin: -.15rem auto 0 auto;
		}
		.key-visual .tb01 {
				top: 1rem;
		}
}
@media only screen and (max-width:568px) and (orientation: landscape) {}
@media screen and (max-width: 480px) {
		.key-visual .tb01 {
				max-width: 65vw;
		}
		.key-visual .text_star {
				max-width: 9vw;
				left: -29vw;
				margin: -.175rem auto 0 auto;
		}
		.kv_bg_bot {
				top: -2px;
		}
}
@media screen and (max-width: 280px) {
		.key-visual .tb01 {
				max-width: 220px;
		}
}
/************************
LAYOUT
/************************/
.topic-item {
		max-width: 90%;
		margin: auto;
}
/************************/
.icon_star.star_1 {
		width: 100%;
		max-width: 120px;
		right: 0;
		top: -50%;
}
.icon_star.star_2 {
		width: 100%;
		max-width: 60px;
		right: -5%;
		top: 70%;
}
.icon_star.star_3 {
		width: 100%;
		max-width: 60px;
		left: -5%;
		top: 40%;
}
/************************/
.block_01 {
		width: 100%;
		padding: 0;
		background-color: #011216;
		text-align: center;
		background-image: url("../images/content_bg.jpg");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
}
/************************/
.block_02 {
		width: 100%;
		background-color: #ebebeb;
}
@media only screen and (min-width:1920px) {
		.block_01 {
				background-size: 2560px auto;
		}
}
.box-card {
		position: relative;
		display: inline-block;
		margin-top: 6rem;
}
@media only screen and (min-width:1600px) {
		.box-card {
				margin-top: 8rem;
		}
}
@media only screen and (min-width:1920px) {
		.box-card {
				margin-top: 20%;
		}
}
.box-card img {
		max-width: 580px;
}
.box-topic .head {
		font-size: 3rem;
		line-height: 1.5;
		font-weight: 900;
}
.box-topic .head .no {
		background: -o-linear-gradient(left, #f2c96f, #dfd590, #c18c2e, #865b31);
		background: -webkit-gradient(linear, left top, right top, from(#f2c96f), color-stop(#dfd590), color-stop(#c18c2e), to(#865b31));
		background: linear-gradient(to right, #f2c96f, #dfd590, #c18c2e, #865b31);
		background: -webkit-linear-gradient(to right, #f2c96f, #dfd590, #c18c2e, #865b31);
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
}
.box-topic .text {
		font-size: 1.75rem;
		line-height: 1.5;
		font-weight: 600;
}
/************************/
.card-stop-group {
		max-width: 98%;
		margin: auto;
}
.stop-item {
		background: -o-linear-gradient(45deg, #e8c476, #f7e7c6, #d0b374, #c2a973, #f2dbaa);
		background: linear-gradient(45deg, #e8c476, #f7e7c6, #d0b374, #c2a973, #f2dbaa);
		background: -webkit-linear-gradient(45deg, #e8c476, #f7e7c6, #d0b374, #c2a973, #f2dbaa);
		padding: 5px;
		font-weight: 600;
		max-width: 100%;
		margin: auto;
		border-radius: 2rem;
		margin-bottom: 1rem;
}
.stop-item .inside {
		background-color: #f0f0f0;
		border-radius: 2rem;
		padding: 1rem;
}
.stop-item .note {
		font-size: .85rem;
		display: block;
}
.stop-item .note .icon {
		max-width: 20px;
		display: inline-block;
		margin-right: 3px;
		position: relative;
		top: -2px;
}
.stop-item .head {
		font-size: 2.5rem;
		font-weight: 700;
		display: inline-block;
}
.stop-item .head .no {
		font-size: 150%;
}
.stop-item .head .no small {
		font-size: 80%;
}
.stop-item .head .head_star_left {
		left: -2rem;
		top: 0;
		bottom: 0;
		margin: auto;
		max-width: 25px;
}
.stop-item .head .head_star_right {
		right: -2rem;
		top: 0;
		bottom: 0;
		margin: auto;
		max-width: 25px;
}
.stop-item .date {
		font-size: .9rem;
		font-weight: 600;
}
.stop-item .text {
		font-size: 1.125rem;
		line-height: 1.75;
}
.stop-item .text .no .large {
		font-size: 150%;
		line-height: 1;
}
.stop-item .text small {
		font-size: 80%;
}
.remark-block {
		font-size: .75rem;
		max-width: 70%;
}
.stop-item .card-group {
		max-width: 80%;
}
.stop-item .card-group .card {
		background-color: #ffffff;
		border-radius: 1rem;
		-webkit-box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .125);
		box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .125);
}
.stop-item .card-group .card.sp {
		background-color: transparent;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
}
.stop-item .card-group .card .card-header {
		padding-top: 1.5rem;
		padding-bottom: .5rem;
}
.stop-item .card-group .card .card-header::after {
		content: '';
		width: 100%;
		max-width: 45%;
		height: 1px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #000;
		display: block;
		margin: auto;
}
.stop-item .card-group .card .card-body .no.large {
		font-size: 200%;
		font-weight: 700;
}
.stop-item .card-group .card .card-body .no-light {
		right: -15px;
		top: -15px;
		max-width: 20px;
}
.stop-item .card-group .card .icon_mask {
		left: -5%;
		top: -20%;
		max-width: 100px;
}
.stop-item .icon_plus {
		left: 0;
		right: 0;
		bottom: -32.5px;
		max-width: 50px;
		margin: auto;
		z-index: 3;
}
.stop-item .icon_peo_1 {
		right: 5%;
		bottom: 0;
		max-width: 50px;
		margin: auto;
}
.stop-item .icon_peo_2 {
		left: 3%;
		bottom: 0;
		max-width: 80px;
		margin: auto;
}
.stop-item.next_2 .card-group {
		max-width: 96%;
}
.stop-item.next_2 .card-group .card:not(.sp) {
		font-size: 1.1rem;
		border-radius: 1.5rem;
		-webkit-box-shadow: 0 0 1rem RGBA(0, 0, 0, .1);
		box-shadow: 0 0 1rem RGBA(0, 0, 0, .1)
}
.stop-item.next_2 .card-group .card:not(.sp) .card-body {
		padding: 1rem 1rem;
}
.stop-item.next_2 .card-group .card.sp {
		max-width: 90%;
		margin-left: 10%;
}
.stop-item.next_2 .card-group .card .no.large {
		font-size: 140%
}
.stop-item.next_2 .card-group .card.sp .card-header::after {
		max-width: 90%;
}
.stop-item.next_2 .card-group .card .star_items > span:last-child {
		min-width: 65%;
}
.stop-item.next_2 .card-group .card .star_items > span:last-child small {
		line-height: 1;
}
.stop-item.next_2 .card.sp .card-header {
		font-size: 1.5rem;
		padding-top: 0;
}
.stop-item.next_2 .card.sp .card-header .no .large {
		font-size: 150%;
		line-height: 1;
}
.stop-item.next_2 .card.sp .card-body .star_list {
		font-size: 1.45rem;
		text-align: start;
}
.stop-item.next_2 .card.sp .card-body .star_list li {
		padding: 5px 0 5px 35px;
		position: relative;
}
.stop-item.next_2 .card.sp .card-body .star_list li small {
		font-size: 70%;
}
.stop-item.next_2 .card.sp .card-body .star_list li::before {
		content: '';
		width: 25px;
		height: 25px;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		background-image: url("../images/list_star.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
}
.stop-item.next_3 .icon_building {
		right: 0;
		bottom: 0;
		max-width: 100px;
		margin: auto;
}
.stop-item.next_3 .title {
		font-size: 1.75rem;
		font-weight: 700;
}
.stop-item.next_3 .text {
		font-size: 1.1rem;
		line-height: 1.75;
}
.stop-item.next_3 .inside {
		background-image: url("../images/food_bg.png");
		background-repeat: no-repeat;
		background-position: left center;
		background-size: contain;
}
/************************/
.topic-item img {
		left: 0;
		top: 0;
		right: 0;
		margin: auto;
}
/************************/
.remark-text {
		font-size: 1.125rem;
}
.remark-text a {
		color: #bda170
}
.remark-text a:hover {
		color: #f3d58a
}
.icon-go {
		display: none;
}
@media only screen and (max-width:1199px) {
		.box-card img {
				max-width: 50vw;
		}
		.box-card {
				margin-top: 3rem;
		}
		.box-topic .head {
				font-size: 2.5rem;
		}
		.box-topic .text {
				font-size: 1.5rem;
		}
		.stop-item {
				font-size: 1.125rem;
				max-width: 98%;
		}
		.icon_star.star_1 {
				max-width: 12vw;
				top: -70%;
		}
		.icon_star.star_2 {
				max-width: 8vw;
				right: 0;
		}
		.icon_star.star_3 {
				max-width: 8vw;
				left: 0;
		}
		.stop-item .head {
				font-size: 2.125rem;
		}
		.stop-item.next_2 .card.sp .card-body .star_list {
				font-size: 1.25rem;
		}
		.stop-item.next_2 .card-group .card:not(.sp) {
				font-size: 1rem;
		}
		.stop-item.next_2 .card-group .card.sp {
				max-width: 100%;
				margin-left: 0;
		}
		.stop-item .icon_peo_1 {
				max-width: 4vw;
		}
		.stop-item .icon_peo_2 {
				max-width: 7vw;
		}
		.stop-item.next_2 .card.sp .card-header {
				font-size: 1.25rem;
		}
		.stop-item .head .head_star_left, .stop-item .head .head_star_right {
				max-width: 2.125vw;
		}
		.stop-item .card-group .card .card-body .no-light {
				max-width: 2vw;
		}
		.stop-item .card-group .card .icon_mask {
				left: -15%;
				top: -15%;
				max-width: 10vw;
		}
		.stop-item.next_2 .card-group .card:not(.sp) .card-body {
				padding: .75rem .75rem;
		}
		.stop-item.next_2 .card-group .card:not(.sp) .card-body .no {
				margin-left: 0;
		}
		.stop-item .icon_plus {
				bottom: -4.5%;
				max-width: 5vw;
		}
		.stop-item .card-group .card .card-header::after {
				max-width: 60%;
		}

		.stop-item.next_3 .title {
				font-size: 1.5rem;
		}
		.stop-item.next_3 .inside {
				background-position: -10% center;
		}
		.card-stop-group {
				max-width: 92%;
				margin: auto;
		}
		.remark-text {
				font-size: .85rem;
		}
		.block_01 {
				padding-top: 2rem;
			 overflow: hidden;
		}
}
@media only screen and (max-width:991px) {
		.card-stop-group {
				max-width: 96%;
		}
		.box-topic .head {
				font-size: 2rem;
		}
		.box-card {
				margin-top: 1rem;
		}
		.box-topic .text {
				font-size: 1.125rem;
		}
		.box-card img {
				max-width: 50vw;
		}
		.stop-item.next_2 .card-group .card:not(.sp) {
				font-size: .85rem;
		}
		.stop-item.next_2 .card-group .card .no.large {
				font-size: 120%;
				padding: 0 .25rem !important;
		}
		.stop-item.next_2 .card-group .card:not(.sp) .card-body {
				padding: .5rem .5rem;
		}
		.stop-item .head {
				font-size: 1.75rem;
		}
		.stop-item .date {
				font-size: .85rem;
		}
		.stop-item.next_2 .card.sp .card-header {
				font-size: 1rem;
		}
		.stop-item.next_2 .card.sp .card-body .star_list {
				font-size: 1.125rem;
		}
		.stop-item {
				font-size: .85rem;
		}
		.stop-item.next_2 .card-group .card.sp .card-body {
				padding: .5rem 0;
		}
		.stop-item.next_2 .card.sp .card-body .star_list li::before {
				width: 20px;
				height: 20px;
		}
		.stop-item.next_2 .card.sp .card-body .star_list li {
				padding: 2px 0 2px 25px;
		}
		.remark-text {
				font-size: .75rem;
		}
		.stop-item .card-group {
				max-width: 90%;
		}
		.stop-item.next_3 .title {
				font-size: 1.25rem;
		}
		.stop-item.next_3 .text {
				font-size: .95rem;
		}
		.stop-item.next_3 .icon_building {
				max-width: 10vw;
		}
		.stop-item.next_3 .inside {
				background-position: -40% center;
		}
		.stop-item .inside {
				padding: .5rem;
		}
		.stop-item .card-group .card .card-body .no-light {
				max-width: 2vw;
				right: -10px;
				top: -10px;
		}
		a.btn-event {
				font-size: 1rem;
		}
		.remark-block.under {
				max-width: 100%;
		}
}
@media only screen and (max-width:991px) and (orientation: landscape) {
		.stop-item .icon_peo_2 {
				max-width: 6vw;
		}
		.icon_star.star_2 {
				max-width: 8vw;
				right: -5%;
		}
		.icon_star.star_3 {
				max-width: 8vw;
				left: -5%;
		}
		.remark-block {
				max-width: 80%;
		}
		.stop-item .icon_peo_1 {
				max-width: 3.5vw;
				right: 3%;
		}
		.stop-item.next_2 .card-group .card:not(.sp) .card-body {
				padding: .5rem .75rem;
		}
		.stop-item.next_3 .icon_building {
				max-width: 8vw;
		}
}
@media only screen and (max-width:767px) {
		.stop-item .card-group .card .icon_mask {
				left: -20%;
				top: -15%;
				max-width: 10vw;
		}
		.box-card img {
				max-width: 55vw;
		}
		.box-topic .head {
				font-size: 1.75rem;
		}
		.card-stop-group {
				max-width: 100%;
		}
		.icon_star.star_1 {
				top: -90%;
		}
		.stop-item .inside {
				padding: 2rem 1rem !important;
		}
		.stop-item .head {
				font-size: 1.5rem;
		}
		.stop-item .head .head_star_left {
				left: -1.5rem;
		}
		.stop-item .head .head_star_right {
				right: -1.5rem;
		}
		.stop-item.next_2 .card-group .card.sp {
				max-width: 80%;
				margin: auto;
		}
		.stop-item .card-group .card .card-body .no.large {
				font-size: 150%;
		}
		.stop-item .text {
				font-size: 1rem;
				line-height: 1.65;
		}
		.stop-item .card-group .card .card-header {
				font-size: 1rem;
		}
		.stop-item {
				font-size: 1rem;
				max-width: 100%;
		}
		.stop-item.next_3 .inside {
				background-image: url("../images/food_bg_m.png");
				background-position: center top;
				background-size: 100% auto;
				padding-top: 13rem !important;
		}
		.stop-item.next_3 .icon_building {
				max-width: 12vw;
		}
		.stop-item.next_2 .col-md-5 .card_group {
				max-width: 80%;
				margin: 1rem auto;
		}
		.stop-item.next_2 .card-group .card:not(.sp) .card-body {
				padding: .75rem 1rem;
		}
		.no.xl-large {
				font-size: 300%;
		}
		.no.m-large {
				font-size: 160%;
		}
		.stop-item .has-border {
				padding-bottom: .75rem;
				margin-bottom: .5rem;
		}
		.stop-item .icon_plus {
				bottom: -4%;
				max-width: 6vw;
		}
}
@media only screen and (max-width:568px) and (orientation: landscape) {
		br.d-sm-none.d-block {
				display: none !important;
		}
		.topic-item {
				max-width: 66%;
				margin: auto;
		}
		.row-cols-sm-3 > * {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 33.33333333%;
		}
		.card-stop-group {
				max-width: 94%;
				margin: auto;
		}
		.card-stop-group .col-sm-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 50%;
		}
		.remark-text {
				margin: auto;
				font-size: .75rem;
		}
		.block_01 {
				padding-bottom: 2rem;
		}
		.under-item.tablet {
				display: block !important;
		}
		.under-item.mobile {
				display: none !important;
		}
		.icon_star.star_2 {
				right: 0;
		}
		.icon_star.star_3 {
				left: 0;
		}
		.stop-item .icon_peo_1 {
				max-width: 5vw;
				right: 3%;
		}
		.stop-item .icon_peo_2 {
				max-width: 10vw;
				left: 5%;
		}
		.stop-item .icon_plus {
				bottom: -4%;
				max-width: 6vw;
		}
		.stop-item .card-group .card .card-header {
				padding: 1rem .5rem .5rem .5rem;
		}
}
@media only screen and (max-width:480px) {
		.stop-item.next_2 .card-group .card .star_items > span:last-child {
				min-width: 70%;
		}
		.stop-item .icon_plus {
				bottom: -3.5%;
				max-width: 10vw;
		}
		.box-topic .head {
				font-size: 1.5rem;
		}
		.icon_star.star_2 {
				max-width: 8vw;
				right: 0;
		}
		.icon_star.star_3 {
				max-width: 8vw;
				left: 0;
		}
		.box-card img {
				max-width: 65vw;
		}
		.box-topic .text {
				font-size: .85rem;
		}
		.block_01 {
				padding-top: 2rem;
				padding-bottom: 1rem;
		}
		.stop-item .note {
				font-size: .75rem;
				letter-spacing: normal;
		}
		.stop-item .head {
				font-size: 1.125rem;
				letter-spacing: normal;
		}
		.stop-item .date {
				font-size: .75rem;
				letter-spacing: normal;
				line-height: 1.75;
		}
		.stop-item .note .icon {
				max-width: 15px;
				margin-right: 3px;
				letter-spacing: normal;
		}
		.stop-item.next_2 .card.sp .card-header {
				font-size: 1rem;
				padding: 0 0 .5rem 0;
				letter-spacing: normal;
		}
		.stop-item.next_2 .card.sp .card-body .star_list {
				font-size: 1rem;
				letter-spacing: normal;
		}
		.stop-item.next_2 .card-group {
				max-width: 100%;
				padding-top: 0 !important;
		}
		.stop-item .text {
				font-size: .8125rem;
				letter-spacing: normal;
				line-height: 1.5;
		}
		.stop-item .inside {
				padding: 2rem 0 !important;
		}
		.stop-item.next_1 .card-group .card {
				margin-bottom: 1rem;
		}
		.stop-item.next_2 .col-md-5 .card_group {
				max-width: 100%;
				margin: .5rem auto;
		}
		.stop-item.next_2 .card-group .card:not(.sp) .card-body {
				padding: .75rem .75rem;
				letter-spacing: normal;
		}
		.stop-item .icon_peo_2 {
				max-width: 14vw;
		}
		.stop-item.next_3 .inside {
				padding-top: 8rem !important;
		}
		.stop-item.next_3 .title {
				font-size: 1.25rem;
				letter-spacing: normal;
		}
		.stop-item.next_3 .text {
				font-size: .85rem;
		}
		.stop-item .card-group .card .icon_mask {
				left: -10%;
				top: -15%;
				max-width: 20vw;
		}
		.stop-item.next_3 .icon_building {
				max-width: 16vw;
		}
		.stop-item .card-group .card .card-header {
				font-size: .85rem;
				padding-top: 1rem;
				padding-bottom: .5rem;
		}
		.remark-block {
				font-size: .75rem;
				max-width: 80%;
				line-height: 1.75;
				letter-spacing: normal;
		}
		.stop-item .icon_peo_1 {
				max-width: 7vw;
				right: 1%;
		}
		.stop-item.next_2 .card-group .card.sp {
				max-width: 100%;
		}
		.stop-item .head .head_star_left, .stop-item .head .head_star_right {
				max-width: 3.5vw;
		}
		.stop-item .head .head_star_left {
				left: -1.125rem;
		}
		.stop-item .head .head_star_right {
				right: -1.125rem;
		}
		.card-stop-group {
				max-width: 100%;
				margin: auto;
		}
		.stop-item {
				font-size: .95rem;
				line-height: 2;
				font-weight: bold;
				letter-spacing: 2px;
		}
		.stop-item .has-border::after {
				height: 1px;
		}
		.card-stop-group > div:first-child .stop-item {
				margin-bottom: 1rem;
		}
		.icon_star.star_2 {
				max-width: 14vw;
				right: 0;
				bottom: -8%;
		}
		.icon_star.star_1 {
				right: 5%;
		}
		.remark-text {
				font-size: .75rem;
		}
		.topic-item {
				max-width: 100%;
				margin: auto;
		}
}
@media screen and (max-width: 320px) {}
/************************
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: 10px 6px 30px 1.5rem;
		display: block;
		color: #000000;
		font-size: 16px;
		line-height: 1.8em;
		text-align: start;
		word-wrap: break-word;
}
.drawer-content ol {
		padding-left: 1rem;
}
@media screen and (max-width:1199px) {
		.drawer-content {
				font-size: .8125rem;
		}
		.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;
		}
}
@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: 35px;
		}
}
@media screen and (max-width: 767px) {
		.go_top {
				right: 5px;
		}
}
@media screen and (max-width: 480px) {
		.go_top {
				right: 5px;
				width: 35px;
				height: 35px;
		}
}
/************************
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: 4rem;
		}
}
@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: 4rem;
		}
}
@media only screen and (max-width:991px) and (orientation:landscape) {
		.fix-ad {
				bottom: .5rem;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 3rem
		}
		.fix-ad .item .name {
				font-weight: bold;
		}
}
@media only screen and (max-width:568px) and (orientation:landscape) {
		.fix-ad {
				bottom: 2.5rem;
		}
}
@media only screen and (max-width:480px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 2.5rem;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: 3rem;
		}
}