* {
		caret-color: transparent;
}
a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: #000;
		border: 0 !important;
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		-webkit-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: #000000;
}
.drawer-content a:hover, .drawer-content a:active, .drawer-content a:focus {
		color: #cc0000;
}
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;
}
.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;
}
.c_red {
		color: #cc0000 !important;
}
hr.large {
		border-top-width: 3px;
}
body {
		padding: 0;
		margin: 0;
		color: #000;
		font-family: 'Public Sans', 'Noto Sans TC';
		font-size: 1rem;
		font-optical-sizing: auto;
		font-style: normal;
}
.d-xs-block {
		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;
				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 (max-width: 576px) {
		.lh-lg {
				line-height: normal !important;
		}
}
/*------------------------------------------ 
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;
		}
}
/************************
BUTTON
************************/
@-webkit-keyframes btnsweep {
		0% {
				left: -100%;
		}
		100% {
				left: 200%;
		}
}
@-webkit-keyframes sweep {
		0% {
				left: -100%;
		}
		100% {
				left: 200%;
		}
}
@keyframes sweep {
		0% {
				left: -100%;
		}
		100% {
				left: 200%;
		}
}
/************************
THICK CARD
************************/
.thick-card {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #a371b2), color-stop(40%, #e1c7de), color-stop(60%, #e1c7de), color-stop(90%, #ce9fcf));
		background: linear-gradient(to bottom, #a371b2 5%, #e1c7de 40%, #e1c7de 60%, #ce9fcf 90%);
		border-radius: 2.5rem;
		position: relative;
		padding: .65rem .65rem .5rem .65rem;
		border: 2px solid #be80be;
		-webkit-box-shadow:
				0 .35rem 0 0 #bf81bf, .25rem .75rem .25rem RGBA(0, 0, 0, .15), inset 0 2px 4px #d295d9, inset 0 -2px 6px #d482c7;
		box-shadow:
				0 .35rem 0 0 #bf81bf, .25rem .75rem .25rem RGBA(0, 0, 0, .15), inset 0 2px 4px #d295d9, inset 0 -2px 6px #d482c7;
}
.thick-card.is-dark {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #66666c), color-stop(40%, #2f3233), color-stop(60%, #2f3233), color-stop(90%, #26292a));
		background: linear-gradient(to bottom, #66666c 10%, #2f3233 40%, #2f3233 60%, #26292a 90%);
		border-radius: 2.5rem;
		position: relative;
		padding: .65rem .65rem .5rem .65rem;
		border: 2px solid #4d4d4d;
		-webkit-box-shadow:
				0 .35rem 0 0 #343434, .25rem .75rem .25rem RGBA(0, 0, 0, .15), inset 0 2px 4px rgba(255, 255, 255, 0.9), inset 0 -2px 6px rgba(0, 0, 0, 0.2);
		box-shadow:
				0 .35rem 0 0 #343434, .25rem .75rem .25rem RGBA(0, 0, 0, .15), inset 0 2px 4px rgba(255, 255, 255, 0.9), inset 0 -2px 6px rgba(0, 0, 0, 0.2);
}
.thick-card > .info {
		background-color: #ffffff;
		padding: .75rem;
		width: 100%;
		height: 100%;
		border-radius: 1.85rem;
		-webkit-box-shadow:
				0 .35rem 0 0 #ccc, .125rem .5rem .35rem RGBA(0, 0, 0, .125), 0 10px 24px rgba(0, 0, 0, 0.18), inset 0 2px 4px rgba(255, 255, 255, 0.9), inset 0 -2px 6px rgba(0, 0, 0, 0.08);
		box-shadow:
				0 .35rem 0 0 #ccc, .125rem .5rem .35rem RGBA(0, 0, 0, .125), 0 10px 24px rgba(0, 0, 0, 0.18), inset 0 2px 4px rgba(255, 255, 255, 0.9), inset 0 -2px 6px rgba(0, 0, 0, 0.08);
		position: relative;
		z-index: 1;
}
.card_tag {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f80d1a), to(#ac0202));
		background: linear-gradient(to bottom, #f80d1a 30%, #ac0202 100%);
		border-radius: 1rem 1rem 0 0;
		position: absolute;
		top: calc(-40px + .75rem);
		left: 0;
		right: 0;
		margin: auto;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		height: 40px;
		padding: .75rem 3rem;
		min-width: 250px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border: 2px solid #dc3c3c;
		-webkit-box-shadow:
				inset 0 3px 5px rgba(255, 255, 255, 0.9), inset 0 -4px 6px #ac0202;
		box-shadow:
				inset 0 3px 5px rgba(255, 255, 255, 0.9), inset 0 -4px 6px #ac0202;
		font-size: 1.25rem;
		color: #ffffff;
		text-shadow: 0 .25rem .25rem RGBA(0, 0, 0, .25);
		letter-spacing: 2px;
		font-weight: 500;
}
.card_three .card_tag {
		min-width: inherit;
}
.is-dark .card_tag {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #9fa0a4), color-stop(80%, #5c5c63));
		background: linear-gradient(to bottom, #9fa0a4 10%, #5c5c63 80%);
		border: 2px solid #4d4d4d;
		-webkit-box-shadow:
				inset 0 2px 3px rgba(255, 255, 255, 0.9), inset 0 -4px 6px #4d4d4d;
		box-shadow:
				inset 0 2px 3px rgba(255, 255, 255, 0.9), inset 0 -4px 6px #4d4d4d;
}
@-webkit-keyframes float-question {
		0% {
				-webkit-transform: translateY(0px);
				transform: translateY(0px);
		}
		50% {
				-webkit-transform: translateY(-10px);
				transform: translateY(-10px);
		}
		100% {
				-webkit-transform: translateY(0px);
				transform: translateY(0px);
		}
}
@keyframes float-question {
		0% {
				-webkit-transform: translateY(0px);
				transform: translateY(0px);
		}
		50% {
				-webkit-transform: translateY(-10px);
				transform: translateY(-10px);
		}
		100% {
				-webkit-transform: translateY(0px);
				transform: translateY(0px);
		}
}
.is-dark .card_tag .icon.icon_q_1 {
		max-width: 20px;
		margin-right: 15px;
		display: inline-block;
		-webkit-animation: float-question 1s ease-in-out infinite;
		animation: float-question 1s ease-in-out infinite;
}
.is-dark .card_tag .icon.icon_q_2 {
		max-width: 30px;
		margin-left: 15px;
		display: inline-block;
		-webkit-animation: float-question 1s ease-in-out infinite;
		animation: float-question 1s ease-in-out infinite;
		-webkit-animation-delay: 0.4s;
		animation-delay: 0.4s;
}
.thick-card .turn {
		max-width: 60px;
		margin: 0 0 1rem auto;
}
.thick-card .remark_text {
		font-size: 1rem;
}
.thick-card.card_four .remark_text {
		font-size: .875rem;
}
.thick-card.card_four .remark_text.large {
		font-size: 1rem;
}
.thick-card .head {
		font-size: 1.35rem;
		font-weight: bold;
}
.thick-card .head small {
		font-size: 70%;
		font-weight: 500;
}
.thick-card .head .is_icon {
		max-width: 45px;
		display: inline-block;
}
.thick-card .head .no {
		font-size: 2.75rem;
		font-weight: bold;
		line-height: 1;
}
.thick-card .head .no .is_large {
		font-size: 150%;
}
.thick-card .head .no small {
		font-weight: bold;
}
.thick-card.card_one .gift_view {
		max-width: 80%;
		margin: auto;
}
.thick-card.card_two .gift_view {
		max-width: 120px;
		margin: auto;
}
.thick-card.card_one .gift_view, .thick-card.card_two .gift_view {
		min-height: 100px;
}
.thick-card.card_one .head, .thick-card.card_two .head {
		min-height: 70px;
}
.thick-card.card_three .gift_view {
		max-width: 180px;
		margin: auto;
		min-height: 100px;
}
.thick-card.card_three .max_1 {
		min-width: calc(50% - .5rem);
		text-align: end;
		padding: 0 1rem;
}
.thick-card.card_three .max_2 {
		min-width: calc(50% - .5rem);
		text-align: start;
		padding: 0 1rem;
}
.thick-card.card_three .is_plus {
		min-width: 40px;
		display: inline-block;
}
.thick-card.card_three .head {
		text-align: center;
		text-wrap: nowrap;
}
@-webkit-keyframes float-chest {
		0% {
				-webkit-transform: translateY(0px);
				transform: translateY(0px);
		}
		50% {
				-webkit-transform: translateY(-20px);
				transform: translateY(-20px);
		}
		100% {
				-webkit-transform: translateY(0px);
				transform: translateY(0px);
		}
}
@keyframes float-chest {
		0% {
				-webkit-transform: translateY(0px);
				transform: translateY(0px);
		}
		50% {
				-webkit-transform: translateY(-20px);
				transform: translateY(-20px);
		}
		100% {
				-webkit-transform: translateY(0px);
				transform: translateY(0px);
		}
}
.thick-card .more_box {
		right: 1rem;
		bottom: 1rem;
		max-width: 160px;
		pointer-events: none;
		-webkit-animation: float-chest 2.5s ease-in-out infinite;
		animation: float-chest 2.5s ease-in-out infinite;
}
/************************
SPACE
************************/
.container-xxl {
		margin: 0 auto;
		width: 100%;
		max-width: 1100px;
}
.key-visual .container-xxl {
		max-width: 100%;
		margin: auto;
}
@media only screen and (min-width:1920px) {
		.key-visual .container-xxl {
				max-width: 100%;
		}
}
/************************
BUTTON
************************/
a.btn-event {
		display: inline-block;
		border-radius: 1rem;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f50000), to(#d10000));
		background: linear-gradient(to bottom, #f50000 30%, #d10000 100%);
		color: #ffffff;
		padding: .875rem 2rem .5rem 2rem;
		font-size: 1.25rem;
		font-weight: 500;
		line-height: 1;
		margin-bottom: .5rem;
		border: 0 !important;
		-webkit-box-shadow: 0 .5rem 0 0 #6b0101, 0 1rem .25rem RGBA(0, 0, 0, .15), inset 0 5px 5px 0 rgba(255, 255, 255, 0.75) !important;
		box-shadow: 0 .5rem 0 0 #6b0101, 0 1rem .25rem RGBA(0, 0, 0, .15), inset 0 5px 5px 0 rgba(255, 255, 255, 0.75) !important;
		text-shadow: 0 .25rem .25rem RGBA(0, 0, 0, .25);
		letter-spacing: 1px;
}
a.btn-event .icon {
		position: relative;
		max-width: 15px;
		margin-right: .5rem;
		display: inline-block;
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f50000), to(#f50000));
		background: linear-gradient(to bottom, #f50000 30%, #f50000 100%);
		-webkit-box-shadow: 0 .25rem 0 0 #580101, 0 .5rem .25rem RGBA(0, 0, 0, .15), inset 0 3px 3px 0 rgba(255, 255, 255, 0.75) !important;
		box-shadow: 0 .25rem 0 0 #580101, 0 .5rem .25rem RGBA(0, 0, 0, .15), inset 0 3px 3px 0 rgba(255, 255, 255, 0.75) !important;
}
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);
}
/************************
REMARK
************************/
/* 基本樣式 */
.remark-hint {
		font-size: .75rem;
		letter-spacing: normal;
}
/************************
INFO CARD
************************/
.remark_text.large {
		font-size: .95rem;
}
.remark_text {
		font-size: .75rem;
}
.info-card .is-title {
		max-width: 280px;
		margin-bottom: 2rem;
}
.info-card .title {
		font-size: 1.75rem;
		letter-spacing: 2px;
		line-height: 1.35;
}
.point_card {
		border-radius: 1.5rem;
		padding: 1rem 1rem;
		background-color: #ffffff;
		margin: auto;
		-webkit-box-shadow: 0 0 .5rem .125rem RGBA(0, 0, 0, .15);
		box-shadow: 0 0 .5rem .125rem RGBA(0, 0, 0, .15);
}
.point_card .head {
		font-size: 1rem;
}
.point_card .icon_item {
		margin: 0 auto .25rem auto;
		max-width: 100px;
}
.info-card .text .no, .info-card .title .no {
		font-size: 150%;
		line-height: 1;
		position: relative;
		top: 2px;
}
.info-card .text .no {
		font-size: 120%;
}
.info-card .text .no.large {
		font-size: 160%;
}
.info-card .text .no small, .info-card .title .no small {
		font-size: 80%;
}
.info-card .date {
		font-size: 1.25rem;
		font-weight: 500;
		color: #333333;
}
.info-card .date .badge {
		font-size: 1.125rem;
		font-weight: 500;
		color: #ffffff;
		background-color: #000000;
		border-radius: 5rem;
		padding: .35rem .75rem;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.info-card .date .badge.is-red {
		background-color: #cc0000;
}
.info-card .point_box {
		padding: 1.5rem 1rem;
		background-color: #ffffff;
		border-radius: 1.75rem;
		font-size: 1.125rem;
		font-weight: 600;
}
.info-card .point_box .is-star {
		display: inline-block;
		margin: 0 2px;
		font-size: 90%;
}
.info-card .point_box .has-border {
		position: relative;
		padding: 0 .5rem;
}
.info-card .point_box .has-border::after {
		content: '';
		width: 1px;
		height: 100%;
		max-height: calc(100% - .5rem);
		display: block;
		background-color: #000000;
		position: absolute;
		right: 2px;
		top: 0;
		bottom: 0;
		margin: auto;
}
.info-card .point_box small {
		font-size: .875rem;
		color: #000000;
		font-weight: normal;
		display: inline-block;
}
.info-card .text {
		font-size: 1rem;
}
.info-card .event_group {
		max-width: 86%;
		margin-left: auto;
		margin-right: auto;
}
.info-card .point_box {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
}
.info-card.none .title {
		font-size: 2rem;
}
.info-card.none .text {
		font-size: 1.125rem;
}
.info-card.none .point_box {
		font-size: 1.5rem;
}
/************************
Toggle Button
************************/
.toggle-button {
		position: relative;
		float: left;
		display: none;
		left: 0;
		width: 46px;
		height: 46px;
		padding: 18px 15px;
		-webkit-transition: .25s;
		transition: .25s;
		z-index: 999;
}
.toggle-button:hover {
		cursor: pointer;
}
.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;
		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 (max-width: 991px) {
		.toggle-button {
				display: inline-block;
		}
}
/************************
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;
}
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;
		text-align: start;
}
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) {
		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;
				transition: all 0.3s ease-in-out;
				background-color: RGBA(0, 0, 0, 0.8);
		}
		.overlay.open {
				opacity: 0.8;
				visibility: visible;
		}
		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;
				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%;
				text-align: start;
		}
		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;
				padding: 9px 13px;
		}
		header .h_menu ul.menu-bottom a span {
				position: absolute;
				right: 5px;
				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 {
				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;
		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;
		font-weight: 500;
}
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;
				text-align: start;
		}
		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;
		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 {
		background-color: rgb(72, 72, 72);
}
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: 480px) {
		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 {
		background-color: #00000b;
}
.key-visual .star_group {
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		pointer-events: none;
		z-index: 2;
		width: 100%;
		height: 100%;
}
.key-visual .topic {
		left: 18%;
		right: auto;
		top: 0;
		bottom: 10%;
		margin: auto;
		z-index: 2;
		max-width: 30vw;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.key-visual .topic img {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
}
.key-visual .kv_block {
		max-width: 100%;
		margin: auto;
}
.key-visual .is_light {
		right: auto;
		left: 0;
		top: auto;
		bottom: 15%;
		margin: auto;
		max-width: 15vw;
		opacity: 1;
		z-index: 2;
}
.key-visual.is-time .topic > img.kv_topic_1 {
		-webkit-animation: bounceIn .5s ease both;
		animation: bounceIn .5s ease both;
		-webkit-animation-delay: .35s;
		animation-delay: .35s;
}
.key-visual.is-time .topic > img.kv_topic_2 {
		-webkit-animation: bounceIn .5s ease both;
		animation: bounceIn .5s ease both;
		-webkit-animation-delay: .85s;
		animation-delay: .85s;
}
@-webkit-keyframes bounceIn {
		0% {
				opacity: 0;
				-webkit-transform: scale(0.3);
				transform: scale(0.3);
		}
		50% {
				opacity: 1;
				-webkit-transform: scale(1.05);
				transform: scale(1.05);
		}
		70% {
				-webkit-transform: scale(0.9);
				transform: scale(0.9);
		}
		100% {
				opacity: 1;
				-webkit-transform: scale(1);
				transform: scale(1);
		}
}
@keyframes bounceIn {
		0% {
				opacity: 0;
				-webkit-transform: scale(0.3);
				transform: scale(0.3);
		}
		50% {
				opacity: 1;
				-webkit-transform: scale(1.05);
				transform: scale(1.05);
		}
		70% {
				-webkit-transform: scale(0.9);
				transform: scale(0.9);
		}
		100% {
				opacity: 1;
				-webkit-transform: scale(1);
				transform: scale(1);
		}
}
@media (min-width: 1920px) {
		.key-visual .topic > img {
				width: 550px;
		}
		.key-visual .topic {
				width: 550px;
		}
		.key-visual .is_light {
				max-width: 300px;
		}
		.key-visual .is_bg {
				width: 2560px;
		}
}
@media (min-width: 2560px) {
		.key-visual .topic > img {
				width: 650px;
		}
		.key-visual .topic {
				width: 650px;
		}
		.key-visual .star_group, .key-visual .kv_block, .key-visual .is_bg {
				max-width: 2560px;
		}
		.key-visual .is_bg {
				width: 2560px;
		}
		.key-visual .is_light {
				max-width: 400px;
		}
}
@media (max-width: 1199px) {
		.key-visual .topic {
				max-width: 30vw;
		}
}
@media (max-width: 576px) {
		.key-visual .topic {
				top: 10%;
				bottom: auto;
				left: 8%;
				max-width: 55vw;
		}
		.key-visual .is_light {
				max-width: 25vw;
				bottom: 0;
		}
		.key-visual .star_group {
				opacity: .75;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.key-visual .topic {
				max-width: 35vw;
				top: 10%;
				left: 15%;
		}
		.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: 15%;
				bottom: 0;
		}
}
@media (max-width: 320px) {
		.key-visual .topic {
				max-width: 55vw;
				left: 5%;
		}
}
/***************************
BLOCK
***************************/
.content_bg {
		background-color: #00000b;
}
.content_bg::after {
		background-image: url("../images/content_bg_n.jpg");
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
		background-color: transparent;
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		margin: auto;
}
.content_bot_bg {
		background-image: url("../images/event_bg_n.jpg");
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
		background-color: #00000b;
}
.info-card {
		max-width: 100%;
		margin: auto;
		background-color: transparent;
		padding: 2rem 2rem 6rem 2rem;
		border-radius: 2rem;
}
.info-card:not(.none)::after {
		content: '';
		width: 100%;
		height: calc(100% + 6rem);
		background-color: RGBA(255, 255, 255, .85);
		border-radius: 2rem;
		position: absolute;
		left: 0;
		right: 0;
		top: -6rem;
		z-index: -1;
}
.info-card.last {
		margin-top: 7rem !important;
}
.info-card.last:not(.none)::after {
		height: calc(100% + 1rem);
		top: -1rem;
		-webkit-box-shadow: 0 .5rem 0 0 #ccc, 0 .5rem .5rem RGBA(0, 0, 0, .25);
		box-shadow: 0 .5rem 0 0 #ccc, 0 .5rem .5rem RGBA(0, 0, 0, .25);
}
.info-card.none {
		max-width: 60%;
		margin: auto;
		background-color: transparent;
		padding: 0;
		border-radius: 0;
}
/************************
TAG NAV
************************/
.tag-nav {
		border-bottom: 2px solid #dd455c;
		margin: 0 auto 1rem auto;
		top: 50px;
		max-width: 88%;
		/*background-color: RGBA(255,255,255, .75);*/
		backdrop-filter: blur(.5rem);
}
.tag-nav li {
		padding: 1rem 4rem;
}
.tag-nav li a {
		font-size: 1.35rem;
		color: #000;
		font-weight: 600;
		position: relative;
		display: block;
		text-shadow:
				0 0 6px rgba(255, 255, 255, 0.9), 0 0 12px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 35px rgba(255, 255, 255, 0.5);
}
.tag-nav li a::after {
		content: '';
		width: 30px;
		height: 20px;
		display: block;
		background-image: url("../images/tag_arrow.png");
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -22px;
		pointer-events: none;
		margin: auto;
		opacity: 0;
}
.tag-nav li a.active::after, .tag-nav li a:hover::after {
		opacity: 1;
}
.tag-nav li .icon-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
}
.tag-nav li .icon-box .icon {
		max-width: 70px;
		left: -70px;
		position: absolute;
}
.tag-nav li a::after, .tag-nav li a:hover::after {
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
}
@-webkit-keyframes float-tag {
		0% {
				-webkit-transform: scale(1);
				transform: scale(1);
		}
		50% {
				-webkit-transform: scale(1.15);
				transform: scale(1.15);
		}
		100% {
				-webkit-transform: scale(1);
				transform: scale(1);
		}
}
@keyframes float-tag {
		0% {
				-webkit-transform: scale(1);
				transform: scale(1);
		}
		50% {
				-webkit-transform: scale(1.15);
				transform: scale(1.15);
		}
		100% {
				-webkit-transform: scale(1);
				transform: scale(1);
		}
}
.tag-nav li .icon-box .icon {
		-webkit-animation: float-tag .75s ease-in-out infinite;
		animation: float-tag .75s ease-in-out infinite;
}
.stellar-block {
		scroll-margin-top: calc(150px + 12px);
}
/************************
RWD
************************/
@media screen and (min-width:2560px) {
		.content_bot_bg, .content_bg {
				background-size: 2560px auto;
		}
		.content_bg::after {
				max-width: 2560px;
		}
		.description_block {
				background-color: #00000b;
		}
}
@media (max-width:1199px) {
		.info-card .text, .info-card .date .badge, .info-card .date {
				font-size: 1rem;
		}
		.info-card .title {
				font-size: 1.5rem;
		}
		a.btn-event {
				width: auto;
				min-width: 160px;
				height: 40px;
				line-height: 40px;
				font-size: 1rem;
				padding: .125rem 1rem 0 1rem;
				text-align: center;
		}
		.thick-card.card_three .gift_view {
				max-width: 15vw;
				min-height: 80px;
		}
		.thick-card .remark_text {
				font-size: .875rem;
		}
		.thick-card.card_three .is_plus {
				min-width: 30px;
		}
		.remark_text.large {
				font-size: .85rem;
		}
		.info-card {
				max-width: 88%;
		}
		.tag-nav {
				top: 50px;
				max-width: 77%;
		}
		.info-card .event_group, .info-card .point_box {
				max-width: 96%;
		}
		.info-card .point_box {
				padding: 1rem .5rem;
				font-size: 1rem;
		}
		.info-card .point_box small {
				font-size: .75rem;
				line-height: 1.75;
				display: inline-block;
		}
		.card_tag {
				font-size: 1.125rem;
				min-width: 200px;
		}
		.thick-card .turn {
				max-width: 5vw;
		}
		.thick-card .head {
				font-size: 1.25rem;
		}
		.thick-card.card_three .head {
				min-height: 60px;
		}
		.thick-card .head .no {
				font-size: 2.5rem;
		}
		.thick-card .head .is_icon {
				max-width: 4vw;
		}
		.thick-card.card_one .gift_view {
				max-width: 80%;
				min-height: 80px;
		}
		.thick-card.card_two .gift_view {
				max-width: 10vw;
				min-height: 80px;
		}
		.is-dark .card_tag .icon.icon_q_1 {
				max-width: 2.5vw;
		}
		.is-dark .card_tag .icon.icon_q_2 {
				max-width: 3vw;
		}
		.info-card .is-title {
				max-width: 20vw;
				margin-bottom: 1.5rem;
		}
		.tag-nav li a {
				font-size: 1.25rem;
		}
		.tag-nav li .icon-box .icon {
				max-width: 5vw;
				left: -50px;
		}
		.info-card.last {
				margin-top: 5rem !important;
		}
		.info-card {
				padding: 2rem 2rem 4rem 2rem;
		}
		.info-card.none .title {
				font-size: 1.75rem;
		}
		.info-card.none .text {
				font-size: 1rem;
		}
		.info-card.none .point_box {
				font-size: 1.25rem;
		}
		.info-card.none {
				max-width: 80%;
		}
		.thick-card .more_box {
				max-width: 13vw;
		}
		.tag-nav li a::after {
				width: 25px;
				height: 18px;
				bottom: -24px;
		}
}
@media (max-width:991px) {
		.info-card .text {
				font-size: 1rem;
		}
		.description {
				font-size: .85rem;
		}
		.info-card .title .no {
				font-size: 160%;
				line-height: 1.25
		}
		.info-card .title {
				font-size: 1.25rem;
		}
		.point_card {
				font-size: .85rem;
		}
		.point_card .title {
				font-size: 1.25rem;
		}
		.info-card .is-title {
				max-width: 18vw;
				margin-bottom: 1rem;
		}
		.tag-nav li {
				padding: 1rem 2rem;
		}
		.info-card:not(.none)::after {
				height: calc(100% + 5rem);
				top: -5rem;
		}
		.tag-nav li a {
				font-size: 1.125rem;
		}
		.tag-nav {
				margin-bottom: 0;
				;
		}
		.info-card .text, .info-card .date .badge, .info-card .date {
				font-size: .875rem;
		}
		.info-card .point_box .has-border::after {
				display: none;
		}
		.is-dark .card_tag, .card_tag {
				font-size: 1rem;
				min-width: 170px;
				padding: .75rem 1rem;
		}
		.is-dark .card_tag .icon.icon_q_1 {
				margin-right: 8px;
		}
		.is-dark .card_tag .icon.icon_q_2 {
				margin-left: 8px;
		}
		.thick-card.is-dark, .thick-card {
				padding: .5rem .5rem .5rem .5rem;
		}
		.thick-card .turn {
				max-width: 6.5vw;
		}
		.thick-card.card_one .gift_view {
				max-width: 90%;
		}
		.thick-card.card_two .gift_view {
				max-width: 11vw;
		}
		.thick-card.card_one .gift_view, .thick-card.card_two .gift_view {
				min-height: 60px;
		}
		.thick-card.card_three .gift_view {
				max-width: 18vw;
				min-height: 70px;
				margin-bottom: .5rem;
		}
		.thick-card.card_three .is_plus {
				min-width: 25px;
		}
		.thick-card .head {
				font-size: 1rem;
		}
		.thick-card.card_one .head, .thick-card.card_two .head {
				min-height: 50px;
		}
		.thick-card .remark_text {
				font-size: .75rem;
		}
		.thick-card .head .no .is_large {
				font-size: 140%;
		}
		.thick-card .head .no {
				font-size: 1.5rem;
		}
		.thick-card.card_two .no {
				position: relative;
				bottom: 5px;
		}
		a.btn-event {
				border-radius: .75rem;
				padding: .125rem 1rem 0 1rem;
				font-size: 1rem;
				-webkit-box-shadow: 0 .25rem 0 0 #6b0101, 0 .5rem .25rem RGBA(0, 0, 0, .15), inset 0 5px 5px 0 rgba(255, 255, 255, 0.75);
				box-shadow: 0 .25rem 0 0 #6b0101, 0 .5rem .25rem RGBA(0, 0, 0, .15), inset 0 5px 5px 0 rgba(255, 255, 255, 0.75)
		}
		a.btn-event .icon {
				max-width: 12px;
				margin-right: .25rem;
		}
		.info-card.none .title {
				font-size: 1.5rem;
		}
		.info-card.none .text {
				font-size: .875rem;
		}
		.info-card.none .point_box {
				font-size: 1rem;
		}
		.info-card.none {
				max-width: 90%;
		}
		.point_card .icon_item {
				max-width: 10vw;
		}
}
@media (max-width:991px) and (orientation: landscape) {
		.info-card .card_one, .info-card .card_two {
				max-width: 60%;
				margin: auto;
		}
		.thick-card.card_three, .thick-card.card_two {
				position: relative;
				top: 4rem;
		}
		.thick-card.card_two .gift_view {
				max-width: 13vw;
				min-height: 80px;
		}
		.thick-card.card_three .gift_view {
				max-width: 20vw;
				min-height: 80px;
		}
		.thick-card.card_three .is_plus {
				min-width: 30px;
				width: 30px;
				padding-bottom: 1rem;
		}
		.info-card:not(.none)::after {
				height: calc(100% + 8rem);
				top: -5rem;
		}
		.info-card.last {
				margin-top: 7.5rem !important;
		}
		.info-card.last .event_group {
				max-width: 100%;
		}
		.info-card .event_group, .info-card .point_box {
				max-width: 100%;
		}
}
@media (max-width:767px) {
		.info-card.none {
				max-width: 100%;
		}
		.thick-card.card_four .remark_text.large {
				font-size: .875rem;
		}
}
@media (max-width:576px) {
		.info-card .is-title {
				max-width: 38vw;
				margin-bottom: 1rem;
		}
		.thick-card .more_box {
				max-width: 30vw;
				right: -2rem;
				bottom: -5rem;
		}
		.thick-card.card_three .info > .d-inline-flex {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
		}
		.tag-nav li {
				padding: 1rem 2rem;
		}
		.tag-nav li .icon-box .icon {
				max-width: 13vw;
				left: -3.25rem;
		}
		.tag-nav li a {
				font-size: 1rem;
		}
		.tag-nav li a::after {
				width: 20px;
				height: 15px;
		}
		.tag-nav {
				max-width: 90%;
		}
		.content_bg::after {
				background-image: url(../images/content_bg_n_m.jpg);
				background-repeat: no-repeat;
				background-size: 100% auto;
				background-position: center top;
		}
		.info-card .date {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
		}
		a.btn-event {
				min-width: 160px;
				width: auto;
				height: 45px;
				line-height: 45px;
				padding: 0 1rem;
		}
		.info-card {
				max-width: 95%;
				padding: 1rem 1.25rem 3rem 1.25rem;
		}
		.info-card .title {
				font-size: 1.125rem;
				letter-spacing: normal;
		}
		.info-card .text {
				font-size: 1rem;
				line-height: 1.75;
		}
		.thick-card.card_two .gift_view {
				max-width: 25vw;
		}
		.thick-card.card_one .gift_view, .thick-card.card_two .gift_view {
				min-height: 88px;
		}
		.thick-card .turn {
				max-width: 12vw;
		}
		.thick-card.card_two {
				top: 3rem;
				position: relative;
		}
		.thick-card.card_three {
				top: 2rem;
				position: relative;
		}
		.thick-card.card_one .gift_view, .thick-card.card_two .gift_view, .thick-card .head {
				font-size: 1.125rem;
		}
		.thick-card.card_four .head {
				font-size: 1rem;
		}
		.thick-card.card_two .no {
				position: relative;
				bottom: 5px;
		}
		.thick-card .head small {
				font-size: .75rem;
		}
		.thick-card .head .is_icon {
				max-width: 9vw;
		}
		.thick-card.card_three .gift_view {
				max-width: 40vw;
				min-height: inherit;
				margin-bottom: .5rem;
		}
		.thick-card.card_three .head {
				min-height: inherit;
				font-size: 1rem;
		}
		.thick-card.card_three .max_1, .thick-card.card_three .max_2 {
				min-width: 100%;
				text-align: center;
				padding: 0;
		}
		.thick-card.card_three .is_plus {
				min-width: 25px;
				width: 25px;
				margin: 1rem auto !important;
		}
		.info-card .event_group, .info-card .point_box {
				max-width: 100%;
		}
		.info-card.first .point_box {
				-webkit-box-shadow: 0 0 .35rem RGBA(0, 0, 0, .125);
				box-shadow: 0 0 .35rem RGBA(0, 0, 0, .125);
				padding: 1.5rem .5rem;
		}
		.info-card.none .title {
				font-size: 1.25rem;
		}
		.is-dark .card_tag .icon.icon_q_1 {
				max-width: 4vw;
		}
		.is-dark .card_tag .icon.icon_q_2 {
				max-width: 5vw;
		}
		.point_group {
				max-width: 77%;
				margin: auto;
		}
		.content_bot_bg {
				background-image: url(../images/event_bg_n_m.jpg);
				background-color: #cbcbcb;
		}
		.point_card .icon_item {
				max-width: 15vw;
		}
		.info-card.last {
				margin-top: 4rem !important;
		}
		.info-card:not(.none)::after {
				height: calc(100% + 6rem);
				top: -4.5rem;
		}
		.info-card .point_box small {
				font-size: .875rem;
				line-height: 1.5;
				display: inline-block;
		}
		.info-card .date .badge {
				font-size: .75rem;
				padding: .25rem .5rem;
		}
		.info-card .text, .info-card .date {
				font-size: .875rem;
		}
		.info-card .point_box .has-border {
				margin-bottom: .25rem;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.content_bg::after {
				background-image: url(../images/content_bg_n.jpg);
		}
		.info-card.first .point_box {
				display: -webkit-box !important;
				display: -ms-flexbox !important;
				display: flex !important;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
		}
		.info-card.first .point_box small br {
				display: none !important;
		}
		.tag-nav li .icon-box .icon {
				max-width: 10vw;
				left: -3.5rem;
		}
		.thick-card.card_two .gift_view {
				max-width: 16vw;
		}
		.thick-card.card_three .info > .d-inline-flex {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row;
				-webkit-box-pack: center !important;
				-ms-flex-pack: center !important;
				justify-content: center !important;
		}
		.thick-card.card_three .max_1, .thick-card.card_three .max_2 {
				min-width: calc(50% - .5rem);
				margin-bottom: 0 !important;
		}
		.thick-card .more_box {
				max-width: 20vw;
				right: -2rem;
				bottom: -6rem;
		}
		.info-card.none {
				max-width: 100%;
		}
		.point_card .icon_item {
				max-width: 10vw;
		}
		.point_card .head {
				font-size: .875rem;
		}
		.point_group {
				max-width: 100%;
		}
		.point_group .col-sm-4 {
				width: 33.3%;
		}
		.thick-card.card_three .gift_view {
				max-width: 22vw;
				min-height: inherit;
				margin-bottom: .5rem;
		}
		.thick-card.card_three .head {
				margin-bottom: 1rem;
		}
		.thick-card .turn {
				max-width: 10vw;
		}
		.info-card .text br, .info-card .date br, .d-sm-none.d-block {
				display: none !important;
		}
		.info-card .is-title {
				max-width: 25vw;
				margin-bottom: 1rem;
		}
}
@media (max-width:375px) {
		.info-card {
				max-width: 98%;
				padding: 1rem .75rem 3rem .75rem;
		}
		.info-card .date .badge {
				margin-right: .25rem !important;
		}
}
@media (max-width:320px) {
		.info-card .text {
				font-size: .875rem;
				line-height: 1.75;
		}
		.info-card .title {
				font-size: 1.125rem;
		}
		.tag-nav li .icon-box .icon {
				max-width: 12vw;
				left: -2.5rem;
		}
		.d-xs-block {
				display: block !important;
		}
		.d-xs-none {
				display: none !important;
		}
		.info-card {
				padding: 1rem .5rem 3rem .5rem;
		}
		.info-card .event_group, .info-card .point_box {
				max-width: 95%;
		}
		.thick-card .head .is_icon {
				max-width: 8vw;
		}
		.thick-card.card_one .gift_view, .thick-card.card_two .gift_view {
				min-height: 68px;
		}
}
/************************
DESCRIPTION
************************/
.description_block {
		background-color: #dbdbdb;
}
.description {
		background-color: #dbdbdb;
		font-size: 1rem;
}
.description div a {
		color: #0644ff;
}
.description a:hover {
		text-decoration: underline;
}
.description .table tr, .description .table td {
		background-color: transparent;
		border-color: #000000;
}
.description .table thead th {
		background-color: RGBA(255, 255, 255, 0);
}
/************************
DRAWER-ITEM 
************************/
.line_1 {
		width: 100%;
		display: block;
		height: 1px;
		border-top: 1px solid #000000;
}
.drawer-item {
		width: 100%;
}
.drawer-header {
		margin: 0px;
		display: block;
		color: #000000;
		padding: 6px 0;
		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: 40px;
		color: #000000;
}
.drawer-item-active .drawer-header-icon {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
}
.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;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
}
.drawer-content {
		width: 100%;
		padding: .5rem;
		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;
		}
		.drawer-header .title {
				font-size: 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) {
		.description .table th, .description .table td {
				line-height: 1.5;
				text-wrap: nowrap;
		}
		.drawer-content {
				font-size: 14px;
		}
		.drawer-item {
				padding: 0;
		}
		.drawer-content {
				word-wrap: break-word;
				word-break: break-all;
				text-align: start;
				padding: 1rem;
		}
}
@media screen and (max-width:320px) {
		.drawer-content {
				font-size: 12px;
		}
}
/************************
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: 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(.6);
				-ms-transform: scale(.6);
				transform: scale(.6);
				bottom: 1rem;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: 1rem;
		}
}
/************************
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;
		}
}