.drawer-content a, .drawer-content a:link, .drawer-content a:visited, .drawer-content a:hover, .drawer-content a:active {
		color: #ff3333;
}
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;
}
a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: #333;
		border: 0 !important;
		outline: none !important;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
body {
		padding: 0;
		margin: 0;
		color: #3e3a3a;
		font-family: 'Open Sans', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-weight: 600;
		font-size: 1rem;
}
.sp_text, #search .subtitle {
		font-family: 'Open Sans', 'Microsoft YaHei', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.sp-text {
		font-family: 'Open Sans', 'Microsoft YaHei', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-weight: normal;
}
.card.reset, .card.reset .card-header, .card.reset .card-footer {
		border: 0;
		background-color: transparent;
}
.card.reset .card-header, .card.reset .card-body {
		color: #333333;
}
.no {
		font-size: 102%;
}
.no.large {
		font-size: 200%;
		line-height: 0;
}
.c-red {
		color: #da211e;
}
a.has-link {
		color: #da211e;
}
.has-indent > li {
		margin-left: 1.5rem;
		text-indent: -1.5rem;
}
.has-indent > li li {
		margin-left: 0;
		text-indent: 0;
}
@media screen and (max-width: 576px) {
		.has-indent li {
				margin-left: 0;
				text-indent: -1.5rem;
		}
}
@media screen and (max-width: 991px) {
		body.open {
				width: 100%;
				height: 100vh;
				overflow: hidden;
		}
		.overlay {
				position: fixed;
				top: 0;
				left: 0;
				z-index: 49;
				width: 100%;
				height: 100%;
				opacity: 0;
				visibility: hidden;
				-webkit-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
				background-color: RGBA(0, 0, 0, 0.8);
		}
		.overlay.open {
				opacity: 0.8;
				visibility: visible;
		}
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 6.5rem;
		right: 0;
		left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
}
.fix-ad .full-item {
		text-align: center;
		display: block;
		margin-bottom: .5rem;
		width: 140px;
		position: relative;
}
@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: 2.5rem;
		}
}
@media only screen and (max-width:991px) and (orientation:landscape) {
		.fix-ad {
				bottom: 2.5rem;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 1.75rem
		}
}
@media only screen and (max-width:576px) {
		.fix-ad {
				-webkit-transform: scale(.6);
				-ms-transform: scale(.6);
				transform: scale(.6);
				bottom: 1.5rem;
		}
}
@media only screen and (max-width:568px) and (orientation:landscape) {
		.fix-ad {
				bottom: 1.5rem;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: 1rem;
		}
}
/************************
Sticky Bar
************************/
#go_ban {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 200px;
		right: 5px;
		bottom: 6rem;
}
#go_link {
		position: relative;
		display: inline-block;
		width: 100%;
		text-align: center;
}
#go_link_n {
		position: relative;
		display: inline-block;
		width: 100%;
		margin-bottom: .5rem;
		text-align: center;
}
#go_link_n a, #go_link a {
		display: inline-block;
}
#go_link_n img, #go_link img {
		width: 100%;
}
#go_link_n img.text-item, #go_link img.text-item {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		max-width: 100%;
		bottom: 0;
		margin: auto;
}
@media only screen and (max-width: 1199px) {
		#go_ban {
				bottom: 12%;
				width: 160px;
		}
}
@media only screen and (max-width: 991px) {
		#go_ban {
				bottom: 8%;
				width: 150px;
		}
}
@media (max-width: 991px) and (orientation:landscape) {
		#go_ban {
				bottom: 15%;
				width: 150px;
		}
		#go_link img {
				width: inherit;
				max-width: 100%;
		}
		#go_link_n img {
				width: inherit;
				max-width: 100%;
		}
}
@media only screen and (max-width: 767px) {
		#go_ban {
				right: 5px;
				width: 120px;
				bottom: 4rem;
		}
		#go_link img {
				width: inherit;
				max-width: 100%;
		}
		#go_link_n img {
				width: inherit;
				max-width: 100%;
		}
}
@media screen and (max-width: 576px) {
		#go_ban {
				max-width: 100px;
		}
		#go_link_n {
				width: 100%;
		}
}
/************************
Go to Black
************************/
.goto-block {
		right: 0;
		bottom: 5.5em;
		width: 12vw;
		max-width: 145px;
		z-index: 3;
		text-align: right;
		cursor: pointer;
}
.goto-block .text {
		right: 0;
		top: 0;
		z-index: 2;
}
/*------------------------------------------ 
Modal
--------------------------------------------*/
.modal-outlink .modal-header .btn-close {
		width: 2em;
		height: 2em;
}
.modal-outlink .modal-header .btn-close:focus {
		outline: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: 0;
}
.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
************************/
.info-modal .modal-header {
		position: relative;
		border: 0;
		padding: 0;
		overflow: visible;
}
.info-modal .modal-header .btn-close {
		position: absolute;
		right: -.5rem;
		top: -.5rem;
		width: 30px;
		height: 30px;
		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;
		background-color: #666666;
		color: #ffffff;
		border-radius: 100%;
		opacity: 1;
		background-image: none;
		font-size: 1.25rem;
		z-index: 10;
}
.info-modal .modal-header .btn-close img {
		max-width: 90%;
}
.info-modal .modal-header .btn-close:hover {
		background-color: #000000;
}
.info-modal .modal-body {
		padding: 3rem;
		font-size: 1rem;
		line-height: 2;
		text-align: justify;
}
.info-modal .modal-body .table {
		min-width: 450px;
}
.info-modal .modal-body .table th {
		background-color: #666;
		color: #ffffff;
}
.info-modal .modal-body .table th, .info-modal .modal-body .table td {
		padding: .5rem 1rem;
		font-size: 1rem;
}
.info-modal .modal-body .table th:first-child {
		border-right: 1px solid #ffffff;
}
.info-modal ul, .info-modal ol {
		padding-left: 1.25rem !important;
		margin-bottom: .5rem;
}
.info-modal ul.list-unstyled, .info-modal ol.list-unstyled {
		padding-left: 0 !important;
}
.info-modal .modal-body a {
		color: #da211e;
}
.info-modal .modal-body a:hover {
		color: #000;
		text-decoration: underline;
}
@media screen and (max-width:1199px) {
		.info-modal .modal-body .table {
				min-width: inherit;
				width: 100% !important;
		}
		.info-modal ul > ol {
				padding-left: 0 !important
		}
}
@media screen and (max-width:991px) {
		.info-modal .modal-body {
				padding: 2rem 1.5rem;
		}
		.info-modal .modal-dialog {
				max-width: 90%;
				margin-right: auto;
				margin-left: auto;
		}
}
@media screen and (max-width:767px) {
		.info-modal .modal-body {
				padding: 2rem 1rem;
				font-size: .825rem;
				line-height: 1.75;
		}
		.info-modal .modal-body .table th, .info-modal .modal-body .table td {
				padding: .25rem .75rem;
				font-size: .825rem;
		}
		.info-modal .modal-body h5 {
				font-size: 1rem;
		}
}
@media screen and (max-width:576px) {
		.info-modal .modal-body .table th, .info-modal .modal-body .table td {
				padding: .25rem .25rem;
				font-size: .75rem;
				text-align: start;
		}
		.info-modal .modal-header {
				height: 25px;
		}
		.info-modal .modal-body h3 {
				font-size: 1.25rem;
		}
		.info-modal .modal-header .btn-close {
				right: 1rem;
				top: 1rem;
				width: 20px;
				height: 20px;
				font-size: 1rem;
		}
		.info-modal ul, .info-modal ol {
				padding-left: 1rem !important;
		}
}
@media screen and (max-width:320px) {
		.info-modal .modal-body .table th, .info-modal .modal-body .table td {
				font-size: .75rem;
		}
		.info-modal .modal-dialog {
				max-width: calc(100% - 1rem);
		}
}
/************************
BUTTON Event
************************/
a.btn-event {
		height: auto;
		overflow: hidden;
		display: inline-block;
		font-size: 1.125rem;
		position: relative;
		font-weight: bold;
		line-height: 1;
		min-width: 200px;
		text-shadow: none;
		border-radius: 1.125rem;
		padding: 1.25rem 1.5rem;
		color: #60140c;
		border: 0;
		background: -o-linear-gradient(45deg, #e1ceb4 80%, #87643a 100%);
		background: linear-gradient(45deg, #e1ceb4 80%, #87643a 100%);
		z-index: 1;
}
a.btn-event::before {
		content: '';
		width: calc(100% - 6px);
		height: calc(100% - 6px);
		position: absolute;
		border-radius: 1rem;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		background: -o-linear-gradient(45deg, #a2712e 10%, #dbc47b 25%, #dac374 40%, #f6f5b9 50%, #ac843a 90%, #724a20 100%);
		background: linear-gradient(45deg, #a2712e 10%, #dbc47b 25%, #dac374 40%, #f6f5b9 50%, #ac843a 90%, #724a20 100%);
		z-index: 1;
}
a.btn-event > span {
		position: relative;
		z-index: 1;
}
a.btn-event:focus, a.btn-event, a.btn-event:hover {
		-webkit-transition: all .1s linear !important;
		-o-transition: all .1s linear !important;
		transition: all .1s linear !important;
}
a.btn-event:focus {
		color: #60140c !important;
}
a.btn-event:hover {
		color: #60140c !important;
		-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
		transform: translateY(6px);
		-webkit-box-shadow: 0 0 .25rem RGBA(0, 0, 0, .5);
		box-shadow: 0 0 .25rem RGBA(0, 0, 0, .5)
}
@media (max-width:991px) {
		a.btn-event {
				font-size: 1rem;
				min-width: 150px;
				padding: .75rem 1.5rem;
		}
}
@media (max-width:567px) {
		a.btn-event {
				font-size: 1rem;
				min-width: inherit;
				padding: 1rem 1.5rem;
		}
}
@media (max-width:320px) {
		a.btn-event {
				font-size: .875rem;
				min-width: inherit;
				padding: 1rem 1.25rem;
		}
}
/************************
SPACE
************************/
@media (min-width:1200px) {
		.container-xxl {
				max-width: 1100px;
		}
		.container-xxl.wide {
				max-width: 1366px;
		}
		.container-xxl.full {
				max-width: 2560px;
		}
}
/****************************/
.toggle-button {
		position: relative;
		display: none;
		left: 0;
		width: 46px;
		height: 46px;
		padding: 18px 15px;
		-webkit-transition: .25s;
		-o-transition: .25s;
		transition: .25s;
		z-index: 999;
}
.toggle-button:hover {
		cursor: pointer;
		/*background-color: #eeeeee;*/
}
.toggle-button .menu-bar {
		position: relative;
		width: 100%;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
.toggle-button .menu-bar-top {
		border: 2px solid #909090;
		border-bottom: none;
		top: 0px;
}
.toggle-button .menu-bar-middle {
		height: 2px;
		margin: 2px 0px;
		top: 0px;
}
.toggle-button .menu-bar-bottom {
		border: 2px solid #909090;
		border-top: none;
		top: 0px;
}
.toggle-button.open .menu-bar-top {
		-webkit-transform: rotate(45deg) translate(3px, 3px);
		-ms-transform: rotate(45deg) translate(3px, 3px);
		transform: rotate(45deg) translate(3px, 3px);
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
.toggle-button.open .menu-bar-middle {
		-webkit-transform: translate(0px);
		-ms-transform: translate(0px);
		transform: translate(0px);
		-webkit-transition: .1s ease-in;
		-o-transition: .1s ease-in;
		transition: .1s ease-in;
		opacity: 0;
}
.toggle-button.open .menu-bar-bottom {
		-webkit-transform: rotate(-45deg) translate(3px, -3px);
		-ms-transform: rotate(-45deg) translate(3px, -3px);
		transform: rotate(-45deg) translate(3px, -3px);
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
@media (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;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
header.open {
		height: 50px;
		border-top: 4px solid #2e2e2e;
		-webkit-box-shadow: 0px 2px 2px 0px RGBA(0, 0, 0, 0.2);
		box-shadow: 0px 2px 2px 0px RGBA(0, 0, 0, 0.2);
}
header.open, header {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
@media screen and (max-width: 991px) {
		header {
				height: 50px;
				border-top: 4px solid #2e2e2e;
		}
}
/************************/
header .h_menu, header .h_logo, header .h_content {
		position: relative;
		display: inline-block;
}
header .h_content {
		width: 100%;
		padding-top: 40px;
}
header .h_menu ul.menu-bottom {
		position: fixed;
		display: inline-block;
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		background: #2e2e2e;
		z-index: 50;
}
header .h_menu ul.menu-bottom li {
		position: relative;
		display: inline-block;
		float: right;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 900;
}
header .h_menu ul.menu-bottom a:hover, header .h_menu ul.menu-bottom a {
		display: inline-block;
		color: #ffffff;
		height: 40px;
		padding: 9px 18px;
}
header .h_menu ul.menu-bottom a span {
		font-size: 12px;
		color: #82827c;
}
header .h_menu ul.menu-bottom li:hover {
		background: #444444;
}
header .h_menu ul.menu-bottom ul {
		position: absolute;
		display: none;
		top: 100%;
		width: 280px;
		color: #b8b8b8;
		background: #444444;
}
header .h_menu ul.menu-bottom li:hover > ul {
		display: block;
		height: auto;
}
header .h_menu ul.menu-bottom ul li {
		width: 100%;
		padding: 5px 20px;
		min-height: 40px;
}
header .h_menu ul.menu-bottom ul li:hover {
		background: #999999;
}
header .h_menu ul.menu-bottom ul li.panel-header:hover {
		background: #444444;
}
header .h_menu ul.menu-bottom ul label, header .h_menu ul.menu-bottom ul a {
		font-weight: 400;
}
header.open ul.menu-bottom {
		display: none;
}
header.open .h_content {
		padding-top: 0px;
}
@media screen and (max-width: 991px) {
		header .h_content {
				padding-top: 0px;
		}
		body.open .h_content {
				padding-left: 280px;
		}
		header .h_content, body.open .h_content {
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
		}
		header.open ul.menu-bottom, header .h_menu ul.menu-bottom {
				position: relative;
				display: inline-block;
				background: #ffffff;
		}
		header .h_menu ul.menu-bottom li {
				width: 100%;
		}
		header .h_menu ul.menu-bottom li:hover {
				background: #ffffff;
		}
		header .h_menu ul.menu-bottom a:hover, header .h_menu ul.menu-bottom a {
				width: 100%;
				color: #656565;
		}
		header .h_menu ul.menu-bottom a span {
				position: absolute;
				right: 30px;
				color: #ff3333;
		}
		header .h_menu ul.menu-bottom li.pc768 {
				display: none;
		}
		header .h_menu ul.menu-bottom ul {
				position: relative;
				display: inline-block;
				padding: 10px 0px;
				color: #70706f;
				background: #ececec;
		}
		header .h_menu ul.menu-bottom ul li {
				padding: 5px 20px;
				min-height: 30px;
		}
		header .h_menu ul.menu-bottom ul.last-menu li, header .h_menu ul.menu-bottom ul li.panel-header:hover {
				background: #ececec;
		}
		header .h_menu ul.menu-bottom ul li:hover {
				background: #e2e2e2;
		}
		header .h_menu ul.menu-bottom ul a:hover, header .h_menu ul.menu-bottom ul a {
				font-weight: 900;
				color: #000000;
		}
		header .h_menu ul.menu-bottom li:hover > ul, header .h_menu ul.menu-bottom ul {
				display: none;
		}
		header .h_menu ul.menu-bottom li:hover > ul.open, header .h_menu ul.menu-bottom ul.open {
				display: inline-block;
		}
		header .h_menu ul.menu-bottom ul {
				width: 100%;
		}
}
@media screen and (max-width: 576px) {
		body .h_bank, body.open .h_bank {
				position: absolute;
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
		}
		body .h_bank {
				right: 0;
		}
		body.open .h_bank {
				right: -100%;
		}
		body.open .h_content {
				padding-left: 230px;
		}
}
@media screen and (max-width: 320px) {
		body.open .h_content {
				padding-left: 200px;
		}
}
/************************/
header .h_logo {
		position: relative;
		top: 8px;
		width: 190px;
		margin-right: 15px;
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
}
header .h_logo img {
		display: inline-block;
		width: 50%;
}
header .h_menu ul.menu-top li, header .h_menu ul.menu-top, header .h_menu, header .h_bank {
		position: relative;
		display: inline-block;
}
header .h_bank .menu-dark, header .h_menu ul.menu-top li {
		line-height: 1.75em;
		height: 80px;
		padding: 26px 0px;
		font-weight: 900;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
/************************/
header .h_bank:hover ul.dark-last {
		display: block;
}
header .h_bank ul.dark-last {
		position: absolute;
		display: none;
		top: 100%;
		right: 0px;
		width: 180px;
		color: #2e2e2e;
		background: #ececec;
		text-align: center;
}
header .h_bank ul.dark-last li {
		display: inline-block;
		width: 100%;
}
header .h_bank ul.dark-last a, header .h_bank ul.dark-last a:hover {
		display: inline-block;
		width: 100%;
		padding: 15px 0px;
		font-size: 14px;
		color: #2e2e2e;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
}
header .h_bank ul.dark-last a:hover {
		background: #dedede;
}
header .h_bank ul.dark-last.open {
		display: inline-block;
}
/************************/
header .h_menu ul.menu-top a, header .h_menu ul.menu-top a:hover {
		display: inline-block;
		padding: 0px 13px;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li:last-child a {
		border-left: 1px solid #c0c0c0 !important;
}
header .h_menu ul.menu-top li:hover {
		background: #eeeeee;
}
header.open ul.menu-top li {
		height: 46px;
		padding: 10px 0px;
}
/************************/
header .h_bank {
		float: right;
}
header .h_bank a.menu-dark {
		background: #ff3333;
		padding: 26px 17px;
		display: inline-block;
		color: #ffffff;
}
header .h_bank:hover .menu-dark, header .h_bank .menu-dark {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
header .h_bank:hover a.menu-dark {
		display: inline-block;
		color: #ffffff;
		background: #ee1818;
}
header .h_bank .menu-dark img {
		display: inline-block;
		width: 20px;
		position: relative;
		top: -3px;
		margin-right: 5px;
}
header.open .h_bank .menu-dark {
		height: 46px;
		padding: 10px 17px;
}
header.open .h_logo img.logo_tc {
		display: none;
}
header.open .h_logo {
		width: 80px;
		margin-left: 10px;
		margin-right: 10px;
		top: 5px;
}
header.open .h_logo img {
		width: 100%;
}
@media screen and (max-width: 991px) {
		header .h_content {
				height: 46px;
		}
		header .h_content > div {
				padding: 0;
		}
		header .h_logo img.logo_tc {
				display: none;
		}
		header.open .h_logo, header .h_logo {
				width: 80px;
				bottom: 0;
				top: 0;
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				position: absolute;
				margin: auto;
		}
		header .h_logo img {
				width: 100%;
		}
		header .h_bank a.menu-dark {
				font-size: 14px;
				height: 46px;
				padding: 10px 17px;
		}
		header .h_menu {
				position: absolute;
				width: 280px;
				height: 100vh;
				top: -4px;
				left: -100%;
				z-index: 20;
				padding-bottom: 100px;
				background: #ffffff;
		}
		body.open header .h_menu {
				left: 0;
		}
		body header .h_menu, body.open header .h_menu {
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
				overflow-y: auto;
		}
		header .h_menu ul.menu-top {
				border-bottom: 1px solid #ececec;
		}
		header .h_menu ul.menu-top li {
				width: 100%;
				height: auto;
				font-size: 18px;
				padding: 12px 0px;
		}
		header .h_menu a, header .h_menu a:hover {
				padding: 0px 20px;
		}
}
@media screen and (max-width: 576px) {
		header .h_menu {
				width: 230px;
		}
		header.open .h_bank a.menu-dark, header .h_bank a.menu-dark {
				font-size: 12px;
				padding: 10px 10px;
		}
}
@media screen and (max-width: 320px) {
		header .h_menu {
				width: 200px;
		}
		header.open .h_logo, header .h_logo {
				width: 60px;
		}
}
/************************
FOOTER
************************/
footer {
		background-color: rgb(72, 72, 72);
}
/************************/
footer .f_warning {
		color: #fff;
}
/************************/
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 1rem;
		}
		footer .f_link {
				font-size: 13px;
				margin-top: 20px;
				text-align: center;
		}
}
@media screen and (max-width: 576px) {
		footer .fiscal .f_warning {
				font-size: 14px;
		}
		footer .fiscal {
				padding: 0 .75rem;
		}
}
@media screen and (max-width: 320px) {
		footer .fiscal .f_left {
				font-size: 26px;
		}
}
@media screen and (max-width:280px) {
		footer .fiscal .f_warning, footer .fiscal .f_right {
				font-size: 12px;
		}
		footer .fiscal .f_left {
				font-size: 24px;
		}
}
/************************
KEY VISUAL
************************/
.key-visual {
		margin-top: 120px;
		background-color: #070601;
		overflow: hidden;
}
.key-visual img {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
.key-visual .kv_light {
		pointer-events: none;
}
.key-visual .pro_group {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
		width: 100%;
}
.key-visual .pro_group > div {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 100%;
}
.key-visual .pro_group .pro_item {
		position: relative;
}
.key-visual.is-time .pro_group {
		opacity: 1 !important;
}
.key-visual .kv_sd, .key-visual .pro_group {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
.key-visual .kv_topic {
		-webkit-transition: all .6s .3s ease;
		-o-transition: all .6s .3s ease;
		transition: all .6s .3s ease;
}
.key-visual .pro_item {
		-webkit-transform: translateY(-1rem);
		-ms-transform: translateY(-1rem);
		transform: translateY(-1rem);
		opacity: 0;
}
.key-visual .kv_topic {
		-webkit-transform: translateY(-6rem);
		-ms-transform: translateY(-6rem);
		transform: translateY(-6rem);
		opacity: 0;
}
.key-visual .kv_sd {
		opacity: 0;
}
.key-visual.is-time .kv_topic {
		-webkit-transform: translateY(0rem);
		-ms-transform: translateY(0rem);
		transform: translateY(0rem);
		opacity: 1;
}
.key-visual.is-time .kv_sd {
		opacity: 1;
		-webkit-transition: all 1s .5s ease;
		-o-transition: all 1s .5s ease;
		transition: all 1s .5s ease;
}
.key-visual.is-time .pro_item.pro_1 {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: all .5s .2s ease;
		-o-transition: all .5s .2s ease;
		transition: all .5s .2s ease;
}
.key-visual.is-time .pro_item.pro_2 {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: all .5s .4s ease;
		-o-transition: all .5s .4s ease;
		transition: all .5s .4s ease;
}
.key-visual.is-time .pro_item.pro_3 {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: all .5s .6s ease;
		-o-transition: all .5s .6s ease;
		transition: all .5s .6s ease;
}
.key-visual.is-time .pro_item.pro_4 {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: all .5s .8s ease;
		-o-transition: all .5s .8s ease;
		transition: all .5s .8s ease;
}
@media screen and (min-width:1920px) {
		.key-visual img {
				width: 2560px;
		}
		.key-visual .pro_group {
				max-width: 2560px;
		}
}
@media screen and (max-width:991px) {
		.key-visual {
				margin-top: 50px;
		}
}
@media screen and (max-width:568px) and (orientation: landscape) {
		.key-visual .d-sm-block {
				display: block !important;
		}
		.key-visual .d-sm-none {
				display: none !important;
		}
}
/************************
Top Card
************************/
.top-card {
		border-radius: 3rem;
		overflow: hidden;
		height: 100%;
		border: 0;
		background-color: transparent;
}
.top-card .card-body {
		background-color: #ffffff;
		border-radius: 0 0 2rem 2rem;
		border: 2px solid #cd9d6d;
		padding-left: .75rem;
		padding-right: .75rem;
}
.top-card .card-body .text {
		font-size: 1rem;
		line-height: 2;
}
.top-card .card-body .text.is-point {
		font-size: 1.25rem;
		line-height: 1.5;
}
.top-card .card-body .text.is-point .no.large {
		line-height: 1;
}
.top-card .card-body img {
		margin: 2rem auto 1rem auto;
		display: block;
}
#step .share-list {
		max-width: calc(100% - 2rem);
		margin: 2rem auto;
}
#step .top-card.has-icon .card-body .text {
		font-size: 1rem;
		line-height: 1.5;
		padding: 10px;
}
#step .top-card .card-header-in {
		color: #ffffff;
		font-size: 1.15rem;
		line-height: 1;
		position: relative;
		z-index: 2;
		padding: 0;
		background-image: url("../images/title_bg.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		aspect-ratio: 300 / 80;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: 0;
		width: 100%;
}
#step .top-card .card-body {
		width: 100%;
		margin: 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-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.5)), color-stop(80%, rgba(0, 0, 0, 0.75)));
		background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.75) 80%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.75) 80%);
		border-radius: 1rem;
		border: 2px solid #d29a39;
		padding: 2rem 0 1rem 0;
		color: #ffffff;
}
.top-card .card-footer {
		border: 0;
		background-color: transparent;
		min-height: 90px;
		font-size: 1rem;
		letter-spacing: 1px;
		text-align: center;
}
.top-card .card-footer .remark-text {
		font-size: .85rem;
		text-align: start;
}
.top-card .card-footer .remark-text span:first-child {
		font-size: 1.25rem;
		line-height: 1.5;
}
.top-card.has-icon {
		overflow: visible;
		border: 1.5rem;
		max-width: calc(100% - 20px);
		margin: auto;
}
.top-card.has-icon .card-body {
		padding-bottom: 2rem;
		border-radius: 0 0 1.5rem 1.5rem;
}
.top-card.has-icon .card-body .text {
		font-size: .875rem;
		line-height: 1.75;
}
.top-card.has-icon .card-body .text a {
		color: #e2422d;
}
.top-card.has-icon .card-header {
		border-radius: 1rem;
		overflow: hidden;
		padding: 2.5rem .125rem 1rem .125rem;
}
.top-card.has-icon .icon {
		width: 80px;
		height: 80px;
		padding: 5px 5px 10px 5px;
		display: block;
		overflow: hidden;
		background-image: url("../images/icon/icon_bg_n.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		margin: 0 auto 5px auto;
		left: 0;
		right: 0;
		top: -50px;
}
.top-card.has-icon .icon img {
		max-width: 90%;
		margin: auto;
}
/************************
Search Card
************************/
.search-card {
		border: 0;
		border-radius: 0;
		overflow: hidden;
		background-color: transparent;
}
.search-card .card-header .search-card .card-footer {
		padding: 0;
		border: 0;
		background-color: transparent;
}
/************************
LAYOUT
************************/
.is-box img {
		left: 0;
		top: 0;
}
/************************
BG Item
************************/
.bg_item_1 {
		left: -100%;
		top: auto;
		bottom: 0;
		max-width: 8vw;
}
.bg_item_2 {
		right: -50%;
		top: 1rem;
		max-width: 5vw;
}
.bg_item_3 {
		right: -32vw;
		top: auto;
		bottom: -70%;
		max-width: 8vw;
}
.title_item_1 {
		left: -45%;
		top: -3rem;
		max-width: 5vw;
}
.title_item_2 {
		right: 20%;
		left: auto;
		top: -1.5rem;
		max-width: 5vw;
}
.title_item_3 {
		right: -45%;
		left: auto;
		top: -1rem;
		max-width: 5vw;
}
@-webkit-keyframes floatUp {
		0% {
				-webkit-transform: translateY(0px);
				transform: translateY(0px);
		}
		50% {
				-webkit-transform: translateY(-25px);
				transform: translateY(-25px);
		}
		100% {
				-webkit-transform: translateY(0px);
				transform: translateY(0px);
		}
}
@keyframes floatUp {
		0% {
				-webkit-transform: translateY(0px);
				transform: translateY(0px);
		}
		50% {
				-webkit-transform: translateY(-25px);
				transform: translateY(-25px);
		}
		100% {
				-webkit-transform: translateY(0px);
				transform: translateY(0px);
		}
}
@-webkit-keyframes floatDown {
		0% {
				-webkit-transform: translateY(0px);
				transform: translateY(0px);
		}
		50% {
				-webkit-transform: translateY(25px);
				transform: translateY(25px);
		}
		100% {
				-webkit-transform: translateY(0px);
				transform: translateY(0px);
		}
}
@keyframes floatDown {
		0% {
				-webkit-transform: translateY(0px);
				transform: translateY(0px);
		}
		50% {
				-webkit-transform: translateY(25px);
				transform: translateY(25px);
		}
		100% {
				-webkit-transform: translateY(0px);
				transform: translateY(0px);
		}
}
.bg_item_1 {
		-webkit-animation: floatUp 4s ease-in-out infinite;
		animation: floatUp 4s ease-in-out infinite;
}
.bg_item_2 {
		-webkit-animation: floatDown 4s ease-in-out infinite;
		animation: floatDown 4s ease-in-out infinite;
}
.bg_item_3 {
		-webkit-animation: floatUp 4s ease-in-out infinite;
		animation: floatUp 4s ease-in-out infinite;
}
@media (min-width:1600px) {
		.bg_item_1 {
				left: -110%;
				top: auto;
				bottom: -4rem;
				max-width: 110px;
		}
		.bg_item_2 {
				right: -70%;
				top: 1rem;
				max-width: 80px;
		}
		.bg_item_3 {
				right: -120%;
				top: auto;
				bottom: -70%;
				max-width: 120px;
		}
		.title_item_1 {
				left: -45%;
				top: -3rem;
				max-width: 70px;
		}
		.title_item_2 {
				right: 20%;
				left: auto;
				top: -1.75rem;
				max-width: 60px;
		}
		.title_item_3 {
				right: -45%;
				left: auto;
				top: -1rem;
				max-width: 60px;
		}
}
@media (max-width:1199px) {
		.title_item_1 {
				left: -40%;
				top: -3rem;
				max-width: 5.5vw;
		}
		.title_item_2 {
				right: 20%;
				top: -1.75rem;
				max-width: 4.5vw;
		}
}
@media (max-width:991px) {
		.bg_item_1 {
				left: -80%;
		}
		.title_item_1 {
				max-width: 6.5vw;
				top: -2rem;
				left: -50%;
		}
		.title_item_2 {
				right: 20%;
				top: -1.125rem;
				max-width: 5.25vw;
		}
		.title_item_3 {
				right: -45%;
				left: auto;
				top: 0;
				max-width: 5.25vw;
		}
}
@media (max-width:767px) {
		.bg_item_1 {
				left: -70%;
		}
		.bg_item_3 {
				right: -28vw;
		}
		.title_item_1 {
				max-width: 7.5vw;
		}
}
@media (max-width:576px) {
		.title_item_1 {
				max-width: 12vw;
				left: -55%;
				top: -2.5rem;
		}
		.title_item_2 {
				max-width: 10vw;
				top: -1.5rem;
		}
		.title_item_3 {
				max-width: 8vw;
		}
		.bg_item_1 {
				left: -2rem;
		}
		.bg_item_2 {
				right: 2rem;
				top: -1rem;
				max-width: 6vw;
		}
		.bg_item_3 {
				right: 0;
				bottom: -50%;
				max-width: 8vw;
		}
}
@media screen and (max-width:568px) and (orientation: landscape) {
		.bg_item_1 {
				left: -50%;
		}
		.bg_item_2 {
				right: -20%;
		}
		.bg_item_3 {
				right: -52%;
		}
}
/************************
BLOCK
************************/
#step > div {
		padding-top: 6rem;
		padding-bottom: 6rem;
}
#search {
		background-color: #060604;
		padding-top: 3rem;
		padding-bottom: 2rem;
}
/************************
Font Size
************************/
.title {
		font-size: 2.5rem;
}
.subtitle {
		font-size: 1.75rem;
}
.text, .date {
		font-size: 1.25rem;
		line-height: 1.5;
}
.text.large {
		font-size: 1.35rem;
		line-height: 1.5;
}
.remark_text {
		font-size: .875rem;
}
#search .subtitle {
		font-size: 1.35rem;
		font-weight: bold;
		color: #d29a39;
}
#search .text, #search .date {
		font-size: 1.125rem;
		color: #ffffff;
}
/************************
INFO BLOCK / CARD 
************************/
.has-border::after {
		content: '';
		width: 2px;
		height: 100%;
		max-height: 90%;
		display: block;
		background-color: #a2712e;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
.info_block {
		max-width: 75%;
		margin: 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-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.5)), color-stop(80%, rgba(0, 0, 0, 0.75)));
		background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.75) 80%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.75) 80%);
		border-radius: 2rem;
		border: 2px solid #d29a39;
		padding: 2rem 3rem;
		margin-bottom: 5rem;
}
.gift_group {
		max-width: 66%;
		margin: auto;
		position: relative;
}
.gift_group > div {
		position: relative;
		z-index: 2;
}
.gift_group::after {
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		background-color: #000000;
		max-width: 66%;
		margin: auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		-webkit-filter: blur(5rem);
		filter: blur(5rem);
		opacity: .65;
		border-radius: 100%;
		z-index: 1;
}
.content-block .info-board .remark-text {
		font-size: .85rem;
		display: block;
}
.info-card .head {
		max-width: 280px;
		margin: auto;
}
.info-card .info {
		font-size: 1.125rem;
		padding: 4rem 0 1rem 0;
}
.info-card .text {
		font-size: 1rem;
		padding: 1rem;
		max-width: 80%;
		margin: auto;
}
.info-card .card-header {
		font-size: 1rem;
		letter-spacing: 1px;
}
.info-card .card-body .text {
		font-size: 1rem;
		letter-spacing: 2px;
		line-height: 2;
		max-width: 90%;
		margin: auto;
		display: inline-block;
}
/************************
CONTENT
************************/
.content-block {
		background-image: url("../images/content_bg_top.png"), url("../images/content_bg2.jpg");
		background-repeat: no-repeat, repeat-y;
		background-size: 100% auto, 100% auto;
		background-position: center top;
		background-color: #070601;
}
.content-block .remark-text {
		font-size: 1rem;
}
/*------------------------------------------ 
BANNER
--------------------------------------------*/
.bot-banner {
		clear: both;
		padding-top: 3rem;
		padding-bottom: 2rem;
		background-color: #d8d8d8;
}
.bot-banner-more {
		padding-bottom: 1rem;
}
.bot-banner img {
		max-width: 100%;
		border-radius: 2.25rem;
		overflow: hidden;
}
.bot-banner .swiper-button-next:after, .swiper-button-prev:after {
		font-size: 2rem;
}
.bot-banner .swiper-button-prev, .swiper-button-next {
		color: #333333;
}
.bot-banner .swiper-button-prev {
		left: 10px;
}
.bot-banner .swiper-button-next {
		right: 10px;
}
.bot-banner .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 5px !important;
		background: #333333;
		opacity: .35;
}
.bot-banner .swiper-pagination-bullet-active {
		background: #333333;
		opacity: 1;
}
.bot-banner .swiper-pagination-clickable {
		bottom: 0;
}
@media (max-width:576px) {
		.bot-banner {
				padding-top: 2rem;
				padding-bottom: 1rem;
		}
}
/************************
DRAWER-ITEM 
************************/
.line_1 {
		width: 100%;
		display: inline-block;
		height: 1px;
		border-top: 1px solid #000000;
}
.info-block {
		background-color: #ffffff;
}
.drawer-item {
		width: 100%;
}
.drawer-header {
		margin: 0px;
		display: block;
		color: #212121;
		padding: 6px;
		cursor: pointer;
		min-height: 50px;
		-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
		overflow: hidden;
}
.drawer-header .title {
		font-size: 18px;
		line-height: 2em;
		font-weight: 600;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
}
.drawer-item-active .drawer-header {
		-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
		min-height: 50px;
}
.drawer-header-icon {
		display: inline-block;
		content: "";
		width: 40px;
		height: 40px;
		background: url('../images/btn_to_open.svg') no-repeat scroll center center transparent;
		background-size: 60% 60%;
		text-align: right;
		vertical-align: middle;
		position: relative;
		top: -2px;
}
.drawer-header-icon.drawer-header-icon-active {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
}
.drawer-content {
		width: 100%;
		padding: 10px 6px 30px 1.25rem;
		display: block;
		font-size: 16px;
		line-height: 1.8em;
		text-align: justify;
		word-wrap: break-word;
}
.drawer-content ol {
		padding-left: 1rem !important;
}
@media screen and (max-width:1199px) {
		.drawer-content {
				font-size: .875rem;
		}
}
@media screen and (max-width:991px) {
		.drawer-header .title {
				font-size: 1rem;
		}
}
@media screen and (max-width:767px) {
		.drawer-content ol {
				padding-left: 1rem;
		}
		.drawer-content {
				font-size: 14px;
		}
}
@media screen and (max-width:280px) {
		.drawer-content {
				font-size: 12px;
		}
}
/************************
GOTOP
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 30px;
}
.go_top img {
		position: relative;
		display: inline-block;
		width: 100%;
}
@media screen and (max-width: 991px) {
		.go_top {
				width: 40px;
				height: 40px;
				right: 10px;
				bottom: 1em;
		}
}
@media screen and (max-width: 767px) {
		.go_top {
				right: 5px;
		}
}
@media screen and (max-width: 576px) {
		.go_top {
				right: 5px;
		}
}
/*浮動視窗*/
#drift {
		position: fixed;
		width: 160px;
		height: auto;
		right: 0px;
		bottom: 28%;
		z-index: 9999;
}
#drift img {
		width: 100%;
		vertical-align: middle;
}
#drift-1 {
		position: fixed;
		width: 130px;
		height: auto;
		right: 0px;
		bottom: 45%;
		z-index: 9999;
}
#drift-1 img {
		width: 100%;
		vertical-align: middle;
}
/*浮動視窗*/
#popupContainer {
		position: fixed !important;
		margin: auto;
		width: 100% !important;
}
#main-content {
		position: relative;
		display: inline-block;
		width: 100%;
}
@media (max-width: 991px) {
		#drift-1 {
				position: fixed;
				width: 130px;
				height: auto;
				right: 0px;
				bottom: 10%;
		}
}
/************************
RWD
************************/
@media (min-width:1600px) {
		.is_head .text, .is_head .date, .info_block .text, .info_block .date {
				font-size: 1.35rem;
		}
		.info_block {
				max-width: 80%;
				padding: 2rem 4rem;
		}
}
@media (min-width:2560px) {
		.content-block {
				background-size: 2560px auto;
		}
}
@media (max-width:1199px) {
		.title {
				font-size: 2.125rem;
		}
		.subtitle {
				font-size: 1.5rem;
		}
		.text, .date {
				font-size: 1rem;
		}
		.text.large {
				font-size: 1.125rem;
		}
		#search .text, #search .date {
				font-size: 1rem;
		}
		#step {
				padding-top: 4rem;
				padding-bottom: 4rem;
		}
		#search .subtitle {
				font-size: 1.25rem;
		}
		#step > div {
				padding-top: 2rem;
				padding-bottom: 0;
		}
		#step .share-list {
				max-width: 100%;
		}
		#step .top-card .card-header-in {
				font-size: .875rem;
				line-height: 1;
		}
		#step .top-card.has-icon .card-body .text, #step .top-card .card-body {
				font-size: .75rem;
		}
		.top-card .card-body .text {
				font-size: .75rem;
		}
		.info-card .head {
				max-width: 22vw;
				margin: auto;
		}
		.info-card .text {
				max-width: 70%;
		}
		.text-remark {
				font-size: .75rem;
		}
		.top-card .card-body img {
				margin: 1rem auto;
		}
		.top-card.has-icon .card-body {
				padding-left: .5rem;
				padding-right: .5rem;
		}
		.content-block .info-board .text {
				font-size: .85rem;
		}
		.info-board .card-header {
				font-size: 1.25rem;
		}
		.no.large {
				font-size: 170%;
				line-height: 0;
		}
		.top-card .card-footer .remark-text {
				font-size: .75rem;
		}
		.top-card .card-footer {
				min-height: 60px;
				padding: 1rem 0;
		}
		.top-card.has-icon .card-header {
				padding-top: 2rem;
				line-height: 1.25;
				min-height: 60px;
				font-size: 1rem;
		}
		.top-card.has-icon .card-body .text {
				font-size: .85rem;
		}
		.top-card.has-icon .icon {
				width: 60px;
				height: 60px;
				top: -40px;
		}
		.bot-banner-more {
				max-width: calc(100% - 4rem);
				margin: auto;
		}
}
@media (max-width:991px) {
		.info_block {
				padding: 1.5rem 1rem 1.5rem 1rem;
				max-width: 80%;
				margin-bottom: 3rem;
		}
		#search {
				padding-top: 2rem;
				padding-bottom: 1rem;
		}
		#step {
				padding-top: 2rem;
				padding-bottom: 2rem;
		}
		.gift_group {
				max-width: 76%;
		}
		.title {
				font-size: 1.75rem;
		}
		.text, .date {
				font-size: .85rem;
		}
		.text.large {
				font-size: 1rem;
		}
		.subtitle {
				font-size: 1.25rem;
		}
		.info-card .info {
				font-size: .875rem;
				padding: 2.5rem 0 1rem 0;
		}
		.info-card .text {
				font-size: .75rem;
				padding: .5rem 1rem;
				line-height: 1.5;
				max-width: 80%;
		}
		.info-card .head {
				max-width: 20vw;
		}
		.content-block .info-board .text {
				max-width: 100%;
		}
		.info-board .card-header {
				font-size: 1rem;
		}
		.info-card .card-body .text {
				line-height: 1.75;
		}
		.info-card .card-body .text br {
				display: none;
		}
		.top-card .card-footer {
				min-height: 100px;
				padding: 1rem 0;
		}
		.top-card .card-footer .remark-text br {
				display: none;
		}
		.top-card.has-icon .icon {
				width: 50px;
				height: 50px;
				top: -20px;
		}
		.top-card.has-icon .card-header {
				padding-top: 1.75rem;
				min-height: inherit;
				font-size: 1rem;
		}
		#rule .remark-text.sp {
				font-size: .75rem;
		}
		.top-card .card-body .text {
				font-size: .75rem;
				line-height: 1.5;
		}
		.top-card .card-body .text.is-point {
				font-size: .8125rem;
		}
		#step .share-list {
				-webkit-box-pack: center !important;
				-ms-flex-pack: center !important;
				justify-content: center !important;
		}
		#search .subtitle {
				font-size: 1rem;
		}
		.top-card .card-body img {
				margin: 1rem auto .5rem auto;
		}
		.content-block .info {
				max-width: 98%;
		}
		.content-block .remark-text {
				font-size: .75rem;
				line-height: 1.75;
		}
		.top-card {
				border-radius: 2rem;
		}
}
@media (max-width:991px) and (orientation: landscape) {
		.info_block {
				padding: 1.5rem 1rem 1.5rem 1rem;
				max-width: 90%;
				margin-bottom: 3rem;
		}
		.gift_group {
				max-width: 100%;
		}
		.info-card .info {
				padding: 3rem 0 2rem 0;
		}
		.info-card .text {
				font-size: .825rem;
				padding: 1rem 1rem;
				max-width: 76%;
		}
		.info-card .info {
				font-size: 1rem;
				padding: 2.5rem 0 1rem 0;
		}
		.text-remark {
				margin-bottom: 2rem !important;
		}
		.share-list {
				max-width: 94%;
				margin: auto;
		}
}
@media (max-width:767px) {
		.info_block {
				padding: 1.5rem 1rem 1.5rem 1rem;
				max-width: 92%;
		}
		#step {
				padding-top: 2rem;
				padding-bottom: 2rem;
		}
		.gift_group {
				max-width: 100%;
		}
		.title {
				font-size: 1.75rem;
		}
		.subtitle {
				font-size: 1.125rem;
		}
		.text, .date {
				font-size: .875rem;
		}
		.info-card .text {
				font-size: .75rem;
				padding: 1rem 1rem .25rem 1rem;
				max-width: 80%;
		}
		.info-card .head {
				max-width: 22vw;
		}
		.content-block .info.has-list > .row > div:nth-child(2) {
				border-right: 0;
		}
		.content-block .info {
				max-width: 98%;
		}
		.info-board .card-header {
				font-size: .875rem;
		}
		.bot-block .badge {
				margin: 2rem auto 1rem auto;
		}
		.bot-block {
				padding: 0 1rem .5rem 1rem;
		}
		.top-card .card-footer.is-none {
				min-height: inherit;
				padding: 0;
		}
		.top-card .card-body img {
				margin: 1rem auto;
		}
		.is-star-list {
				max-width: 60%;
				margin: auto;
		}
		.top-card.has-icon .card-body .text {
				font-size: .825rem;
				line-height: 1.75;
		}
}
@media (max-width:576px) {
		.gift_group {
				max-width: 80%;
		}
		.info_block {
				max-width: 92%;
				border-radius: 1.5rem;
				padding: 1.75rem .75rem;
				margin-bottom: 2rem;
		}
		.content-block {
				background-image: url("../images/content_bg_top_m.png"), url("../images/content_bg2_m.jpg");
				background-repeat: no-repeat, repeat-y;
				background-size: 100% auto, 100% auto;
		}
		.title {
				font-size: 1.5rem;
		}
		.btn_group {
				padding-top: 2rem;
		}
		.info_block .text {
				font-size: .875rem;
		}
		.info_block .text.large {
				font-size: 1rem;
		}
		.info-card {
				overflow: hidden;
		}
		.top-card .card-body .text {
				font-size: .8125rem;
				line-height: 1.5;
		}
		#step .share-list {
				max-width: 78%;
		}
		#step {
				padding-top: 2rem;
				padding-bottom: 0;
		}
		#rule .info-card .head.last {
				margin-bottom: 2rem !important;
		}
		.info-card .head {
				max-width: 45vw;
		}
		.info-card .card-group {
				max-width: 68%;
				padding-bottom: 4rem;
		}
		.info-card .info {
				padding: 1rem 0 1.5rem 0;
		}
		.info-card .text {
				font-size: .8125rem;
				padding: 1rem 1rem .25rem 1rem;
				max-width: 72%;
				text-align: justify;
		}
		.share-list .col:last-child {
				margin-bottom: 0;
		}
		#step .top-card.has-icon .card-body .text, #step .top-card .card-body {
				font-size: .85rem;
		}
		#step .top-card .card-body {
				padding: 1.5rem 0 .5rem 0;
		}
		.bot-banner-more {
				max-width: calc(100% - 1rem);
				margin: auto;
		}
		.content-block .info {
				max-width: 94%;
				font-size: .825rem;
		}
		.content-block .info.has-list > .row {
				max-width: 90%;
				margin-left: auto;
				margin-right: auto;
		}
		.box-topic .text {
				font-size: .9rem;
				letter-spacing: normal;
				line-height: 1.45;
				max-width: 100%;
		}
		.box-topic .text:first-child {
				font-size: 1rem;
				letter-spacing: normal;
				line-height: 1.45;
		}
		.box-topic .head {
				font-size: 1.5rem;
		}
		.content-block .info.has-list > .row > div {
				border-bottom: 3px dotted #e9e9e9;
				border-right: 0;
		}
		.content-block .info.has-list > .row > div:last-child {
				border-bottom: 0;
		}
		.content-block .info.has-list {
				border-right: 0;
		}
		.content-block .info-board .card-body {
				padding-left: 0;
				padding-right: 0;
		}
		.content-block .info-board .remark-text {
				font-size: .75rem;
				max-width: 100%;
		}
		.content-block .info-board .text br {
				display: none;
		}
		.info-board .card-header {
				font-size: .875rem;
				line-height: 1.75;
		}
		.top-card .card-footer {
				min-height: inherit;
				padding: 1rem 0;
		}
		.content-block .info-board .text {
				max-width: 88%;
				letter-spacing: normal;
				text-align: start;
		}
		.is-star-list {
				max-width: 100%;
		}
		.subtitle {
				font-size: 1.25rem;
		}
		.top-card.has-icon {
				margin-bottom: 2rem;
				height: auto;
		}
		.top-card.has-icon .icon {
				width: 50px;
				height: 50px;
				top: -30px;
		}
		#step .top-card .card-header-in {
				font-size: 1.125rem;
		}
		.top-card.has-icon .card-body .text {
				font-size: .875rem;
		}
		#rule .remark-text.sp {
				max-width: 88%;
				margin: auto;
		}
		.has-border::after {
				height: 1px;
				width: 100%;
				max-width: 80%;
				top: auto;
				bottom: 0;
				left: 0;
				right: 0;
		}
		.search-card {
				margin-bottom: .5rem;
				padding-top: .75rem;
		}
		.top-card {
				border-radius: 1.5rem;
		}
}
@media screen and (max-width:568px) and (orientation: landscape) {
		.gift_group {
				max-width: 50%;
		}
		.content-block {
				background-image: url(../images/content_bg_top.png), url(../images/content_bg2.jpg);
				background-repeat: no-repeat, repeat-y;
				background-size: 100% auto, 100% auto;
		}
		.has-border::after {
				content: '';
				width: 2px;
				height: 100%;
				max-height: 90%;
				display: block;
				background-color: #a2712e;
				position: absolute;
				right: 0;
				left: auto;
				top: 0;
				bottom: 0;
				margin: auto;
		}
		br.d-xs-block {
				display: block !important;
		}
		.is-list .col-sm-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 50%;
		}
		.title br {
				display: none !important;
		}
		.title {
				font-size: 1.5rem;
		}
		.top-card .card-body img {
				margin: 0 auto;
		}
		.share-list {
				max-width: 50%;
		}
		#step .share-list {
				max-width: 55%;
		}
		.content-block .info.has-list > .row > div {
				border-bottom: 0;
		}
		.content-block .info.has-list > .row > div {
				border-right: 3px dotted #e9e9e9;
		}
		.content-block .info > .row {
				max-width: 100%;
		}
		.content-block .info.has-list > .row .col-sm-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 50%;
		}
		.content-block .info {
				max-width: 100%;
		}
		.content-block .info-board .remark-text {
				max-width: 100%;
		}
		.share-list {
				max-width: 60%;
				margin: auto;
		}
		.top-card.has-icon {
				margin-bottom: 2rem;
				height: auto;
		}
		a.btn-event {
				font-size: .85rem;
				min-width: 150px;
		}
		.share-list .col:last-child {
				margin-bottom: 0;
		}
		a.btn-event.mini {
				font-size: .85rem;
		}
		.info-board .card-header .d-block.d-sm-none {
				display: none !important;
		}
		.info-board .card-header .d-none.d-sm-block {
				display: block !important;
		}
}
@media screen and (max-width:320px) {
		.info_block {
				max-width: 100%;
		}
		.info_block .text {
				font-size: .8125rem;
		}
		.info_block .text.large {
				font-size: .85rem;
		}
		.title {
				font-size: 1.25rem;
		}
		br.d-xs-block {
				display: block !important;
		}
		#rule .info-card .head.last {
				margin-bottom: 1rem !important;
		}
		br.d-xs-block {
				display: block !important;
		}
		.info-card .card-group {
				max-width: 80%;
				padding-bottom: 3rem;
		}
		#step .share-list {
				max-width: 90%;
		}
		#step .top-card.has-icon .card-body .text, #step .top-card .card-body {
				font-size: .8125rem;
		}
		#step .top-card .card-header-in {
				font-size: 1.125rem;
		}
		.top-card.has-icon .card-body {
				padding-left: .25rem;
				padding-right: .25rem;
		}
		.top-card.has-icon .card-body .text {
				font-size: .85rem;
		}
		.info-card .text {
				font-size: .75rem;
				padding: 1rem 1rem .25rem 1rem;
				max-width: 72%;
				text-align: justify;
		}
}