a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: #000000;
		border: 0 !important;
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
}
.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.large > li.none, .has-indent > li {
		margin-left: 1.5rem;
		text-indent: -1.5rem;
}
.has-indent.large > li {
		margin-left: 2.25rem;
		text-indent: -2.25rem;
}
.has-indent > li 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', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-size: 1rem;
		font-optical-sizing: auto;
		font-style: normal;
}
.no {
		font-family: 'Public Sans', 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.check_card.basic_mode .card-header .subtitle, .award_block .text b, .info-card .title {
		font-family: 'Public Sans', 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
h1, h2 {
		font-family: 'Public Sans', 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.remark-text a {
		color: #0644ff;
}
.remark-text a:hover, .remark-text a:focus {
		color: #000000;
}
br.d-xs-block {
		display: none !important;
}
@media (min-width:1200px) {
		.has-indent.large > li {
				margin-left: 2.75rem;
				text-indent: -2.75rem;
		}
}
/*------------------------------------------ 
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%;
		}
}
@keyframes sweep {
		0% {
				left: -100%;
		}
		100% {
				left: 200%;
		}
}
/************************
REMARK
************************/
/* 基本樣式 */
.remark-icon {
		display: inline-block;
		width: 12px;
		height: 12px;
		left: 0;
		top: 8px;
		bottom: auto;
		margin: auto;
}
.remark-hint {
		font-size: .75rem;
		letter-spacing: normal;
		font-weight: normal;
}
.remark-icon.plus::before, .remark-icon.plus::after {
		content: '';
		position: absolute;
		background-color: #ffffff;
}
.remark-icon.plus::before {
		width: 100%;
		height: 3px;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
}
.remark-icon.plus::after {
		width: 3px;
		height: 100%;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
}
.remark-icon::before, .remark-icon.minus::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #ffffff;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
}
.remark-head {
		cursor: pointer;
		padding: .5rem 1.75rem .5rem 1rem;
		background-color: #d27850;
		color: #ffffff;
		font-size: 1.125rem;
		margin-bottom: 0;
		font-weight: 500;
}
.remark-title {
		padding-left: 1.25rem;
}
.remark-head .icon {
		max-width: 15px;
		right: 1rem;
		left: auto;
		top: .75rem;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
}
.remark-head.active .icon {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
}
.remark-content {
		padding: 1rem;
		background-color: #ffedc9;
		font-size: .875rem;
}
/************************
BG ITEM
************************/
.bg_item_group {
		max-width: 100%;
		left: 0;
		right: 0;
		margin: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		pointer-events: none;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		z-index: 2;
}
.bg_item_group img {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-o-object-fit: contain;
		object-fit: contain;
		pointer-events: none;
}
.bg_item_group.is-top {
		top: 20%;
		bottom: auto;
}
.bg_item_group.is-bottom {
		bottom: 5%;
		top: auto;
}
.bg_item_l1 {
		max-width: 10vw;
}
.bg_item_l2 {
		max-width: 6vw;
}
.bg_item_r1 {
		max-width: 10vw;
}
.bg_item_r2 {
		max-width: 12vw;
}
.bg_item_1a {
		max-width: 30vw;
		bottom: 5%;
		right: 5%;
		pointer-events: none;
}
.bg_item_2a {
		max-width: 18vw;
		left: -6%;
		top: -4rem;
		bottom: auto;
		margin: auto;
		pointer-events: none;
}
.bg_item_3a {
		max-width: 16vw;
		margin-right: 1rem;
		pointer-events: none;
}
.bg_item_4a {
		max-width: 6vw;
		position: relative;
		top: -1rem;
}
@media (min-width:1600px) {
		.bg_item_2a {
				max-width: 280px;
				left: -10%;
				top: -6rem;
		}
		.bg_item_l1 {
				max-width: 180px;
		}
		.bg_item_r1 {
				max-width: 180px;
		}
		.bg_item_l2 {
				max-width: 110px;
		}
		.bg_item_r2 {
				max-width: 210px;
		}
		.bg_item_1a {
				max-width: 400px;
				bottom: 5%;
				right: 2%;
		}
		.bg_item_3a {
				max-width: 205px;
				margin-right: 2rem;
		}
}
@media (min-width:1920px) {
		.bg_item_group {
				max-width: 2560px;
		}
}
@media (max-width:1199px) {
		.bg_item_l2 {
				max-width: 4vw;
		}
		.bg_item_r2 {
				max-width: 8vw;
		}
		.bg_item_1a {
				max-width: 30vw;
				bottom: 10%;
				right: 5%;
		}
		.bg_item_2a {
				max-width: 18vw;
				left: -10%;
				top: -2.5rem;
		}
}
@media (max-width:991px) {
		.bg_item_1a {
				max-width: 32vw;
				bottom: 30%;
				right: 0;
		}
		.bg_item_2a {
				max-width: 18vw;
				left: -1%;
				top: -.75rem;
		}
		.bg_item_3a {
				max-width: 14vw;
				margin-right: 1rem;
				top: -.5rem;
		}
		.bg_item_l1 {
				max-width: 8vw;
		}
		.bg_item_l2 {
				max-width: 5vw;
		}
		.bg_item_r1 {
				max-width: 8vw;
		}
		.bg_item_r2 {
				max-width: 10vw;
		}
		.bg_item_group.is-bottom {
				bottom: 2%
		}
}
@media (max-width:767px) {
		.bg_item_1a {
				max-width: 33vw;
				bottom: 38%;
		}
		.bg_item_3a {
				max-width: 17vw;
				margin-right: 1rem;
				top: -.5rem;
		}
		.bg_item_l1 {
				max-width: 7vw;
		}
		.bg_item_l2 {
				max-width: 4vw;
		}
		.bg_item_r1 {
				max-width: 7vw;
		}
		.bg_item_r2 {
				max-width: 6vw;
		}
		.bg_item_group.is-bottom {
				bottom: 5%
		}
}
@media (max-width:576px) {
		.bg_item_1a {
				max-width: 50vw;
				top: auto;
				bottom: -40%;
				left: 0;
				right: 0;
				margin: 0 auto;
		}
		.bg_item_l1 {
				max-width: 10vw;
		}
		.bg_item_l2 {
				max-width: 10vw;
		}
		.bg_item_r1 {
				max-width: 10vw;
		}
		.bg_item_r2 {
				max-width: 15vw;
		}
		.bg_item_2a {
				max-width: 21vw;
				left: -.5rem;
				top: -5px;
				bottom: 0;
				margin: 0;
		}
		.bg_item_3a {
				max-width: 23vw;
				margin-right: 1rem;
				left: 7%;
				right: auto;
				top: auto;
				bottom: 5rem;
				position: absolute !important;
		}
		.bg_item_4a {
				max-width: 12vw;
				top: -.5rem;
		}
}
@media (max-width: 568px) and (orientation: landscape) {
		.bg_item_1a {
				max-width: 34vw;
		}
		.bg_item_l1 {
				max-width: 10vw;
		}
		.bg_item_l2 {
				max-width: 6vw;
		}
		.bg_item_r1 {
				max-width: 10vw;
		}
		.bg_item_r2 {
				max-width: 10vw;
		}
		.bg_item_group.is-bottom {
				bottom: 10%;
		}
}
@media (max-width:375px) {
		.bg_item_2a {
				max-width: 20vw;
		}
}
@media (max-width:320px) {
		.bg_item_2a {
				display: none !important;
		}
		.bg_item_1a {
				bottom: -30%;
		}
}
/************************
INFO CARD
************************/
.remark_text.large {
		font-size: .95rem;
}
.remark_text {
		font-size: .875rem;
}
.info-card .head {
		max-width: 300px;
		margin: 0 auto;
}
.info-card .title {
		font-size: 2.5rem;
		letter-spacing: 2px;
		font-weight: bold;
}
.info-card .title-tag {
		font-size: 1.75rem;
		padding: .5rem 3.5rem .25rem 3.5rem;
		color: #ffffff;
		background-color: #ff8a01;
		border-radius: .75rem .75rem 0 0;
		border: 3px solid #fef1d4;
		border-bottom-width: 0;
		letter-spacing: 2px;
}
.info-card .title-tag::before, .info-card .title-tag::after {
		content: '';
		position: absolute;
		width: 8px;
		height: 8px;
		display: block;
		top: 0;
		bottom: 0;
		margin: auto 0;
		background-color: #ffffff;
		border-radius: 5rem;
}
.info-card.is-last .title .tag {
		font-size: 2rem;
		padding: .5rem 1rem;
		color: #ffffff;
		background-color: #ff8a01;
		border-radius: 5rem;
		border-bottom-width: 0;
		letter-spacing: 2px;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 3rem auto 1rem auto;
}
.info-card.is-last .date {
		letter-spacing: normal;
		font-weight: 500;
}
.info-card .title-tag::before {
		left: 1.75rem;
}
.info-card .title-tag::after {
		right: 1.75rem;
}
.info-card .title.has-bg {
		padding: .75rem 1.5rem .5rem 1.5rem;
		background-color: #ffffff;
		border: 3px solid #dcc796;
		border-radius: 1rem;
		color: #6b3208;
}
.info-card .title.has-bg .no {
		font-size: 120%;
}
.check_group {
		max-width: 100%;
		margin: auto;
		position: relative;
}
.check_group.has-space {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
}
.check_card {
		border: 0;
		background-image: url("../images/shape_1.png");
		background-position: center 1.75rem;
		background-size: 96% auto;
		background-repeat: no-repeat;
		background-color: transparent;
		font-size: 1rem;
		font-weight: 500;
		max-width: 100%;
		margin: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		will-change: transform;
		padding-bottom: 1.75rem;
}
.check_card .card-header {
		background-color: transparent;
		padding: 1.125rem 1.125rem 0 1.125rem;
		border: 0;
}
.check_card .card-header .title {
		font-size: 2.125rem;
		letter-spacing: 2px;
		margin-bottom: .75rem;
		line-height: 1.25;
		min-height: 120px;
		font-weight: bold !important;
}
.check_card .card-header .title small {
		font-size: 1.35rem;
		line-height: 1;
		font-weight: 600;
}
/*.check_card .card-header .subtitle {
		font-size: 1.125rem;
		line-height: 1.5;
		background-color: #6b3208;
		color: #fff1cf;
		font-weight: normal;
		padding: .125rem .5rem;
		max-width: calc(100% - .75rem);
		margin: auto;
}*/
.check_card .card-header .subtitle {
		max-width: 88%;
		margin: auto;
		line-height: 0;
}
.check_card .is-tag.large {
		max-width: 100px;
		margin: 0 5px 0 0;
		bottom: -5px;
}
.check_card.card_3 .is-tag.large {
		max-width: 120px;
}
.check_card.card_1 .is-tag.large {
		max-width: 110px;
}
.check_card .card-header .no {
		font-size: 4rem;
		margin-bottom: .5rem;
		line-height: 1;
		font-weight: bold;
		color: #cc0000;
}
.check_card .card-body {
		text-align: center;
		color: #000000;
}
.check_card .card-body {
		padding: .5rem 2rem 1.5rem 2rem;
		font-weight: 500;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}
.check_card .card-body .label-text {
		min-width: 85px;
		text-align: justify !important;
}
.check_card.card_2 .card-body .label-text {
		min-width: 98px;
		text-align: justify !important;
}
.check_card .card-body .head {
		font-size: 1.5rem;
}
.check_card .card-body .text {
		font-size: 1rem;
}
.check_card .card-body .text.is-list {
		font-size: 1rem;
}
.check_card .card-body b {
		color: #000000;
}
.check_card .btn-link.has_line {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: auto;
		color: #0050f2;
		font-size: 120%;
		line-height: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 .5rem;
		font-weight: 600;
}
.check_card .btn-link.has_line.dark {
		font-size: 100%;
		font-weight: 500;
}
.check_card .btn-link.has_line.dark:hover, .check_card .btn-link.has_line.dark {
		color: #000000;
		background-color: transparent !important;
}
.check_card .btn-link.has_line.dark::after {
		display: none;
}
.check_card .btn-link.has_line:hover {
		color: #cc0000;
}
.check_card .btn-link.has_line .icon {
		width: 10px;
		height: auto;
		position: relative;
		margin-left: 5px;
		top: -1px;
}
.check_card.basic_mode .btn-link.has_line .icon {
		top: 0;
}
.check_card.basic_mode .text .no {
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
}
.check_card.basic_mode:hover .text .no, .check_card:hover .card-header .no {
		-webkit-transform: scale(1.125) translateY(-.25rem) translateZ(0);
		transform: scale(1.125) translateY(-.25rem) translateZ(0);
}
.check_card.basic_mode .card-body {
		padding: 1rem 1rem;
}
.check_card.basic_mode .text .no {
		width: 70px;
		height: 20px;
		font-size: 160%;
		position: relative;
		display: inline-block;
}
.check_group.has-space .item {
		position: relative;
}
.check_group.has-space .item::after {
		content: '+';
		font-size: 2.5rem;
		font-weight: bold;
		position: absolute;
		top: 0;
		bottom: 0;
		left: auto;
		right: -25px;
		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;
		margin: auto;
		color: #ffffff;
		height: 40px;
		text-align: center;
		width: 40px;
		border-radius: 5rem;
		background-color: #ff8a01;
		z-index: 2;
}
.check_card.basic_mode {
		background: none;
		font-size: 1rem;
		font-weight: 500;
		margin: 0;
		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;
		color: #000000;
}
.check_card.basic_mode .title_text {
		max-width: 12vw;
		margin-bottom: .5rem;
}
.check_card.basic_mode::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background-image: url(../images/shape_2.png);
		background-position: center top;
		background-size: 110% auto;
		background-repeat: no-repeat;
		background-color: transparent;
		max-width: 100%;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		will-change: transform;
		z-index: -1;
}
.check_group.has-space .item:nth-child(3)::after {
		content: '=';
}
.check_group.has-space .item:last-child::after {
		content: '';
		display: none;
}
.check_group.has-space .btn-link.has_line {
		left: 10px;
}
.check_card.basic_mode .card-header .no {
		margin: 0;
		position: relative;
		bottom: -5px;
		left: 10px;
}
.check_group.has-space .item:nth-child(3) .check_card.basic_mode .card-header .no {
		bottom: -5px;
		left: 0;
}
.check_card.basic_mode .text .no > span {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
}
.check_card.basic_mode .card-header {
		padding: 2.5rem .5rem 2rem .5rem;
		margin: 0;
		width: 100%;
}
.check_card.basic_mode .card-header .subtitle {
		font-size: 1.5rem;
		line-height: 1.2;
		padding-bottom: .5rem;
		border-bottom: 0;
		font-weight: 600;
		background-color: transparent;
		color: #6b3208;
		padding: 0;
}
.check_card.basic_mode .card-header .no small {
		font-size: 70%;
		line-height: 1.5;
		padding-bottom: 0;
		border-bottom: 0;
		font-weight: bold;
}
.check_card.basic_mode .card-header .no, .check_card.basic_mode:hover .card-header .no {
		-webkit-transition: all .15s ease;
		transition: all .15s ease;
}
.sp_card {
		gap: 8px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}
.sp_card .is-card {
		max-width: 80px;
		aspect-ratio: 514 / 324;
		-o-object-fit: contain;
		object-fit: contain;
}
.sp_card .info {
		font-size: 1.125rem;
}
@-webkit-keyframes coinDrop1 {
		0% {
				-webkit-transform: translate(-10px, -20px);
				transform: translate(-10px, -20px);
				opacity: 1;
		}
		60% {
				opacity: 1;
		}
		75% {
				-webkit-transform: translate(0, 30px);
				transform: translate(0, 30px);
				opacity: 0.6;
		}
		85% {
				opacity: 0;
				-webkit-transform: translate(0, 30px);
				transform: translate(0, 30px);
		}
		100% {
				-webkit-transform: translate(-10px, 0);
				transform: translate(-10px, 0);
				opacity: 0;
		}
}
@keyframes coinDrop1 {
		0% {
				-webkit-transform: translate(-10px, -20px);
				transform: translate(-10px, -20px);
				opacity: 1;
		}
		60% {
				opacity: 1;
		}
		75% {
				-webkit-transform: translate(0, 30px);
				transform: translate(0, 30px);
				opacity: 0.6;
		}
		85% {
				opacity: 0;
				-webkit-transform: translate(0, 30px);
				transform: translate(0, 30px);
		}
		100% {
				-webkit-transform: translate(-10px, 0);
				transform: translate(-10px, 0);
				opacity: 0;
		}
}
@-webkit-keyframes coinDrop2 {
		0% {
				-webkit-transform: translate(0, -20px);
				transform: translate(0, -20px);
				opacity: 1;
		}
		60% {
				opacity: 1;
		}
		75% {
				-webkit-transform: translate(-10px, 30px);
				transform: translate(-10px, 30px);
				opacity: 0.6;
		}
		85% {
				opacity: 0;
				-webkit-transform: translate(-10px, 30px);
				transform: translate(-10px, 30px);
		}
		100% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
				opacity: 0;
		}
}
@keyframes coinDrop2 {
		0% {
				-webkit-transform: translate(0, -20px);
				transform: translate(0, -20px);
				opacity: 1;
		}
		60% {
				opacity: 1;
		}
		75% {
				-webkit-transform: translate(-10px, 30px);
				transform: translate(-10px, 30px);
				opacity: 0.6;
		}
		85% {
				opacity: 0;
				-webkit-transform: translate(-10px, 30px);
				transform: translate(-10px, 30px);
		}
		100% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
				opacity: 0;
		}
}
.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 small, .info-card .title .no small {
		font-size: 80%;
}
.info-card .date {
		font-size: 1.25rem;
		color: #000000;
}
.info-card .text {
		font-size: 1.375rem;
		color: #000000;
}
.info-card .text .remark-text {
		font-size: .8125rem;
}
.info-card .remark-text {
		margin: auto;
		font-size: 1rem;
		color: #666666;
		letter-spacing: 1px;
}
.info-card .remark-text .remark_text {
		font-size: 1rem;
}
a.btn-event {
		display: inline-block;
		border-radius: 5rem;
		background-color: #cc0000;
		color: #ffffff;
		padding: 1rem 1.75rem 1rem 2.15rem;
		font-size: 1.125rem;
		font-weight: bold;
		line-height: 1;
		margin-bottom: .5rem;
		min-width: 200px;
}
a.btn-event::after {
		content: '';
}
a.btn-event .icon {
		right: -3px;
		top: 0;
		font-size: 110%;
		line-height: 0;
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover {
		background-color: #ee1e1e;
		-webkit-box-shadow: 0 0 .25rem RGBA(0, 0, 0, .25);
		box-shadow: 0 0 .25rem RGBA(0, 0, 0, .25)
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover, a.btn-event {
		-webkit-transition: all .1s ease-in;
		transition: all .1s ease-in;
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover {
		-webkit-transform: translate(0, .25rem);
		-ms-transform: translate(0, .25rem);
		transform: translate(0, .25rem);
}
a.btn-event.full {
		font-size: 1.5rem;
}
a.btn-event.full .icon {
		max-width: 18px;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		margin-left: 5px;
		position: relative;
		top: -2px;
}
a.btn-event.full:active, a.btn-event.full:focus, a.btn-event.full:hover {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
}
/************************
BADGE
************************/
/************************
DESCRIPTION
************************/
.description_block {
		background-color: #ffffff;
}
.description {
		background-color: #ffffff;
		font-size: 1rem;
}
.description > div {
		max-width: 100%;
		margin: auto;
		color: #000000;
		font-size: 1rem;
}
.description > div a {
		color: #0644ff;
}
.description > div a:hover {
		text-decoration: underline;
}
/************************
SPACE
************************/
@media (min-width:1200px) {
		.container-xxl {
				max-width: 1100px;
		}
		.container-xxl.wide {
				max-width: 1366px;
		}
}
/************************
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);
				display: block;
		}
		.overlay.open {
				opacity: 0.8;
				visibility: visible;
				z-index: 49;
		}
		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;
		}
}
/************************
FOOTER
************************/
footer {
		background-color: #484848;
}
/************************/
footer .fiscal {
		color: #191919;
}
footer .fiscal .f_left {
		font-size: 30px;
		color: #ffffff;
}
footer .fiscal .f_right {
		font-size: 14px;
		line-height: 1.4em;
		color: #ffffff;
}
footer .fiscal .f_right a, footer .fiscal .f_right a:hover {
		color: #ffffff;
		line-height: 1em;
}
/************************/
footer .f_link {
		margin-top: 10px;
		font-size: 14px;
		color: #b8b8b8;
}
footer .f_link a, footer .f_link a:hover {
		display: inline-block;
		padding: 0px 10px;
		color: #b8b8b8;
		line-height: 1em;
}
footer .f_link a:first-child {
		padding-left: 0;
}
footer .f_link a + a {
		border-left: 1px solid #b8b8b8 !important;
}
footer .f_copy {
		display: inline-block;
		font-weight: 600;
}
@media screen and (max-width: 991px) {
		footer .fiscal {
				padding: 0 .85rem;
		}
		footer .f_link {
				font-size: 13px;
				margin-top: 20px;
				text-align: center;
		}
}
@media screen and (max-width: 576px) {
		footer .fiscal {
				text-align: justify;
		}
}
@media screen and (max-width: 320px) {
		footer .fiscal .f_left {
				font-size: 26px;
		}
}
@media screen and (max-width:280px) {
		footer .fiscal .f_right {
				font-size: 12px;
		}
		footer .fiscal .f_left {
				font-size: 24px;
		}
}
/***********************
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;
		}
}
/************************
KEY-VISUAL
************************/
.key-visual {
		background-color: #79caf7;
		overflow: hidden;
}
.key-visual .topic {
		right: auto;
		left: 13%;
		top: 18%;
		bottom: auto;
		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;
		z-index: 2;
}
@-webkit-keyframes sweep {
		0% {
				left: -100%;
		}
		100% {
				left: 200%;
		}
}
@keyframes sweep {
		0% {
				left: -100%;
		}
		100% {
				left: 200%;
		}
}
@-webkit-keyframes fadeIn {
		from {
				opacity: 0;
		}
		to {
				opacity: 1;
		}
}
@keyframes fadeIn {
		from {
				opacity: 0;
		}
		to {
				opacity: 1;
		}
}
.key-visual .topic {
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
}
.key-visual .kv_block {
		max-width: 100%;
		margin: auto;
}
.key-visual .is_light {
		right: 0;
		left: auto;
		top: auto;
		bottom: 10%;
		margin: auto;
		max-width: 18vw;
		opacity: 1;
		z-index: 2;
}
.key-visual.is-time .topic > img {
		-webkit-animation: bounceIn .5s ease both;
		animation: bounceIn .5s ease both;
		-webkit-animation-delay: .35s;
		animation-delay: .35s;
}
@-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: 650px;
		}
		.key-visual .topic {
				width: 650px;
				left: 22%;
		}
		.key-visual .is_light {
				max-width: 300px;
		}
}
@media (min-width: 2560px) {
		.key-visual .topic > img {
				width: 650px;
		}
		.key-visual .topic {
				width: 650px;
				left: 20%;
		}
		.key-visual .kv_block, .key-visual .is_bg {
				max-width: 2560px;
		}
}
@media (max-width: 1199px) {
		.key-visual .topic {
				max-width: 36vw;
				left: 5%;
				top: 10%;
		}
}
@media (max-width: 576px) {
		.key-visual .topic {
				left: 0;
				right: 0;
				bottom: auto;
				top: 5%;
				max-width: 66vw;
		}
		.key-visual .is_light {
				top: auto;
				bottom: 15%;
				max-width: 35vw;
				right: auto;
				left: 0;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.key-visual .topic {
				max-width: 36vw;
				top: 10%;
				right: auto;
				left: 6%;
		}
		.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: 20vw;
				right: 0;
				left: auto;
				bottom: 10%;
		}
}
@media (max-width: 320px) {
		.key-visual .topic {
				max-width: 68vw;
		}
		.key-visual .is_light {
				bottom: 16%;
				max-width: 32vw;
		}
}
/***************************
BLOCK
***************************/
.content_bg {
		background-color: #f3ecda;
		will-change: transform;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
}
.content_bg::after {
		background-color: transparent;
		will-change: transform;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		margin: auto;
}
.content1.content_bg::after {
		background-image: url("../images/kv/kv_bg_bot.png"), url("../images/content_bg_up.jpg");
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top, center bottom;
		height: calc(100% + .5rem);
}
.content2.content_bg::after {
		background-image: url("../images/content_bg_down.jpg");
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center center;
}
.content2 .content_bg.is-last::after {
		background-image: url("../images/content_bg_last.jpg");
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
}
.content2 {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
}
.info-card {
		max-width: 100%;
		margin: auto;
}
.info-card.gift-card {
		border: 0;
		/* border-radius: 1.5rem; */
		background-image: url(../images/shape_xl.png);
		background-position: center top;
		background-size: 82% auto;
		background-repeat: no-repeat;
		background-color: transparent;
		max-width: 100%;
		margin: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		will-change: transform;
		aspect-ratio: 1366 / 640;
}
.info-card.gift-card .title {
		font-size: 1.75rem;
		color: #442807;
		font-weight: bold;
}
.remark-board {
		max-width: 66%;
		margin: 0 auto;
}
/************************
AWARD
************************/
.award_block {
		max-width: 80%;
		margin: auto;
}
.info-card.gift-card .remark-board {
		max-width: 77%;
		margin: 3rem auto;
}
.info-card .award_block .text {
		font-size: 1.275rem;
		text-align: justify;
		padding-left: 25%;
		padding-right: 4.25rem;
}
/************************
POINT LIST
************************/
.point_star {
		max-width: 63%;
		margin-left: 2rem;
}
.point_star a {
		color: #0050f2;
}
.point_star a:hover {
		color: #cc0000;
}
.point_star > li {
		position: relative;
		font-size: 1rem;
}
.point_star > li::before {
		content: '*';
		position: absolute;
		left: -16px;
		top: 2px;
		width: 5px;
		height: 5px;
		display: block;
}
/************************
BOX CARD
************************/
.box-card {
		top: 0;
		margin-top: 7rem;
}
.box-card img {
		max-width: 520px;
}
/************************
RWD
************************/
@media screen and (min-width:1600px) {
		.check_card.basic_mode .title_text {
				max-width: 160px;
		}
		.check_card .card-body .text.is-list {
				font-size: 1.125rem;
		}
		.check_card .card-body {
				padding: 1rem 2rem 1.5rem 2rem;
		}
}
@media screen and (min-width:1920px) {
		.box-card img {
				max-width: 640px;
		}
		.box-card {
				margin-top: 10rem;
		}
}
@media screen and (min-width:2560px) {
		.content_bg {
				background-size: 2560px auto;
		}
		.box-card img {
				max-width: 700px;
		}
		.content_bg::after {
				max-width: 2560px;
		}
}
@media (max-width:1199px) {
		.content2.content_bg::after {
				background-repeat: repeat-y;
				background-position: center top;
		}
		.check_card .is-tag.large {
				max-width: 7vw;
		}
		.check_card.card_1 .is-tag.large {
				max-width: 9vw;
		}
		.check_card.card_3 .is-tag.large {
				max-width: 10vw;
		}
		.check_card .card-header .title small {
				font-size: 1rem;
		}
		.check_card .card-header .title {
				font-size: 1.5rem;
				margin-bottom: .5rem;
		}
		.check_card .card-body {
				padding: .5rem 1rem;
		}
		.check_card .card-body .text {
				font-size: 1rem;
		}
		.check_card .card-body .text.is-list {
				font-size: .75rem;
		}
		.check_card.card_2 .card-body .label-text {
				min-width: 75px;
		}
		.check_card .card-body .head {
				font-size: 1.25rem;
		}
		.check_card .btn-link.has_line {
				font-size: 110%;
		}
		.check_card .btn-link.has_line.dark {
				font-size: .875rem;
		}
		.check_card .card-header {
				padding: 0 .5rem 0 .5rem;
		}
		.sp_card .is-card {
				max-width: 70px;
				aspect-ratio: 514 / 324;
		}
		.sp_card .info {
				font-size: 1rem;
		}
		.check_card .card-body .label-text {
				min-width: 60px;
		}
		.check_card {
				border: 0;
				background-position: center 80%;
				background-size: 100% auto;
		}
		.point_star > li, .remark_text {
				font-size: .8125rem;
		}
		.point_star {
				max-width: 55%;
		}
		.info-card.gift-card .remark-board {
				max-width: 100%;
				margin: 3rem auto;
		}
		.check_group {
				max-width: calc(100% - 2rem);
		}
		.check_card .card-header .no {
				font-size: 3.5rem;
		}
		.check_card.basic_mode .card-header .subtitle {
				font-size: 1.125rem;
		}
		.check_group.has-space .item::after {
				font-size: 1.75rem;
				right: -20px;
				height: 30px;
				width: 30px;
		}
		.remark-head {
				font-size: 1rem;
		}
		.remark-head .icon {
				max-width: 12px;
		}
		.remark-icon {
				width: 10px;
				height: 10px;
				top: 6px;
		}
		.info-card .remark-board {
				max-width: 94%;
				margin: 3rem auto;
		}
		.info-card .remark-board > ul {
				max-width: 60%;
		}
		.info-card.gift-card {
				max-width: calc(100% - 7rem);
		}
		.info-card .subtitle {
				font-size: 1.25rem;
		}
		.box-card {
				top: 0;
				margin-top: 5rem;
		}
		.box-card img {
				max-width: 400px;
		}
		.info-card .title-tag {
				font-size: 1.25rem;
				padding: .5rem 2.5rem .25rem 2.5rem;
		}
		.info-card .title-tag::before {
				left: 1.25rem;
		}
		.info-card .title-tag::after {
				right: 1.25rem;
		}
		.info-card .title-tag::before, .info-card .title-tag::after {
				top: 5px;
				width: 6px;
				height: 6px;
		}
		.info-card .text .remark-text {
				font-size: .75rem;
		}
		.info-card .remark-text {
				max-width: 80%;
				font-size: .875rem;
		}
		.info-card .date {
				font-size: 1rem;
		}
		.info-card .text {
				font-size: 1.125rem;
		}
		.info-card .award_block .text {
				font-size: 1.125rem;
				padding-left: 19%;
				padding-right: 3rem;
		}
		.info-card .title {
				font-size: 1.5rem;
		}
		.info-card.is-last .title {
				font-size: 1.75rem;
				letter-spacing: 1px;
				top: -2rem;
				margin-bottom: 0 !important;
		}
		.info-card.is-last .title .tag {
				font-size: 1.375rem;
		}
		a.btn-event {
				width: 180px;
				min-width: 180px;
				height: 40px;
				line-height: 36px;
				font-size: 1rem;
				padding: 0 1rem;
				text-align: center;
		}
		a.btn-event.full {
				font-size: 1.25rem;
				padding: .25rem 1rem .125rem 1rem;
				height: inherit;
		}
		a.btn-event.full .icon {
				max-width: 12px;
				margin-left: 3px;
				top: -2px;
		}
		.remark_text.large {
				font-size: .85rem;
		}
		.check_card.basic_mode .text .no {
				width: 60px;
				height: 20px;
		}
		.check_card.basic_mode .text .no > span {
				top: 3px;
		}
		.remark-content .h5 {
				font-size: 1rem;
		}
}
@media (max-width:991px) {
		.info-card.is-last .title .tag {
				font-size: 1.25rem;
				padding: .25rem 1rem;
		}
		.info-card.is-last .title {
				font-size: 1.5rem;
				top: 0;
		}
		.info-card .date {
				font-size: .875rem;
		}
		.info-card .award_block .text {
				font-size: 1.125rem;
				padding-left: 20%;
				padding-right: 3rem;
		}
		.info-card.gift-card {
				background-size: 95% auto;
				aspect-ratio: 1366 / 640;
		}
		.info-card.gift-card .title {
				font-size: 1.5rem;
		}
		.info-card.gift-card .remark-board {
				margin: 2rem auto;
		}
		.sp_card .info {
				font-size: .75rem;
				line-height: 1.35;
		}
		.check_card .card-header .no {
				font-size: 2.5rem;
		}
		.check_card.basic_mode .card-header {
				padding: 1.25rem .5rem 1rem .5rem;
		}
		.info-card.gift-card {
				max-width: calc(100% - 3rem);
				padding-bottom: 1rem;
		}
		.check_group.has-space .item::after {
				font-size: 1.5rem;
				right: -15px;
				height: 25px;
				width: 25px;
		}
		.content2 .content_bg.is-last::after {
				background-image: url(../images/content_bg_last_md.jpg);
		}
		.check_group.has-space .item:nth-child(3) .check_card.basic_mode .card-header .no {
				bottom: -2px;
		}
		.award_block {
				max-width: 100%;
		}
		.info-card .award_block .text {
				font-size: 1rem;
				padding-left: 21%;
				padding-right: 4.5rem
		}
		.sp_card .is-card {
				max-width: 45px;
		}
		.check_card .btn-link.has_line.dark {
				font-size: .75rem;
		}
		.remark-head {
				font-size: 1rem;
		}
		.info-card .remark-text {
				max-width: 88%;
				font-size: .875rem;
		}
		.check_card .card-header {
				background-color: transparent;
				padding: 0 .25rem 0 .25rem;
				border: 0;
		}
		.check_card {
				background-image: url(../images/shape_2.png);
				background-position: center 60%;
				background-size: 110% auto;
				padding-bottom: 1rem;
		}
		.check_group {
				max-width: calc(100% - 2rem);
		}
		.check_card .card-body .text.is-list {
				font-size: .75rem;
				line-height: 1.25;
		}
		.check_card .card-body .text.is-list br {
				display: none;
		}
		.check_card .card-header .title {
				font-size: 1.5rem;
				margin-bottom: .5rem;
				min-height: 90px;
		}
		.check_card .card-body {
				padding: .25rem 1rem 1rem 1rem;
		}
		.check_card .card-body .text {
				font-size: .85rem;
		}
		.check_card .btn-link.has_line {
				font-size: .85rem;
				line-height: 1.35;
		}
		.check_card.basic_mode .card-header .subtitle {
				font-size: 1rem;
		}
		.check_card .is-tag.large {
				max-width: 7.5vw;
		}
		.point_star > li, .remark_text {
				font-size: .75rem;
		}
		.box-card {
				top: -10px;
		}
		.box-card img {
				max-width: 48vw;
		}
		.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.5rem;
		}
}
@media (max-width:991px) and (orientation: landscape) {
		.info-card .remark-board {
				max-width: 94%;
				margin: 2rem auto;
		}
		.info-card.gift-card {
				background-size: 90% auto;
				aspect-ratio: 1366 / 700;
		}
}
@media (max-width:767px) {
		.check_card.basic_mode::before {
				background-size: 115% auto;
		}
		.remark-board {
				max-width: 70%;
		}
		a.btn-event.full {
				font-size: 1.125rem;
				padding: .25rem 1rem .125rem 1rem;
				height: inherit;
		}
		.info-card.is-last .title .tag, .info-card .title-tag {
				font-size: 1.125rem;
		}
		.info-card.gift-card .title {
				font-size: 1.35rem;
		}
		.point_star {
				max-width: 58%;
		}
		.check_card .card-body .head {
				font-size: 1.125rem;
		}
		.check_card .card-header .title {
				font-size: 1.375rem;
				margin-bottom: .5rem;
				min-height: 80px;
		}
		.check_card.basic_mode {
				padding-bottom: 0;
		}
		.check_card {
				background-position: center 50%;
				font-size: .85rem;
		}
		.check_card .card-header .title small {
				font-size: .875rem;
		}
		.check_card .card-body {
				padding: .25rem .5rem 1rem .5rem;
		}
		.info-card.gift-card {
				max-width: calc(100% - 2rem);
				background-size: 98% auto;
		}
		.check_card .card-body .text {
				font-size: .75rem;
				max-width: calc(100% - 2rem);
				margin: auto;
		}
		.info-card .award_block .text {
				font-size: .8125rem;
		}
		.check_card .card-body .remark_text {
				max-width: calc(100% - 2rem);
				margin: auto;
		}
		.info-card .remark-text .remark_text {
				font-size: .875rem;
		}
		.info-card .remark-text {
				max-width: 92%;
		}
		.remark-head {
				padding: .5rem;
				font-size: .9rem;
		}
		.remark-head .icon {
				max-width: 12px;
				right: .5rem;
		}
		.box-card img {
				max-width: 340px;
		}
		.description > div {
				font-size: .8125rem;
		}
		.info-card .title {
				font-size: 1.5rem;
		}
		.check_group {
				max-width: 100%;
		}
		.check_card .card-body {
				padding: .25rem .125rem 1rem .125rem;
		}
		.check_card {
				background-image: url(../images/shape_2-l_n.png);
				background-size: 108% auto;
		}
}
@media (max-width:576px) {
		.content1 {
				padding-bottom: 8rem !important;
		}
		.info-card.is-last .title .date {
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
		}
		.sp_card .is-card {
				max-width: 60px;
		}
		.info-card .title .no {
				line-height: 1;
		}
		.check_card .is-tag.large {
				max-width: 15vw;
				bottom: 0;
		}
		.check_card .card-header .no {
				font-size: 3rem;
		}
		.check_card .card-body {
				padding: .75rem 1rem 1rem 1rem;
		}
		.check_card.basic_mode .card-header .subtitle {
				font-size: 1.125rem;
				margin-bottom: 0;
		}
		.check_card.basic_mode.card_3::after, .check_card.basic_mode.card_2::after, .check_card.basic_mode.card_1::after {
				right: 0;
				left: 0;
				bottom: -40px;
				top: auto;
		}
		.check_group {
				max-width: 90%;
		}
		.check_card .btn-link.has_line {
				font-size: 1rem;
				line-height: 1.35;
		}
		.check_card .card-body .text.is-list {
				font-size: .85rem;
				line-height: 1.35;
		}
		.check_card {
				font-size: 1rem;
				background: none;
				background-color: #fbf8f3;
				border-radius: 4rem;
				-webkit-box-shadow: 0 0 .5rem RGBA(107, 50, 8, .25);
				box-shadow: 0 0 .5rem RGBA(107, 50, 8, .25);
				padding-bottom: 0;
		}
		.check_card .card-header {
				padding: 0;
		}
		.check_card .card-header .title small {
				font-size: .875rem;
		}
		.check_card .card-header .title {
				font-size: 1.35rem;
				margin-bottom: .5rem;
				min-height: 70px;
		}
		.check_card.card_1 .is-tag.large {
				max-width: 20vw;
		}
		.check_card.card_3 .is-tag.large {
				max-width: 20vw;
		}
		.content1.content_bg::after {
				background-image: url(../images/kv/kv_bg_bot_m.png), url(../images/content_bg_up_m.jpg);
		}
		.content2.content_bg::after {
				background-image: url(../images/content_bg_down_m.jpg);
		}
		.content2 .content_bg.is-last::after {
				background-image: url(../images/content_bg_last_m.jpg);
		}
		.info-card .remark-board > ul {
				max-width: 70%;
		}
		.point_star {
				max-width: 100%;
				margin-left: 1rem;
		}
		.remark-head {
				padding: .5rem 1rem .5rem .5rem;
				font-size: 1rem;
		}
		.remark-title {
				padding-left: 1.125rem;
				padding-right: 0;
				letter-spacing: normal;
		}
		.remark-hint {
				display: block;
		}
		.remark-board:last-child .remark-hint {
				display: inline-block;
		}
		.check_card .card-header .subtitle {
				max-width: 80%;
		}
		.info-card .subtitle {
				font-size: 1.2125rem;
				line-height: 1.5;
				width: 100%;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				margin-bottom: 1rem;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
		}
		.info-card .date {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
		}
		.info-card.gift-card {
				padding: 0 .75rem .5rem .75rem;
				max-width: 96%;
				background: none;
				margin-top: 2rem;
				aspect-ratio: auto;
		}
		.remark-board {
				max-width: 90%;
				margin-top: 2rem;
		}
		.remark-board:last-child {
				margin-top: 0;
				margin-bottom: 4rem !important;
		}
		.remark-content .h5 {
				font-size: 1rem;
		}
		.date-group {
				padding-left: 4rem;
				padding-top: .5rem;
		}
		.info-card.gift-card::after {
				content: '';
				position: absolute;
				left: 0;
				right: 0;
				top: 1rem;
				bottom: 0;
				margin: auto;
				display: block;
				background-color: #fbf8f3;
				border-radius: 4rem;
				-webkit-box-shadow: 0 0 .5rem RGBA(107, 50, 8, .25);
				box-shadow: 0 0 .5rem RGBA(107, 50, 8, .25);
				z-index: -1;
		}
		.info-card .award_block .text {
				font-size: 1rem;
				padding: 0 1rem;
				text-align: start;
		}
		a.btn-event {
				width: 100px;
				height: 45px;
				line-height: 45px;
				padding: 0 1rem;
		}
		.info-card .remark-board {
				max-width: 100%;
				margin: 1rem auto;
		}
		.box-card {
				top: 0;
				z-index: 2;
				margin-top: 3rem;
		}
		.box-card img {
				max-width: 80vw;
		}
		.info-card .title-tag {
				padding: .5rem 2rem .25rem 2rem;
		}
		.info-card.is-last .title .tag, .info-card .title-tag {
				font-size: 1rem;
		}
		.info-card.is-last .title .tag {
				margin-left: auto;
				margin-right: 1rem;
		}
		.info-card .title.has-bg {
				display: block !important;
				width: 100%;
				margin-bottom: .75rem !important;
		}
		.info-card {
				max-width: 100%;
		}
		.info-card .title {
				font-size: 1.5rem;
				letter-spacing: normal;
		}
		.info-card .text {
				font-size: 1rem;
				line-height: 1.5;
		}
		.info-card.gift-card .title {
				font-size: 1.35rem;
				letter-spacing: normal;
				display: inline-block;
				max-width: 90%;
		}
		.check_group.has-space {
				-ms-grid-columns: 1fr;
				grid-template-columns: repeat(1, 1fr);
				gap: 15px 20px;
				max-width: 70%;
				margin-bottom: 4rem;
				margin-top: 1rem;
		}
		.check_group.has-space .item::after {
				right: 0;
				left: 0;
				top: auto;
				bottom: -20px;
		}
		.check_card.basic_mode .title_text {
				max-width: 26vw;
				margin-bottom: .5rem;
		}
		.check_card.basic_mode::before {
				background: none;
				background-color: #f9f1ec;
				-webkit-box-shadow: 0 0 .5rem RGBA(244, 169, 128, .5);
				box-shadow: 0 0 .5rem RGBA(244, 169, 128, .5);
				border-radius: 4rem;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.box-card img {
				max-width: 52vw;
		}
		.info-card .title.has-bg {
				width: auto;
		}
		.info-card .title.has-bg br {
				display: none !important;
		}
		.check_group {
				max-width: 70%;
		}
		.remark-hint {
				display: inline-block;
		}
		.check_card.card_1 .is-tag.large {
				max-width: 12vw;
		}
		.check_card.card_3 .is-tag.large {
				max-width: 12vw;
		}
		.check_card .is-tag.large {
				max-width: 11vw;
				bottom: -2px;
		}
}
@media (max-width:375px) {
		.d-sp-block {
				display: block !important;
		}
}
@media (max-width:320px) {
		.info-card .text {
				font-size: .875rem;
				line-height: 1.75;
		}
		.info-card .title {
				font-size: 1.25rem;
		}
		.check_card .card-header .no {
				font-size: 3rem;
		}
		.check_group {
				max-width: 90%;
		}
		.info-card .subtitle {
				font-size: 1rem;
		}
		.info-card.gift-card .title {
				font-size: 1.125rem;
		}
}
/************************
DRAWER-ITEM 
************************/
.line_1 {
		width: 100%;
		display: inline-block;
		height: 1px;
		border-top: 1px solid #000000;
}
.drawer-item {
		width: 100%;
}
.drawer-header {
		margin: 0px;
		display: block;
		color: #000000;
		padding: 6px;
		cursor: pointer;
		min-height: 50px;
		-webkit-transition: 0.25s;
		transition: 0.25s;
		overflow: hidden;
}
.drawer-header .title {
		color: #000000;
		font-size: 18px;
		line-height: 2em;
		font-weight: 600;
		margin: 0;
}
.drawer-item-active .drawer-header {
		-webkit-transition: 0.25s;
		transition: 0.25s;
		min-height: 50px;
		color: #000000;
}
.drawer-header-icon {
		display: inline-block;
		content: "";
		width: 40px;
		height: 40px;
		background: url('../images/btn_to_open.svg') no-repeat scroll center center transparent;
		background-size: 60% 60%;
		text-align: right;
		vertical-align: middle;
		position: relative;
		top: -2px;
		-webkit-transition: all .1s ease;
		transition: all .1s ease;
}
.drawer-item-active .drawer-header-icon {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
}
.drawer-content {
		width: 100%;
		padding: .5rem .5rem 1rem 1rem;
		display: block;
		color: #333333;
		font-size: 16px;
		line-height: 1.8em;
		word-wrap: break-word;
		text-align: justify;
}
.drawer-content b {
		color: #000000;
		font-weight: 700;
}
.drawer-content ol {
		padding-left: 1rem;
}
@media screen and (max-width:1199px) {
		.drawer-content {
				font-size: .8125rem;
				padding-left: 0;
				padding-right: 0;
		}
		.drawer-item {
				padding: 0 1rem;
		}
}
@media screen and (max-width:767px) {
		.drawer-content ol {
				padding-left: 1rem;
		}
		.drawer-content {
				font-size: 14px;
		}
		.drawer-header .title {
				font-size: 1rem;
		}
		.drawer-header-icon {
				width: 35px;
				height: 35px;
		}
}
@media screen and (max-width:576px) {
		.drawer-content {
				font-size: 14px;
		}
		.drawer-item {
				padding: 0;
		}
		.drawer-content {
				word-wrap: break-word;
				word-break: break-all;
				text-align: start;
				padding: 0;
		}
}
@media screen and (max-width:320px) {
		.drawer-content {
				font-size: 12px;
		}
		.drawer-item {
				padding: 0;
		}
		.drawer-content {
				word-wrap: break-word;
				word-break: break-all;
		}
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 6.5rem;
		right: 0;
		left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
}
.fix-ad .full-item {
		text-align: center;
		display: block;
		margin-bottom: .5rem;
		width: 145px;
		position: relative;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.fix-ad .full-item > img {
		right: 0;
		top: 0;
}
@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: 0;
		}
}
@media only screen and (max-width:576px) {
		.fix-ad {
				-webkit-transform: scale(.6);
				-ms-transform: scale(.6);
				transform: scale(.6);
				bottom: 0;
		}
}
@media only screen and (max-width:568px) and (orientation:landscape) {
		.fix-ad {
				-webkit-transform: scale(.5);
				-ms-transform: scale(.5);
				transform: scale(.5);
				bottom: -15%;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: 0;
		}
}
/************************
GOTOP
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 1050;
		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;
		}
}