* {
		margin: 0px;
		padding: 0px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: #333;
		border: 0 !important;
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		-webkit-transition: all .3s ease;
		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.6rem;
}
.has-indent.large > li {
		margin-left: 2.5rem;
		text-indent: -2.6rem;
}
.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;
}
.c_red_light {
		color: #ff0000 !important;
}
.c_blue {
		color: #0d6efd !important;
}
.c_blue:hover {
		color: #0449ae !important;
}
hr.large {
		border-top-width: 3px;
}
body {
		padding: 0;
		margin: 0;
		color: #000000;
		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;
}
.remark-text a {
		color: #0644ff;
}
.remark-text a:hover, .remark-text a:focus {
		color: #000000;
}
br.d-xs-block {
		display: none !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
--------------------------------------------*/
/*------------------------------------------ 
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%;
		}
}
/************************ 
Point Card
************************/
.point-block {
		border: 2px solid #d9c999;
		border-radius: 1.5rem;
		padding: 1.5rem 2rem;
}
.point-block .point-head {
		position: relative;
		padding-bottom: 1rem;
}
.point-block .point-head::after {
		content: '';
		position: absolute;
		height: 2px;
		width: 100%;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
		background-color: #d0b374;
}
.point-head {
		font-size: 1rem;
}
.point-head .title {
		max-width: inherit;
		font-size: 1.75rem;
		margin-right: .75rem;
}
.point-body {
		padding: 1.125rem 0 .5rem 0;
}
.point-body .info .icon {
		max-width: 15px;
		margin: 0 .25rem;
		position: relative;
		top: -3px;
}
.point-body .alert-block {
		min-height: 80px;
}
.point-body .alert-block .icon {
		max-width: 45px;
}
.point-body .info, .point-body .alert-block {
		padding: .5rem 0;
}
.point-body .info, .point-body .alert-block {
		font-size: 1.125rem;
		line-height: 1.25;
}
/************************
FAQ
************************/
.faq-block {
		background-color: #f2f2f2;
}
.faq-block .head {
		color: #494949;
}
.faq-list {
		display: -ms-grid;
		display: grid;
		gap: 13px;
		margin-top: 24px;
		max-width: 80%;
}
.faq-item {
		background: #fff;
		border-radius: 1rem;
		overflow: hidden;
}
.faq-item .answer {
		list-style: none;
		padding: 1rem 1.5rem;
		font-weight: normal;
		font-size: 1.125rem;
		line-height: 1.5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 11px;
		text-align: start;
		position: relative;
}
.faq-item .answer::before {
		content: '';
		position: absolute;
		width: 100%;
		max-width: calc(100% - 6rem);
		height: 1px;
		display: block;
		top: 0;
		right: 1.5rem;
		background-color: #000000;
}
.faq-item summary {
		cursor: pointer;
		list-style: none;
		padding: 1rem 1.5rem .75rem 1.5rem;
		font-weight: 600;
		font-size: 1.25rem;
		line-height: 1.5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 11px;
		text-align: start;
}
.faq-item summary::-webkit-details-marker {
		display: none;
}
.faq-item summary .q {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		color: #cc0000;
		font-weight: 700;
		width: 36px;
		height: 36px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		top: -4px;
		font-size: 1.5rem;
}
.faq-item .answer .a {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		color: #000000;
		font-weight: 500;
		width: 36px;
		height: 36px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		top: 0;
		font-size: 1.5rem;
}
.faq-item summary .arrow {
		margin-left: auto;
		-webkit-transition: -webkit-transform .2s;
		transition: -webkit-transform .2s;
		transition: transform .2s;
		transition: transform .2s, -webkit-transform .2s;
		max-width: 17px;
		position: relative;
		top: -2px;
}
.faq-item[open] summary .arrow {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
}
.faq-item .answer {
		padding: 1rem 1.5rem;
		text-align: start;
}
.faq-item .answer p {
		font-size: 1rem;
}
/************************ 
Star Block
************************/
.star-block {
		max-width: calc(100% - 4rem);
}
.star-block::after, .star-block::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		top: 0;
		bottom: 0;
		margin: auto;
		display: block;
		background-color: #000000;
}
.star-block::before {
		left: 0;
		max-width: calc(50% - 1.5rem);
}
.star-block::after {
		right: 0;
		max-width: calc(50% - 1.5rem);
}
/************************ 
Gift Card
************************/
.newgift-section {
		max-width: calc(100% - 2rem);
		margin: auto;
}
.newgift-card {
		position: relative;
		background: #fffcf7;
		border-radius: 1rem;
		overflow: hidden;
		min-height: 330px;
		-webkit-box-shadow: 0 0 1rem RGBA(182, 156, 75, 0.55);
		box-shadow: 0 0 1rem RGBA(182, 156, 75, 0.55);
		max-width: calc(100% - 1rem);
		margin: auto;
}
.newgift-card.is-full {
		background: linear-gradient(325deg, #e8c476 0%, #f7e7c6 25%, #d0b374 50%, #c2a973 80%, #f2dbaa 100%);
		padding: 5px;
		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;
		overflow: visible;
		position: relative;
}
.newgift-card.is-full::after {
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		max-width: calc(100% - 16px);
		max-height: calc(100% - 16px);
		background: #fffcf7;
		border-radius: .75rem;
}
.newgift-card.is-full .gold-flare-block {
		z-index: 3;
		left: 78%;
		top: 15%;
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
}
.newgift-card.is-full .info {
		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-radius: 1.125rem;
		font-size: 2rem;
		line-height: 1.25;
		position: relative;
		z-index: 2;
}
.newgift-card.is-full .info .no {
		font-size: 280%;
}
.newgift-card-head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 1rem 1rem 1rem 1rem;
		font-size: 1.5rem;
		line-height: 1.25;
		min-height: 120px;
}
.newgift-card-head .no {
		font-size: 250%;
		line-height: 1;
		margin-left: .5rem;
		position: relative;
		bottom: -5px;
}
.newgift-card-head img {
		max-width: 70px;
}
.newgift-ribbon {
		color: #fff;
		font-weight: 500;
		text-align: center;
		padding: .5rem .75rem;
		line-height: 1.25;
		background: #d80000;
		font-size: 1.5rem;
}
.newgift-ribbon small {
		font-size: 14px;
		font-weight: 500;
}
.newgift-ribbon small {
		font-size: .85rem;
}
.newgift-ribbon span {
		font-size: .75rem;
}
.newgift-desc {
		padding: 1rem .5rem;
		font-size: 1.125rem;
		line-height: 1.45;
}
.has-equal, .has-plus {
		position: relative;
		overflow: visible;
}
.has-equal::after, .has-plus::after {
		position: absolute;
		width: 30px;
		height: 30px;
		display: block;
		right: -45px;
		top: 0;
		bottom: 60px;
		margin: auto;
		font-size: 250%;
		color: #cc0000;
}
.has-plus::after {
		content: '+';
}
.has-equal::after {
		content: '=';
}
/************************
SPACE
************************/
@media (min-width:1200px) {
		.key-visual .container-xxl {
				padding-top: 120px;
				max-width: 100%;
		}
		.container-xxl {
				max-width: 1100px;
		}
		.container-xxl.wide {
				max-width: 1366px;
		}
}
@media (max-width:1199px) {
		.key-visual .container-xxl {
				padding-top: 120px;
		}
}
@media (max-width:991px) {
		.key-visual .container-xxl {
				padding-top: 50px;
		}
}
/************************

AD BLOCK
************************/
.ad_board {
		background-color: #ffffff;
}
.container-xxl.ad {
		background-color: #ffffff;
		padding: 4rem 0 2rem 0;
}
.container-xxl.ad .title {
		font-size: 1.75rem;
		font-weight: bold;
}
.ad_card {
		max-width: 90%;
		margin: auto;
}
.ad_card .info {
		min-height: 80px;
}
.ad_card .card-body {
		min-height: 100px;
		padding: 1.5rem 0 0 0;
}
.ad_card, .ad_card .card-header, .ad_card .card-body, .ad_card .card-footer {
		border: 0;
		background-color: transparent;
}
.ad_card .card-footer {
		padding-left: 0;
		padding-right: 0;
}
.ad_card .head {
		font-size: 1.25rem;
		font-weight: bold;
}
.ad_block {
		padding-bottom: 3rem;
}
.ad_block .swiper-slide {
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
}
.ad_block .swiper-slide a .pic {
		-webkit-box-shadow: 0 0 .5rem .5rem RGBA(255, 255, 255, .75);
		box-shadow: 0 0 .5rem .5rem RGBA(255, 255, 255, .75);
		border-radius: 2rem;
}
.ad_block .swiper-slide a .pic, .ad_block .swiper-slide a:hover .pic {
		-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;
}
.ad_block .swiper-button-next:after, .ad_block .swiper-button-prev:after {
		font-size: 2rem;
}
.ad_block .swiper-button-prev, .ad_block .swiper-button-next {
		color: #333333;
}
.ad_block .swiper-button-prev {
		left: 10px;
}
.ad_block .swiper-button-next {
		right: 10px;
}
.ad_block .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 5px !important;
}
.ad_block .swiper-pagination-bullet-active {
		background: #d71921;
}
.ad_card .info {
		font-size: .95rem;
		font-weight: bold;
}
.ad_card .date {
		font-size: .85rem;
		font-weight: bold;
}
.ad_card .btn {
		border-radius: 5rem;
		padding: .25rem 1rem .25rem 1.125rem;
		font-size: .875rem;
		font-weight: bold;
		border-width: 2px;
		pointer-events: none;
}
.ad_card .btn span {
		font-size: 180%;
		line-height: 0;
		position: relative;
		top: 1px;
}
.ad_block a:hover .btn {
		background-color: #000 !important;
		color: #ffffff !important;
}
@media only screen and (min-width: 1920px) {
		.container-xxl.ad {
				background-size: 2560px auto;
		}
}
/************************
SEARCH
************************/
.search_block .pic {
		width: 220px;
		height: 155px;
		margin-right: 1rem;
}
@media screen and (min-width:2560px) {
		.search_block {
				background-size: 2560px auto;
		}
}
.check-list, .check-list li {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
}
.check-list li {
		margin-bottom: .5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 1.35rem;
}
.check-list li .icon {
		max-width: 30px;
		display: inline-block;
		position: relative;
		top: -.15rem;
}
/************************
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;
}
.remark-icon.plus::before, .remark-icon.plus::after {
		content: '';
		position: absolute;
		background-color: #54320a;
}
.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: #54320a;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
}
.remark-head {
		cursor: pointer;
		padding: .5rem .75rem .5rem 1rem;
		background-color: #f0ddbe;
		color: #54320a;
		font-size: 1.25rem;
		margin-bottom: 1rem;
}
.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);
}
/************************
INFO CARD
************************/
.highline_text {
		max-width: 55%;
}
.is-point-tag {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		padding: .75rem;
		border-radius: 5rem;
		background-color: #cc0000;
		color: #ffffff;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 .25rem;
}
.remark_text.large {
		font-size: .95rem;
}
.remark_text {
		font-size: .8125rem;
}
.info-card .head {
		max-width: 300px;
		margin: 0 auto;
}
.info-card .title {
		font-size: 2.5rem;
		letter-spacing: 3px;
}
.point_card_group {
		max-width: 65%;
}
.point_card {
		border-radius: .5rem;
		padding: 1rem .5rem;
		background-color: #ffffff;
		font-size: 1.125rem;
		max-width: 92%;
		margin: auto;
		-webkit-box-shadow: 0 0 .75rem RGBA(245, 211, 175, .75);
		box-shadow: 0 0 .75rem RGBA(245, 211, 175, .75);
}
.point_card .title {
		font-size: 1.75rem;
		letter-spacing: 2px;
}
.info-card .text .no, .info-card .title .no {
		font-size: 150%;
		line-height: 1;
		position: relative;
		top: 2px;
}
.info-card .text .no, .info-card .title .no.basic {
		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.325rem;
		font-weight: 500;
		color: #000000;
}
.info-card .date .badge {
		font-size: 1.25rem;
		font-weight: 500;
		color: #000000;
		background-color: #e8d5b3;
		border-radius: 5rem;
		padding: .35rem .75rem;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.info-card .text {
		font-size: 1.5rem;
		font-weight: 500;
		color: #000000;
}
.info-card .text .remark-text {
		font-size: .8125rem;
}
.info-card .remark-text {
		margin: auto;
		font-size: .95rem;
		font-weight: 500;
		color: #666666;
		letter-spacing: 1px;
}
.info-card .note .point_red {
		max-width: calc(90% - 2rem);
}
.info-card .remark-text .note {
		max-width: 70%;
}
.info-card .btn-block {
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
}
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);
}
/************************
DESCRIPTION
************************/
.description_block {
		background-color: #ebebeb;
}
.description > div a {
		color: #0644ff;
}
.description > div a:hover {
		text-decoration: underline;
}
/************************
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 .f_link, footer .fiscal .f_right, footer .fiscal .f_left, footer .fiscal, footer {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
footer {
		padding: 10px 2%;
		background-color: rgb(72, 72, 72);
}
/************************/
footer .fiscal {
		margin: 20px 0px;
		color: #191919;
}
footer .fiscal .f_left {
		width: calc(25% + 20px);
		font-size: 30px;
		color: #ffffff;
		min-height: 48px;
		text-align: left;
}
footer .fiscal .f_left img {
		width: 80%;
}
footer .fiscal .f_right {
		width: calc(75% - 20px);
		font-size: 14px;
		line-height: 1.6em;
		color: #ffffff;
}
footer .fiscal .f_right a, footer .fiscal .f_right a:hover {
		color: #ffffff;
		line-height: 1em;
}
/************************/
footer .f_link {
		margin-top: 10px;
		min-height: 40px;
		font-size: 14px;
		color: #b8b8b8;
}
footer .f_link a, footer .f_link a:hover {
		display: inline-block;
		padding: 0px 10px;
		color: #b8b8b8;
		line-height: 1em;
}
footer .f_link a:first-child {
		padding-left: 0;
}
footer .f_link a + a {
		border-left: 1px solid #b8b8b8 !important;
}
footer .f_copy {
		display: inline-block;
		font-weight: 600;
}
@media screen and (max-width: 991px) {
		footer .fiscal {
				width: 100%;
				padding: 0px 5%;
		}
		footer .fiscal .f_left img {
				max-width: 300px;
		}
		footer .fiscal .f_left, footer .fiscal .f_right {
				width: 100%;
				padding: 0px 3%;
				text-align: left;
		}
		footer .f_link {
				font-size: 13px;
		}
		footer .f_link {
				width: 96%;
				margin: 1em 2%;
				text-align: center;
		}
		footer .f_copy {
				display: inline-block;
				width: 90%;
				margin: 10px 5%;
				text-align: center;
		}
}
@media screen and (max-width: 576px) {
		footer {
				padding-bottom: 0;
		}
}
@media screen and (max-width: 480px) {
		footer .fiscal .f_left {
				font-size: 28px;
				padding-right: 20%;
		}
}
@media screen and (max-width: 320px) {
		footer .fiscal .f_left {
				font-size: 23px;
				text-wrap: nowrap;
		}
		footer .fiscal .f_right {
				font-size: 12px;
		}
}
@media screen and (max-width:280px) {
		footer .fiscal .f_right {
				font-size: 12px;
		}
		footer .fiscal .f_left {
				font-size: 23px;
		}
}
/***********************
LAYOUT 框架
***********************/
section.main-content {
		position: relative;
		display: inline-block;
		width: 100%;
		background: #fbf6f3;
		overflow: hidden;
}
@media screen and (min-width:1600px) {
		section.main-content {
				overflow: visible;
		}
}
/************************
KEY-VISUAL
************************/
.key-visual {
		background-color: #fdf4e3;
}
.key-visual .topic {
		left: 13%;
		right: auto;
		top: 22%;
		bottom: auto;
		margin: auto;
		z-index: 2;
		max-width: 29vw;
		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 .bg_mask {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		background-color: transparent;
		-webkit-mask-size: contain;
		mask-size: contain;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center;
		mask-position: center;
		overflow: hidden;
		-webkit-mask-image: url('../images/kv/kv_bg_mask.png');
		mask-image: url('../images/kv/kv_bg_mask.png');
		aspect-ratio: 2560 / 1259;
		z-index: 2;
		opacity: 0;
}
.key-visual .topic .is_mask {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		background-color: transparent;
		-webkit-mask-size: contain;
		mask-size: contain;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center;
		mask-position: center;
		overflow: hidden;
		-webkit-mask-image: url('../images/kv/kv_topic_mask.png');
		mask-image: url('../images/kv/kv_topic_mask.png');
		aspect-ratio: 1200 / 844;
		z-index: 2;
		opacity: 0;
}
.key-visual.is-time .bg_mask, .key-visual.is-time .topic .is_mask {
		opacity: 1;
}
.key-visual .topic .is_mask::before {
		content: '';
		position: absolute;
		top: 0;
		left: -100%;
		width: 50%;
		height: 100%;
		background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .85)), color-stop(70%, rgba(255, 255, 255, 0)));
		background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, 0) 70%);
		pointer-events: none;
		-webkit-transform: skewX(40deg);
		-ms-transform: skewX(40deg);
		transform: skewX(40deg);
}
.key-visual .topic .is_mask::before {
		-webkit-animation: sweep 3.5s 2.5s infinite linear;
		animation: sweep 3.5s 2.5s infinite linear;
}
.key-visual .bg_mask::before {
		content: '';
		position: absolute;
		top: 0;
		left: -100%;
		width: 50%;
		height: 100%;
		background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .85)), color-stop(70%, rgba(255, 255, 255, 0)));
		background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, 0) 70%);
		pointer-events: none;
		-webkit-transform: skewX(40deg);
		-ms-transform: skewX(40deg);
		transform: skewX(40deg);
}
.key-visual .bg_mask::before {
		-webkit-animation: sweep 3.5s 4s infinite linear;
		animation: sweep 3.5s 4s infinite linear;
}
@-webkit-keyframes sweep {
		0% {
				left: -100%;
		}
		100% {
				left: 200%;
		}
}
@keyframes sweep {
		0% {
				left: -100%;
		}
		100% {
				left: 200%;
		}
}
.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;
		top: 0;
		bottom: 0;
		margin: auto;
		max-width: 13.5vw;
		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 {
				max-width: 550px;
				top: 20%;
				left: 20%;
		}
		.key-visual .is_light {
				max-width: 300px;
		}
}
@media (min-width: 2560px) {
		.key-visual .topic {
				max-width: 550px;
				top: 20%;
				left: 20%;
		}
		.key-visual .kv_block, .key-visual .is_bg {
				max-width: 2560px;
		}
}
@media (max-width: 1199px) {
		.key-visual .topic {
				max-width: 30vw;
		}
}
@media (max-width: 576px) {
		.key-visual .topic {
				left: 0;
				right: 0;
				bottom: auto;
				top: 10%;
				max-width: 60vw;
		}
		.key-visual .is_light {
				max-width: 35vw;
				left: 0;
				right: auto;
				top: auto;
				bottom: 5%;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.key-visual .topic {
				max-width: 30vw;
				top: 15%;
				right: auto;
				left: 10%;
		}
		.is_light.d-sm-none, .key-visual .d-sm-none {
				display: none !important
		}
		.is_light.d-sm-block, .key-visual .d-sm-block {
				display: block !important
		}
		.key-visual .is_light {
				max-width: 20%;
				left: auto;
				right: 0;
		}
}
@media (max-width: 320px) {
		.key-visual .topic {
				max-width: 65vw;
				top: 8%;
		}
}
/***************************
GOLD FLARE
***************************/
.key-visual .gold-flare-block {
		bottom: -60px;
		left: 15%;
		z-index: 3;
		pointer-events: none;
		width: 300px;
		height: 140px;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		display: block;
		background-color: RGBA(0, 0, 0, 0);
}
.key-visual .gold-flare-item {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
		width: 300px;
		height: 140px;
}
/***************************
BLOCK
***************************/
.content_bg {
		will-change: transform;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		background-color: #fdf4e3;
}
.content_bg::after {
		background-image: url("../images/content_bg_top.jpg"), url("../images/content_bg_bot.jpg");
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top, center bottom;
		background-color: #fcf8ec;
		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;
}
.content_bot_bg {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f8f3e3), color-stop(70%, #ffebcc));
		background: linear-gradient(to bottom, #f8f3e3 30%, #ffebcc 70%);
		will-change: transform;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
}
.content_bot_bg.last {
		background-image: url("../images/content_bg_last.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #fdf4e3;
}
.info-card {
		max-width: 100%;
		margin: auto;
}
.info-card .remark-board {
		max-width: 92%;
		margin: 3rem auto;
}
/************************
RED POINT
************************/
.point_red > li {
		position: relative;
		font-size: .95rem;
		line-height: 1.75;
}
.point_red > li::before {
		content: '';
		position: absolute;
		left: -12px;
		top: 9px;
		width: 5px;
		height: 5px;
		border-radius: 5px;
		display: block;
		background-color: #cc0000;
}
.point_red.is-dark > li::before {
		background-color: #000000;
}
.point_red.is_note > li::before {
		top: 6px;
}
/************************
SEARCH CARD
************************/
.search-card > .row {
		max-width: 70%;
}
/************************
BOX CARD
************************/
.box-card img {
		max-width: 580px;
}
/************************
RWD
************************/
@media screen and (min-width:1600px) {
		.key-visual .gold-flare-block {
				bottom: -50px;
		}
		.point-body .alert-block .icon {
				max-width: 50px;
		}
		.point-body .info, .point-body .alert-block {
				font-size: 1.25rem;
				line-height: 1.25;
		}
		.newgift-card-head {
				font-size: 1.65rem;
		}
		.newgift-desc {
				font-size: 1.25rem;
		}
}
@media screen and (min-width:1920px) {
		.box-card img {
				max-width: 640px;
		}
		.key-visual .gold-flare-block {
				bottom: -30px;
		}
}
@media screen and (min-width:2560px) {
		.content_bot_bg.last, .content_bg.last, .content_bg {
				background-size: 2560px auto;
		}
		.box-card img {
				max-width: 700px;
		}
		.content_bg::after {
				max-width: 2560px;
		}
}
@media (max-width:1199px) {
		.faq-block .head {
				font-size: 1.75rem;
		}
		.info-card .point_card .title {
				font-size: 1.5rem;
		}
		.point-body .info, .point-body .alert-block {
				font-size: 1rem;
		}
		.point_card {
				font-size: 1rem;
		}
		.point-body .alert-block .icon {
				max-width: 40px;
		}
		.point-body .info .icon {
				max-width: 12px;
		}
		.point_red.is_note > li::before {
				top: 8px;
		}
		.newgift-card {
				min-height: 280px;
		}
		.newgift-card-head {
				padding: .75rem .5rem .75rem .5rem;
				font-size: 1.25rem;
				min-height: 90px;
		}
		.newgift-ribbon {
				font-size: 1.25rem;
		}
		.newgift-card.is-full .info {
				font-size: 1.5rem;
				line-height: 1.25;
		}
		.newgift-desc {
				font-size: .875rem;
				padding: 1rem .5rem;
		}
		.newgift-card-head img {
				max-width: 4vw;
		}
		.faq-item summary {
				font-size: 1.125rem;
		}
		.faq-item summary .q {
				width: 30px;
				height: 30px;
				top: -2px;
				font-size: 1.25rem;
		}
		.faq-item .answer .a {
				width: 30px;
				height: 30px;
				font-size: 1.25rem;
		}
		.faq-item .answer {
				font-size: 1rem;
		}
		.remark-head {
				font-size: 1.125rem;
		}
		.remark-head .icon {
				max-width: 12px;
		}
		.info-card .remark-board {
				max-width: 94%;
				margin: 3rem auto;
		}
		.info-card .remark-board > ul {
				max-width: 60%;
		}
		.point_red > li {
				font-size: .85rem;
		}
		.box-card img {
				max-width: 420px;
		}
		.info-card .text .remark-text {
				font-size: .75rem;
		}
		.info-card .remark-text {
				max-width: 90%;
				font-size: .875rem;
		}
		.check-list li {
				font-size: 1.125rem;
		}
		.info-card .text, .info-card .date .badge, .info-card .date {
				font-size: 1rem;
		}
		.info-card .title {
				font-size: 1.75rem;
		}
		.check-list li .icon {
				max-width: 25px;
				display: inline-block;
				position: relative;
				top: 0;
		}
		a.btn-event {
				width: auto;
				min-width: 160px;
				height: 40px;
				line-height: 40px;
				font-size: 1rem;
				padding: 0 1rem;
				text-align: center;
		}
		.container-xxl.ad .title {
				font-size: 1.5rem;
				padding-left: 2rem !important;
		}
		.remark_text.large {
				font-size: .85rem;
		}
		.search-card .title {
				font-size: 1.75rem;
		}
		.info-card .note .point_red {
				max-width: 78%;
		}
		.faq-item .answer::before {
				max-width: calc(100% - 5.5rem);
		}
		.has-indent.large > li {
				margin-left: 1.75rem;
				text-indent: -2.125rem;
		}
		.has-indent > li {
				margin-left: 1.75rem;
				text-indent: -2.125rem;
		}
		.has-indent > li {
				margin-left: 1.35rem;
				text-indent: -1.425rem;
		}
}
@media (max-width:991px) {
		.faq-item .answer::before {
				max-width: calc(100% - 5rem);
		}
		.is-point-tag {
				padding: .5rem;
				margin-right: 0;
				width: 42px;
				height: 40px;
		}
		.star-block {
				max-width: calc(100% - 2rem);
		}
		.star-block .icon {
				max-width: 4vw;
		}
		.point-block .point-head {
				font-size: .85rem;
		}
		.point-body .alert-block {
				min-height: inherit;
				font-size: .875rem;
		}
		.info-card .remark-board {
				margin: 1.5rem auto;
		}
		.info-card .point-head .title {
				font-size: 2rem;
				letter-spacing: normal;
		}
		.newgift-ribbon {
				font-size: 1rem;
		}
		.newgift-desc {
				font-size: .8125rem;
				padding: 1rem 0;
		}
		.newgift-card-head {
				padding: 1rem .5rem .75rem .5rem;
				font-size: 1rem;
				min-height: 80px;
		}
		.newgift-card.is-full .info {
				font-size: 1.125rem;
		}
		.newgift-card {
				max-width: 100%;
				min-height: 250px;
		}
		.newgift-card .remark_text {
				font-size: .75rem;
		}
		.newgift-section {
				max-width: 100%;
		}
		.newgift-card.is-full::after {
				max-width: calc(100% - 12px);
				max-height: calc(100% - 12px);
		}
		.point-body .alert-block .icon {
				max-width: 4.5vw;
		}
		.has-equal::after, .has-plus::after {
				width: 20px;
				height: 20px;
				right: -22px;
				font-size: 200%;
				bottom: 80px;
		}
		.info-card .text, .info-card .date .badge, .info-card .date {
				font-size: .85rem;
		}
		.newgift-card.is-full .gold-flare-block {
				-webkit-transform: scale(.5);
				-ms-transform: scale(.5);
				transform: scale(.5);
				left: 75%;
		}
		.key-visual .gold-flare-block {
				bottom: -60px;
				left: 8%;
				-webkit-transform: scale(.6);
				-ms-transform: scale(.6);
				transform: scale(.6);
		}
		.remark-head {
				font-size: 1rem;
		}
		.info-card .remark-text {
				max-width: 88%;
				font-size: .8125rem;
		}
		.info-card .remark-text .note {
				max-width: 80%;
		}
		.box-card img {
				max-width: 40vw;
		}
		.info-card .text {
				font-size: 1rem;
		}
		.description {
				font-size: .85rem;
		}
		.container-xxl.ad {
				padding: 2rem 0;
				max-width: 100%;
		}
		.ad_card .info {
				font-size: .875rem;
		}
		.ad_card .head {
				font-size: 1rem;
		}
		.ad_card .btn {
				padding: .25rem 1rem .25rem 1.125rem;
				font-size: .8125rem;
		}
		.container-xxl.ad .title {
				font-size: 1.5rem;
		}
		.info-card .title .no {
				font-size: 160%;
				line-height: 1.25
		}
		.info-card .title {
				font-size: 1.75rem;
		}
		.check-list li {
				font-size: .875rem;
		}
		.search-card > .row {
				max-width: 80%;
		}
		.info-card .note .point_red {
				max-width: 78%;
		}
		.btn-block .btn-event {
				width: 100px;
				height: auto;
				padding: .125rem 1rem;
				font-size: .8125rem;
				border-width: 1px;
		}
		.info-card .btn-block {
				display: -webkit-inline-box !important;
				display: -ms-inline-flexbox !important;
				display: inline-flex !important;
				-webkit-box-orient: horizontal !important;
				-webkit-box-direction: normal !important;
				-ms-flex-direction: row !important;
				flex-direction: row !important;
				max-width: 70%;
		}
		.highline_text {
				max-width: 60%;
		}
		.point_card_group {
				max-width: 80%;
		}
		.point_card {
				font-size: .85rem;
		}
		.info-card .point_card .title {
				font-size: 1.25rem;
		}
		.point_red > li {
				font-size: .8125rem;
		}
		.faq-block .head {
				font-size: 1.5rem;
		}
		.faq-item summary {
				font-size: 1rem;
		}
		.faq-item summary .q {
				width: 25px;
				height: 25px;
				top: -2px;
				font-size: 1.125rem;
		}
		.faq-item .answer .a {
				width: 25px;
				height: 25px;
				font-size: 1.125rem;
		}
		.faq-item .answer {
				font-size: .875rem;
		}
		.search-card .title {
				font-size: 1.5rem;
		}
		.remark-hint {
				text-wrap: nowrap;
		}
		.faq-item summary .arrow {
				max-width: 1.5vw;
				top: -2px;
		}
}
@media (max-width:991px) and (orientation: landscape) {
		.info-card .remark-board {
				max-width: 94%;
				margin: 2rem auto;
		}
		.newgift-card-head {
				padding: .75rem .5rem;
				min-height: 70px;
		}
		.newgift-card {
				min-height: 230px;
		}
		.newgift-desc {
				padding: .75rem 0;
		}
		.point-body .alert-block .icon {
				max-width: 4vw;
		}
		.point_card_group {
				max-width: 66%;
		}
		.remark-icon {
				top: 5px;
		}
}
@media (max-width:767px) {
		.has-indent.large > li {
				margin-left: 1.75rem;
				text-indent: -2.25rem;
		}
		.info-card .remark-text {
				max-width: 92%;
		}
		.info-card .remark-text .note {
				max-width: 88%;
		}
		.remark-head {
				padding: .5rem;
				font-size: .9rem;
		}
		.remark-head .icon {
				max-width: 12px;
				right: .5rem;
		}
		.info-card .title img {
				max-width: 140px;
		}
		.box-card img {
				width: 340px;
		}
		.description > div {
				font-size: .8125rem;
		}
		.info-card .point-head .title {
				font-size: 1.75rem;
		}
		.point-block .point-head {
				font-size: .8125rem;
		}
		.info-card .title {
				font-size: 1.5rem;
		}
		.check-list li {
				font-size: .875rem;
		}
		.btn-block .btn-event {
				height: auto;
				padding: .125rem .5rem;
				width: 100px;
		}
		.info-card .note {
				max-width: 100%;
				margin: auto;
		}
		.info-card .remark-text, .point_red > li {
				font-size: .75rem;
		}
		.point_red > li::before {
				top: 6px;
		}
		.highline_text {
				max-width: 58%;
		}
		.newgift-desc {
				font-size: .875rem;
		}
		.newgift-card {
				min-height: 270px;
		}
		.has-equal::after, .has-plus::after {
				bottom: 120px;
		}
		.search-card > .row {
				max-width: 88%;
		}
}
@media (max-width:667px) {
		.info-card .text {
				font-size: .935rem;
		}
		.newgift-ribbon {
				font-size: .825rem;
		}
		.newgift-card-head {
				font-size: .935rem;
		}
}
@media (max-width:576px) {
		.has-indent > li {
				margin-left: 1.35rem;
				text-indent: -1.3rem;
		}
		.point_card {
				font-size: .8125rem;
				padding: .75rem .25rem;
				height: 130px;
				min-height: inherit;
				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-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
		}
		.point_card > span {
				height: 50px;
				line-height: 1.25;
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
		}
		.key-visual .gold-flare-block {
				bottom: -90px;
				left: 8%;
				-webkit-transform: scale(.5);
				-ms-transform: scale(.5);
				transform: scale(.5);
				display: none;
		}
		.faq-item summary .arrow {
				max-width: 3vw;
				top: -2px;
		}
		.box-card {
				margin-top: 2rem;
		}
		.info-card .remark-board > ul {
				max-width: 70%;
		}
		.remark-head {
				padding: .5rem .5rem .5rem .5rem;
				font-size: 1rem;
		}
		.remark-icon {
				top: 5px;
		}
		.remark-title {
				padding-left: 1.125rem;
				padding-right: 1.125rem;
		}
		.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 .remark-board {
				max-width: 100%;
				margin: 1rem auto;
		}
		.check-list li .icon {
				max-width: 3.5vw;
				top: -2px;
		}
		.box-card {
				top: 0;
				z-index: 2;
		}
		.box-card img {
				max-width: 80vw;
		}
		.info-card {
				max-width: 100%;
		}
		.search_block .remark_text {
				max-width: 100%;
		}
		.info-card .title {
				font-size: 1.5rem;
				line-height: 1.5;
				letter-spacing: normal;
		}
		.info-card .text {
				font-size: 1rem;
				line-height: 1.75;
		}
		.search_block .pic {
				width: 150px;
				height: 106px;
				margin: 0 auto 1rem auto;
		}
		.search_block .info-card {
				max-width: calc(90% - 1rem);
		}
		.search_block .remark_text ul {
				padding-left: 1rem !important;
		}
		.check-list li {
				font-size: .875rem;
				line-height: 1.5;
		}
		.check-list li {
				margin-bottom: 0;
		}
		.btn-block .btn-event {
				font-size: 1rem;
				height: auto;
				padding: .25rem .5rem;
				width: 120px;
		}
		.container-xxl.ad .title {
				font-size: 1.5rem;
				text-align: center;
				padding: 0 !important;
		}
		.faq-list {
				gap: 13px;
				margin-top: 1.5rem;
				max-width: calc(100% - 1rem);
		}
		.faq-item summary {
				font-size: .875rem;
				padding: 1rem 1rem .75rem 1rem;
		}
		.faq-item .answer .a, .faq-item summary .q {
				width: 25px;
				height: 25px;
				top: -2px;
				font-size: 1rem;
		}
		.faq-item .answer {
				font-size: .8125rem;
				padding: 1rem 1rem .75rem 1rem;
		}
		.faq-item .answer::before {
				max-width: calc(100% - 4rem);
				right: 1rem;
		}
		.newgift-section {
				max-width: 76%;
		}
		.newgift-section .first {
				margin-top: 1rem;
		}
		.newgift-card {
				min-height: 200px;
		}
		.info-card .remark-text {
				max-width: 100%;
		}
		.has-equal::after, .has-plus::after {
				top: auto;
				left: 0;
				right: 0;
				bottom: -16px;
				font-size: 220%;
		}
		.newgift-card-head {
				min-height: auto;
				font-size: 1.125rem;
		}
		.newgift-card-head .no {
				bottom: 0px;
		}
		.newgift-card-head img {
				max-width: 10vw;
				position: relative;
				top: -2px;
		}
		.newgift-desc {
				font-size: 1rem;
		}
		.newgift-ribbon {
				font-size: 1rem;
		}
		.info-card .point-head .title {
				font-size: 1.5rem;
		}
		.point-body .info .icon {
				max-width: 2.5vw;
		}
		.point-body .alert-block .icon {
				max-width: 7vw;
		}
		.point-body .alert-block {
				padding-top: 0;
				padding-bottom: 1rem;
		}
		.point-body .alert-block.last {
				padding-top: .75rem;
				padding-bottom: 1rem;
		}
		.star-block .icon {
				max-width: 6vw;
		}
		.point_card_group {
				max-width: 100%;
		}
		.search-card > .row {
				max-width: 68%;
		}
		.info-card .point_card .title {
				padding-top: .25rem;
				line-height: 1.25;
		}
		.info-card .text .no, .info-card .title .no.basic {
				line-height: 0;
		}
		.info-card .note .point_red {
				max-width: 82%;
		}
		.check-list, .check-list li {
				width: 100%;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.point-body .alert-block .icon {
				max-width: 5vw;
		}
		.point-body .alert-block {
				min-height: inherit;
				font-size: .825rem;
		}
		.remark-title br.d-sm-none.d-block {
				display: none !important;
		}
		.point_card_group {
				max-width: 70%;
		}
		.search-card > .row {
				max-width: 50%;
		}
		.info-card .note .point_red {
				max-width: calc(100% - 2rem);
		}
		.highline_text {
				max-width: 40%;
		}
		.box-card {
				margin-top: 0;
		}
		.info-card .remark-board {
				max-width: 100%;
				margin: 1rem auto;
		}
		.newgift-section {
				max-width: 55%;
		}
		.newgift-card-head img {
				max-width: 8vw;
				position: relative;
				top: -2px;
		}
		.info-card {
				max-width: 100%;
				padding: 0 0;
		}
		.info-card .col-sm-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 50%;
		}
		.search_block .pic {
				width: 180px;
				height: 127px;
				margin: 0 auto 1rem auto;
		}
		.info-card .remark-text {
				max-width: 100%;
		}
}
@media (max-width:375px) {
		.remark-head {
				font-size: .875rem;
		}
		.info-card .text {
				font-size: 1rem;
				line-height: 1.75;
		}
		.info-card .date .badge, .info-card .date {
				font-size: .875rem;
		}
		.search-card > .row {
				max-width: 72%;
		}
}
@media (max-width:320px) {
		.remark-head {
				font-size: .8125rem;
		}
		.info-card .text {
				font-size: .875rem;
				line-height: 1.75;
		}
		.search_block {
				border-bottom-width: 4px;
		}
		.info-card .title {
				font-size: 1.25rem;
		}
		.newgift-section {
				max-width: 100%;
		}
		.point-block {
				padding: 1.5rem .5rem;
		}
		.info-card .remark-text {
				max-width: 100%;
		}
}
/************************
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 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: 50px;
		color: #000000;
}
.drawer-header-icon {
		display: inline-block;
		content: "";
		width: 40px;
		height: 40px;
		background: url('../images/btn_to_open.svg') no-repeat scroll center center transparent;
		background-size: 60% 60%;
		text-align: right;
		vertical-align: middle;
		position: relative;
		top: -2px;
}
.drawer-content {
		width: 100%;
		padding: .5rem .5rem 1rem 1rem;
		display: block;
		color: #333333;
		font-size: 16px;
		line-height: 1.8em;
		word-wrap: break-word;
		text-align: justify;
}
.drawer-content b {
		color: #000000;
		font-weight: 700;
}
.drawer-content ol {
		padding-left: 1rem;
}
@media screen and (max-width:1199px) {
		.drawer-content {
				font-size: .8125rem;
				padding-left: 0;
				padding-right: 0;
		}
		.drawer-item {
				padding: 0 1rem;
		}
}
@media screen and (max-width:767px) {
		.drawer-content ol {
				padding-left: 1rem;
		}
		.drawer-content {
				font-size: 14px;
		}
		.drawer-header .title {
				font-size: 1rem;
		}
		.drawer-header-icon {
				width: 35px;
				height: 35px;
		}
}
@media screen and (max-width:576px) {
		.drawer-content {
				font-size: 14px;
		}
		.drawer-item {
				padding: 0;
		}
		.drawer-content {
				word-wrap: break-word;
				word-break: break-all;
				text-align: start;
				padding: 0;
		}
}
@media screen and (max-width:320px) {
		.drawer-content {
				font-size: 12px;
		}
		.drawer-item {
				padding: 0;
		}
		.drawer-content {
				word-wrap: break-word;
				word-break: break-all;
		}
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 6.5rem;
		right: 0;
		left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
}
.fix-ad .full-item {
		text-align: center;
		display: block;
		margin-bottom: .5rem;
		width: 125px;
		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: 145px;
		}
}
@media only screen and (max-width:1199px) {
		.fix-ad {
				bottom: 7rem;
		}
		.fix-ad .full-item {
				max-width: 9vw;
		}
}
@media only screen and (max-width:991px) {
		.fix-ad {
				bottom: 4rem;
		}
		.fix-ad .full-item {
				max-width: 10vw;
		}
}
@media only screen and (max-width:991px) and (orientation:landscape) {
		.fix-ad {
				bottom: 3rem;
		}
		.fix-ad .full-item {
				max-width: 8vw;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad {
				bottom: 3rem;
		}
		.fix-ad .full-item {
				max-width: 10vw;
		}
}
@media only screen and (max-width:576px) {
		.fix-ad {
				bottom: 4rem;
		}
		.fix-ad .full-item {
				max-width: 20vw;
		}
}
@media only screen and (max-width:568px) and (orientation:landscape) {
		.fix-ad {
				bottom: 3rem;
		}
		.fix-ad .full-item {
				max-width: 9vw;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: 3rem;
		}
		.fix-ad .full-item {
				max-width: 18vw;
		}
}
/************************
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;
		}
}