a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: #000000;
		border: 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		outline: none !important;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
}
a:hover, a:active {
		color: #ff0000;
}
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;
}
body {
		padding: 0;
		margin: 0;
		color: #000000;
		font-family: 'Public Sans', 'Noto Sans TC';
		font-size: 1rem;
		font-optical-sizing: auto;
		font-style: normal;
}
.c_red {
		color: #ff0000 !important;
}
.has-indent > li {
		margin-left: 1.5rem;
		text-indent: -1.5rem;
}
.has-indent.large > li {
		margin-left: 2.25rem;
		text-indent: -2.25rem;
}
.has-indent > li li {
		margin-left: 0;
		text-indent: 0;
}
.has-indent > li li {
		margin-left: 0;
		text-indent: 0;
}
a.btn-event {
		display: inline-block;
		border-radius: 5rem;
		background-color: #ff0000;
		color: #ffffff;
		padding: 1rem 1rem 1rem 1rem;
		font-size: 1.125rem;
		font-weight: bold;
		line-height: 1;
		margin-bottom: .5rem;
		min-width: 200px;
}
a.btn-event .icon {
		max-width: 15px;
		position: relative;
		top: -2px;
		margin-left: .25rem;
}
a.btn-event.mini {
		min-width: inherit;
		padding: .5rem .75rem;
}
a.btn-event.mini .icon {
		max-width: 10px;
		top: -2px;
		margin-left: .125rem;
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover {
		background-color: #cc0000 !important;
		-webkit-box-shadow: 0 0 .25rem RGBA(0, 0, 0, .25);
		box-shadow: 0 0 .25rem RGBA(0, 0, 0, .25)
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover, a.btn-event {
		-webkit-transition: all .1s ease-in;
		transition: all .1s ease-in;
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover {
		-webkit-transform: translate(0, .25rem);
		-ms-transform: translate(0, .25rem);
		transform: translate(0, .25rem);
}
a.btn-event.full {
		font-size: 1.5rem;
}
a.btn-event.full .icon {
		max-width: 18px;
		margin-left: 5px;
		position: relative;
		top: -2px;
}
a.btn-event.full:active, a.btn-event.full:focus, a.btn-event.full:hover {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
}
@media screen and (min-width: 1200px) {
		.h1, h1 {
				font-size: 2.125rem;
		}
		.has-indent.large > li {
				margin-left: 2.75rem;
				text-indent: -2.75rem;
		}
}
@media screen and (min-width: 1366px) {
		.h1, h1 {
				font-size: 2.25rem;
		}
}
@media screen and (min-width: 1600px) {
		.h1, h1 {
				font-size: 2.5rem;
		}
}
@media only screen and (max-width: 320px) {
		.d-xs-block {
				display: block !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;
}
/************************
SPACE
************************/
@media (min-width:1200px) {
		.container-xxl {
				max-width: 1100px;
		}
		.container-xxl.wide {
				max-width: 1100px;
		}
		.container-xxl.sp {
				max-width: 1200px;
		}
		.container-xxl.big {
				max-width: 2560px;
		}
}
/************************
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;
				display: block;
				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 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 {}
		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;
		}
		header .h_menu ul.menu-bottom ul li {
				padding: 5px 13px;
		}
}
@media screen and (max-width: 280px) {
		body.open .h_content {
				padding-left: 160px;
		}
}
/************************/
header .h_logo {
		width: 190px;
		margin-top: 26px;
		margin-right: 10px;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
}
header .h_logo img {
		display: inline-block;
		float: left;
		width: 50%;
}
header .h_menu ul.menu-top li, header .h_menu ul.menu-top, header .h_menu, header .h_bank {
		position: relative;
		display: inline-block;
}
header .h_bank .menu-dark, header .h_menu ul.menu-top li {
		line-height: 1.75em;
		height: 80px;
		padding: 26px 0px;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li {
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
/************************/
header .h_bank:hover ul.dark-last {
		display: block;
}
header .h_bank ul.dark-last {
		position: absolute;
		display: none;
		top: 100%;
		right: 0px;
		width: 180px;
		color: #2e2e2e;
		background: #ececec;
		text-align: center;
}
header .h_bank ul.dark-last li {
		display: inline-block;
		width: 100%;
}
header .h_bank ul.dark-last a, header .h_bank ul.dark-last a:hover {
		display: inline-block;
		width: 100%;
		padding: 15px 0px;
		font-size: 14px;
		color: #2e2e2e;
		-webkit-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
}
header .h_bank ul.dark-last a:hover {
		background: #dedede;
}
header .h_bank ul.dark-last.open {
		display: inline-block;
}
/************************/
header .h_menu ul.menu-top a, header .h_menu ul.menu-top a:hover {
		display: inline-block;
		padding: 0px 13px;
		color: #2e2e2e;
		font-weight: 500;
}
header .h_menu ul.menu-top li:last-child a {
		border-left: 1px solid #c0c0c0 !important;
}
header .h_menu ul.menu-top li:hover {
		background: #eeeeee;
}
header.open ul.menu-top li {
		height: 46px;
		padding: 10px 0px;
}
/************************/
header .h_bank {
		float: right;
}
header .h_bank a.menu-dark {
		background: #ff3333;
		padding: 26px 17px;
		display: inline-block;
		color: #ffffff;
}
header .h_bank:hover .menu-dark, header .h_bank .menu-dark {
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
header .h_bank:hover a.menu-dark {
		display: inline-block;
		color: #ffffff;
		background: #ee1818;
}
header .h_bank .menu-dark img {
		display: inline-block;
		width: 20px;
		position: relative;
		top: -3px;
		margin-right: 5px;
}
header.open .h_bank .menu-dark {
		height: 46px;
		padding: 10px 17px;
}
header.open .h_logo img.logo_tc {
		display: none;
}
header.open .h_logo {
		width: 80px;
		margin-top: 12px;
		margin-left: 10px;
		margin-right: 10px;
}
header.open .h_logo img {
		width: 100%;
}
@media screen and (max-width: 991px) {
		header .h_content {
				height: 50px;
		}
		header .h_logo img.logo_tc {
				display: none;
		}
		header.open .h_logo, header .h_logo {
				width: 80px;
				margin-top: 12px;
				margin-left: 0px;
				margin-right: 10px;
		}
		header .h_logo img {
				width: 100%;
		}
		header .h_bank a.menu-dark {
				font-size: 14px;
				height: 46px;
				padding: 10px 17px;
		}
		header .h_menu {
				position: absolute;
				width: 280px;
				height: 100vh;
				top: -4px;
				left: -100%;
				z-index: 20;
				padding-bottom: 100px;
				background: #ffffff;
		}
		body.open header .h_menu {
				left: 0;
		}
		body header .h_menu, body.open header .h_menu {
				-webkit-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
				overflow-y: auto;
		}
		header .h_menu ul.menu-top {
				border-bottom: 1px solid #ececec;
		}
		header .h_menu ul.menu-top li {
				width: 100%;
				height: auto;
				font-size: 18px;
				padding: 12px 0px;
				text-align: start;
		}
		header .h_menu a, header .h_menu a:hover {
				padding: 0px 20px;
		}
}
@media screen and (max-width: 480px) {
		header .h_menu {
				width: 220px;
		}
		header.open .h_bank a.menu-dark, header .h_bank a.menu-dark {
				font-size: 12px;
				padding: 10px 10px;
		}
		header.open .h_logo, header .h_logo {
				width: 80px;
				margin-top: 12px;
				margin-left: 0px;
				margin-right: 0px;
		}
}
@media screen and (max-width: 320px) {
		header .h_menu {
				width: 180px;
		}
		header.open .h_logo, header .h_logo {
				width: 60px;
		}
}
@media screen and (max-width: 280px) {
		header .h_menu {
				width: 160px;
		}
		header.open .h_logo, header .h_logo {
				width: 60px;
		}
}
/***********************
LAYOUT 框架
***********************/
.main-content {
		position: relative;
		display: inline-block;
		width: 100%;
		background: #ffffff;
}
/************************
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: 6rem; CLOSE **/
				padding-bottom: 0;
		}
		footer .fiscal {
				padding: 0;
		}
		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;
		}
}
/************************
DRAWER-ITEM 
************************/
.line_1 {
		width: 100%;
		display: inline-block;
		height: 1px;
		border-top: 1px solid #000000;
}
.drawer-item {
		width: 100%;
}
.drawer-header {
		margin: 0px;
		display: block;
		color: #000000;
		padding: 6px;
		cursor: pointer;
		min-height: 50px;
		-webkit-transition: 0.25s;
		transition: 0.25s;
		overflow: hidden;
}
.drawer-header .title {
		color: #000000;
		font-size: 18px;
		line-height: 2em;
		font-weight: 600;
		margin: 0;
}
.drawer-item-active .drawer-header {
		-webkit-transition: 0.25s;
		transition: 0.25s;
		min-height: 50px;
		color: #000000;
}
.drawer-header-icon {
		display: inline-block;
		content: "";
		width: 40px;
		height: 40px;
		background: url('../images/btn_to_open.svg') no-repeat scroll center center transparent;
		background-size: 60% 60%;
		text-align: right;
		vertical-align: middle;
		position: relative;
		top: -2px;
		-webkit-transition: all .1s ease;
		transition: all .1s ease;
}
.drawer-item-active .drawer-header-icon {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
}
.drawer-content {
		width: 100%;
		padding: .5rem .5rem 1rem 1rem;
		display: block;
		color: #000000;
		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 1rem;
		}
		.drawer-content {
				word-wrap: break-word;
				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;
		}
}
/************************
KEY VISUAL
************************/
.key-visual {
		margin-top: 120px;
		background-color: #fbeae0;
		background-image: url("../images/kv/kv_bg.jpg");
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: auto 100%;
		padding: 5rem 0 4rem 0;
}
.key-visual .kv_phone {
		aspect-ratio: 9 / 13;
		max-width: 370px;
		margin-right: 4rem;
}
.key-visual .kv_topic {
		line-height: 2;
		margin-right: 0;
}
.key-visual .kv_mark {
		max-width: 320px;
}
.key-visual .kv_light {
		right: 0;
		top: 6%;
		max-width: 18vw;
		z-index: 15;
}
/************************
CARD SLIDER
************************/
.slider_phone_block, .slider_watch_block {
		position: absolute;
		z-index: 2;
		display: block;
}
.slider_phone_block {
		aspect-ratio: 346 / 219;
		width: 80px;
		overflow: hidden;
		top: 2.5rem;
		left: 5.25rem;
}
.slider_watch_block {
		aspect-ratio: 346 / 219;
		width: 110px;
		height: auto;
		overflow: hidden;
		right: 1.3rem;
		bottom: 6.95rem;
}
@media screen and (min-width:1600px) {
		.key-visual .kv_phone {
				margin-right: 0;
		}
		.key-visual .kv_light {
				max-width: 280px;
				top: -5%;
		}
		.key-visual {
				background-size: 2560px auto;
				background-position: center bottom;
		}
}
@media screen and (max-width:1199px) {
		.key-visual .kv_topic {
				padding-left: 2rem;
				margin-right: 2rem;
		}
		.key-visual .kv_topic .h1 {
				font-size: calc(1.35rem + 1vw);
				line-height: 1.5;
		}
		.key-visual .kv_topic .h4 {
				font-size: 1rem;
				line-height: 1.5;
		}
		.key-visual .kv_mark {
				max-width: 30vw;
		}
		.key-visual .kv_phone {
				max-width: 300px;
				margin-right: 6rem;
		}
		.key-visual .kv_light {
				max-width: 16vw;
		}
		.slider_phone_block {
				width: 70px;
				top: 1.75rem;
				left: 4rem;
		}
		.slider_watch_block {
				width: 84px;
				right: 1.25rem;
				bottom: 5.75rem;
		}
}
@media screen and (max-width:991px) {
		.key-visual {
				margin-top: 50px;
				padding: 2rem 0 2rem 0;
		}
		.key-visual .kv_topic {
				padding-left: 1rem;
				margin-right: 2rem;
		}
		.key-visual .h1 {
				font-size: 1.65rem;
		}
		.key-visual .kv_phone {
				max-width: 200px;
				margin-right: 6rem;
		}
		.slider_phone_block {
				width: 45px;
				left: 2.75rem;
				top: 7%;
		}
		.slider_watch_block {
				width: 62px;
				right: 10px;
				bottom: 20%;
		}
		.key-visual .kv_topic .h1 {
				font-size: 1.5rem;
				line-height: 1.5;
		}
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
		.key-visual .kv_phone {
				margin-right: 6rem;
		}
		.key-visual .kv_mark {
				max-width: 25vw;
		}
		.key-visual .kv_topic .h4 {
				font-size: .875rem;
		}
}
@media screen and (max-width:767px) {
		.key-visual .kv_topic {
				padding-left: 1.5rem;
				margin-right: 1rem;
		}
		.key-visual .h1 {
				font-size: 1.375rem;
				line-height: 1.5;
		}
		.key-visual .kv_phone {
				margin-right: 4rem;
		}
}
@media only screen and (max-width: 576px) {
		.key-visual .kv_topic .h1 {
				font-size: 1.5rem;
				line-height: 1.25;
		}
		.key-visual .kv_topic .h4 {
				font-size: .875rem;
				line-height: 1.5;
		}
		.key-visual {
				background-image: url("../images/kv/kv_bg_m.jpg");
				background-size: cover;
		}
		.key-visual .kv_topic {
				padding-left: 0;
				margin-right: auto;
				margin-left: 1rem;
				margin-bottom: 2rem;
		}
		.key-visual .change {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
		}
		.slider_phone_block {
				width: 35px;
				left: 2.125rem;
				top: 6%;
		}
		.slider_watch_block {
				width: 43px;
				right: 9px;
				bottom: 21%;
		}
		.key-visual .kv_mark {
				max-width: 50vw;
		}
		.key-visual .kv_light {
				max-width: 30vw;
				top: 40%;
				left: 0;
				right: auto;
		}
		.key-visual .h1 {
				font-size: 1.5rem;
				line-height: 1.35;
		}
		.key-visual .kv_phone {
				max-width: 150px;
				margin: 0 auto;
				position: relative;
				right: -1rem;
		}
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
		.key-visual .h1 {
				font-size: 1.25rem;
		}
		.key-visual .kv_phone {
				margin-right: 3rem;
		}
		.key-visual .kv_topic {
				padding-left: 0;
				margin-right: auto;
				margin-left: 1rem;
		}
		.key-visual .kv_mark {
				left: 0;
		}
		.key-visual .kv_mark {
				max-width: 30vw;
		}
		.key-visual .kv_light {
				max-width: 16vw;
				top: 2%;
				left: auto;
				right: 0;
		}
		.key-visual .kv_light.d-sm-none.d-block {
				display: none !important;
		}
		.key-visual .kv_light.d-sm-block.d-none {
				display: block !important;
		}
		.key-visual .change {
				-webkit-box-orient: horizontal !important;
				-webkit-box-direction: normal !important;
				-ms-flex-direction: row !important;
				flex-direction: row !important;
		}
}
@media only screen and (max-width: 320px) {
		.key-visual .h1 {
				font-size: 1.35rem;
				line-height: 1.35;
		}
		.key-visual .kv_topic .h4 {
				font-size: .8125rem;
		}
			.key-visual .kv_topic {
				margin-left: 0rem;
		}
}
/************************
CHECK CARD
************************/
/************************
INFO BLOCK
************************/
.info_block .date {
		font-size: 1.25rem;
}
.info_block .text {
		font-size: 1.125rem;
}
.info_block .info-text {
		font-size: 1.5rem;
}
.head .icon {
		width: 20px;
		height: auto;
}
/************************ 
Promo
************************/
.promo-card {
		max-width: 960px;
		background: #fff;
		border-radius: 1.5rem;
		padding: 0 1rem 1rem;
		-webkit-box-shadow: 0 0 .75rem RGBA(0, 0, 0, .125);
		box-shadow: 0 0 .75rem RGBA(0, 0, 0, .125);
		overflow: hidden;
}
.promo-title {
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.2;
		padding-top: 2.5rem;
}
.promo-desc {
		font-size: 1.125rem;
		line-height: 1.6;
}
.promo-notice {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		max-width: 100%;
		background: #ffd21f;
		border-radius: 5rem;
		padding: .25rem 1.25rem .25rem 2.25rem;
		font-size: 1.25rem;
		font-weight: 600;
}
.notice-icon {
		width: 65px;
		height: 65px;
		left: -40px;
		top: -12px;
}
.notice-icon img {
		left: 0;
		top: 0;
}
.item_sound_2 {
		-webkit-animation: sound .6s linear infinite;
		animation: sound .6s linear infinite;
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
}
@-webkit-keyframes sound {
		0%, 100% {
				-webkit-transform: scale(1) translateX(0);
				transform: scale(1) translateX(0);
		}
		50% {
				-webkit-transform: scale(1.3) translateX(5px);
				transform: scale(1.3) translateX(5px);
		}
}
@keyframes sound {
		0%, 100% {
				-webkit-transform: scale(1) translateX(0);
				transform: scale(1) translateX(0);
		}
		50% {
				-webkit-transform: scale(1.3) translateX(5px);
				transform: scale(1.3) translateX(5px);
		}
}
.promo-rule-wrap {
		max-width: 600px;
}
.promo-rule-item {
		position: relative;
		min-height: 70px;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 0 1fr;
		grid-template-columns: 1fr 0 1fr;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}
.rule-line {
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		height: 7px;
		background: #b5b5b5;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1;
}
.rule-box {
		position: relative;
		z-index: 2;
		background: #dff1ff;
		border: 3px solid #6eb2ea;
		border-radius: .5rem;
		color: #000;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
		padding: .25rem .5rem;
		min-width: 190px;
		line-height: 1.2;
		-ms-grid-column-align: center;
		justify-self: center;
}
.promo-rule-item.is-heading {
		min-height: inherit;
}
.is-heading .rule-box {
		border: 0;
		background-color: transparent !important;
		padding: 0 .5rem;
}
.is-heading .rule-dot {
		opacity: 0;
}
.rule-box.left {
		right: -1rem;
}
.rule-box.right {
		left: -1rem;
}
.rule-box.right {
		background: #fff;
}
.rule-dot {
		position: relative;
		z-index: 3;
		width: 35px;
		height: 35px;
		border: 4px solid #b5b5b5;
		background: #fff;
		border-radius: 50%;
		-ms-grid-column-align: center;
		justify-self: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
.rule-dot::after {
		content: '';
		position: absolute;
		width: 15px;
		height: 15px;
		background: #b5b5b5;
		border-radius: 50%;
		-ms-grid-column-align: center;
		justify-self: center;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
/************************ 
Promo example
************************/
.promo-example {
		max-width: 520px;
		background: #dff1ff;
		border: 3px solid #74b6ef;
		border-radius: 14px;
		padding: 12px 16px;
		display: block;
}
.example-label {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		color: #125ea6;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.2;
		padding-right: 5px;
		margin-right: 5px;
		border-right: 2px solid #6caae4;
}
.example-content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		font-size: .8125rem;
}
.example-calendar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 7px;
		color: #5aa7e8;
}
.example-calendar {
		color: #125ea6;
		font-size: 1.75rem;
		font-weight: bold;
		margin-right: 4px;
}
.example-calendar span {
		min-width: 38px;
		height: 38px;
		border: 3px solid #85bff0;
		border-radius: .5rem;
		background: #fff;
		color: #69ace8;
		font-size: 1.5rem;
		font-weight: bold;
		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;
}
.example-calendar span.free {
		min-width: 48px;
		height: 48px;
		padding-top: .25rem;
		border-color: #ff1d1d;
		color: #ff0000;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		line-height: 1;
		font-size: 1.75rem;
}
.example-calendar span.free small {
		font-size: .75rem;
		font-weight: 500;
		margin-bottom: 1px;
}
/************************ 
Promo notes
************************/
.item_hand {
		max-width: 10vw;
		top: -4%;
		left: auto;
		right: 12%;
		pointer-events: none;
}
.item_car {
		max-width: 6vw;
		pointer-events: none;
}
.item_peo_1 {
		max-width: 5vw;
		left: -7rem;
		bottom: -15%;
		pointer-events: none;
}
.item_peo_2 {
		max-width: 4.5vw;
		right: -7rem;
		bottom: -15%;
		pointer-events: none;
}
/************************ 
Point Stop
************************/
.ap-pay-sign-wrap {
		position: relative;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
		padding-top: 48px;
		color: #ffffff;
}
/* 上方吊線 */
.ap-pay-sign-line {
		position: absolute;
		top: 0;
		width: 8px;
		height: 56px;
		background: #323537;
		border: 4px solid #444647;
}
.ap-pay-sign-line-left {
		left: 95px;
}
.ap-pay-sign-line-right {
		right: 95px;
}
.ap-pay-sign {
		position: relative;
		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;
		background: #323537;
		color: #fff;
		text-decoration: none;
		border-radius: 10px;
		padding: .75rem 1.5rem;
		font-size: 1.75rem;
		font-weight: bold;
		line-height: 1;
		border: 4px solid #444647;
}
.ap-pay-arrow {
		width: 30px;
		height: auto;
		position: relative;
		display: inline-block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
}
/************************ 
Gift Card
************************/
.newgift-section {
		background: #e5e5e5;
}
.newgift-card {
		position: relative;
		background: #fff;
		border-radius: 16px;
		overflow: hidden;
		min-height: 410px;
		-webkit-box-shadow:
				0 4px 12px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.8);
		box-shadow:
				0 4px 12px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.newgift-deco-lines {
		position: absolute;
		max-width: 22px;
		left: 4%;
		top: 3%;
}
.newgift-deco-lines span {
		position: absolute;
		display: block;
		width: 4px;
		height: 14px;
		background: #000;
		-webkit-transform-origin: bottom center;
		-ms-transform-origin: bottom center;
		transform-origin: bottom center;
}
.newgift-deco-lines span:nth-child(1) {
		left: 5px;
		top: 8px;
		-webkit-transform: rotate(-50deg);
		-ms-transform: rotate(-50deg);
		transform: rotate(-50deg);
}
.newgift-deco-lines span:nth-child(2) {
		left: 11px;
		top: 2px;
		-webkit-transform: rotate(-22deg);
		-ms-transform: rotate(-22deg);
		transform: rotate(-22deg);
}
.newgift-deco-lines span:nth-child(3) {
		left: 20px;
		top: 0;
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
}
.newgift-card-head {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 100px 12px 1fr 12px auto;
		grid-template-columns: 100px 1fr auto;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 12px;
		padding: 2rem 1rem 1rem 2.75rem;
}
.newgift-card-img img {
		width: 96px;
		max-width: 100%;
		display: block;
}
.newgift-card-title h3 {
		margin: 0;
		font-size: 1.35rem;
		font-weight: bold;
		color: #111;
		line-height: 1.25;
}
.newgift-ribbon {
		color: #fff;
		font-size: 19px;
		font-weight: bold;
		text-align: center;
		padding: .5rem .75rem;
		line-height: 1.25;
}
.newgift-ribbon small {
		font-size: 14px;
		font-weight: bold;
}
.newgift-card-green .newgift-ribbon {
		background: #00651f;
		font-size: 1.125rem;
}
.newgift-card-red .newgift-ribbon {
		background: #d80000;
		font-size: 1.125rem;
}
.newgift-ribbon small {
		font-size: .85rem;
}
.newgift-ribbon span {
		font-size: .75rem;
}
.newgift-main-img {
		display: block;
		padding: 1rem .5rem;
		text-align: center;
}
.newgift-main-img img {
		max-width: 100%;
		max-height: 120px;
		-o-object-fit: contain;
		object-fit: contain;
		display: block;
		margin: auto;
}
.newgift-desc {
		max-width: 430px;
		margin: 0 auto;
		padding: .5rem 0 1.5rem 0;
}
.newgift-desc p {
		margin: 0 0 8px;
		font-size: 1rem;
		line-height: 1.45;
}
.newgift-desc ul {
		list-style: none;
		padding: 0;
		margin: 0;
}
.newgift-desc li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 4px;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.75;
}
.newgift-desc li span {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		color: #fff;
		font-size: .875rem;
		line-height: 16px;
		text-align: center;
		font-weight: normal;
		position: relative;
		top: 3px;
}
.newgift-card-green .newgift-desc li span {
		background: #007329;
}
.newgift-card-red .newgift-desc li span {
		background: #e00000;
}
/************************ 
Metro
************************/
.metro-loop-wrap {
		position: relative;
		width: 100%;
		height: 90px;
		overflow: hidden;
}
/* 軌道 */
.metro-train {
		position: absolute;
		max-width: 800px;
		-webkit-animation: metroRun 6s linear infinite;
		animation: metroRun 6s linear infinite;
		-webkit-filter: drop-shadow(0 5px 4px rgba(0, 0, 0, 0.25));
		filter: drop-shadow(0 5px 4px rgba(0, 0, 0, 0.25));
		bottom: 0;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
}
@-webkit-keyframes metroRun {
		0% {
				-webkit-transform: translateX(-100vw);
				transform: translateX(-100vw);
		}
		100% {
				-webkit-transform: translateX(100vw);
				transform: translateX(100vw);
		}
}
@keyframes metroRun {
		0% {
				-webkit-transform: translateX(-100vw);
				transform: translateX(-100vw);
		}
		100% {
				-webkit-transform: translateX(100vw);
				transform: translateX(100vw);
		}
}
/************************
FAQ
************************/
.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;
		min-width: 20px;
		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;
}
/************************
INFO BLOCK
************************/
.info_block {
		background-color: #eaeaea;
}
/*.info_block > div {
		background-color: #fefefe;
}*/
.info_block .block_a::before {
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
		background-image: url("../images/content_bg.png");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-color: #f2f0f0;
}
.info_block > div > div {
		position: relative;
		z-index: 2;
}
.info_card {
		background-color: #f3f3f3;
		padding: 2rem 2.5rem;
		border-radius: 2rem;
}
.info_card.sp {
		padding: 2rem 4rem;
}
.remark_text {
		font-size: .875rem;
		color: #333333;
}
.block_b {
		background-color: #ffffff;
}
.block_c {
		background-color: #eaeaea;
}
.block_bot .info_card .title .stap_no {
		font-size: 170%;
		font-weight: 100;
}
.block_bot .info_card .title {
		font-size: 1.45rem;
}
.block_bot .info_card .swiper-slide .text {
		min-height: 80px;
		display: block;
		font-size: 1rem;
}
@media screen and (min-width: 1600px) {
		.item_hand {
				max-width: 171px;
		}
		.item_car {
				max-width: 100px;
		}
		.item_peo_1 {
				max-width: 86px;
		}
		.item_peo_2 {
				max-width: 77px;
		}
		.info_block .block_a::before {
				background-size: 1600px auto;
		}
}
@media screen and (max-width: 1199px) {
		.block_bot .info_card .title .stap_no {
				font-weight: 300;
		}
		.block_bot .info_card .title {
				font-size: 1.275rem;
		}
		.info_card {
				font-size: .875rem;
		}
		.block_bot {
				max-width: 88%;
				margin: auto;
		}
		.remark_text {
				font-size: .75rem;
		}
		.ap-pay-sign {
				font-size: 1.5rem;
		}
		.ap-pay-arrow {
				width: 20px;
		}
		.ap-pay-sign-line {
				width: 6px;
				height: 50px;
		}
		.promo-desc {
				font-size: 1rem;
		}
		.promo-title {
				font-size: 2rem;
				padding-top: 2rem;
		}
		.item_hand {
				max-width: 13vw;
				top: -4%;
				right: 15%;
		}
		.notice-icon {
				width: 55px;
				height: 55px;
				left: -30px;
				top: -12px;
		}
		.promo-notice {
				font-size: 1.125rem;
		}
		.rule-box {
				font-size: 1.25rem;
				min-width: 160px;
		}
		.rule-line {
				height: 5px;
		}
		.rule-dot {
				width: 30px;
				height: 30px;
		}
		.rule-dot::after {
				width: 12px;
				height: 12px;
		}
		.promo-rule-wrap {
				max-width: 520px;
		}
		.item_car {
				max-width: 7vw;
		}
		.example-content {
				font-size: .75rem;
		}
		.promo-example {
				max-width: 480px;
				padding: .75rem;
		}
		.promo-card {
				max-width: 88%;
		}
		.item_peo_1 {
				max-width: 7vw;
				left: -5.75rem;
				bottom: -10%;
		}
		.item_peo_2 {
				max-width: 6vw;
				right: -5rem;
				bottom: -10%;
		}
		.metro-train {
				max-width: 50vw;
		}
		.metro-loop-wrap {
				height: 60px;
		}
		.info_block .info-text {
				font-size: 1.25rem;
		}
		.newgift-card-title h3 {
				font-size: 1.125rem;
		}
		.newgift-card-img img {
				width: 65px;
		}
		.newgift-card-head {
				-ms-grid-columns: 65px 1fr auto;
				grid-template-columns: 65px 1fr auto;
		}
		.newgift-deco-lines {
				max-width: 20px;
				left: 4.5%;
				top: 4.5%;
		}
		.newgift-card-green .newgift-ribbon {
				font-size: 1rem;
				padding: .5rem .5rem;
		}
		.newgift-main-img img {
				max-height: 100px;
		}
		.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 summary .arrow {
				min-width: 15px;
				top: -2px;
		}
		.faq-item .answer {
				font-size: 1rem;
		}
		.info_block .block_a::before {
				background-size: cover;
		}
}
@media screen and (max-width: 991px) {
		a.btn-event {
				padding: .75rem 1rem .75rem 1rem;
				font-size: 1rem;
				min-width: 150px;
		}
		a.btn-event.full {
				font-size: 1.25rem;
		}
		a.btn-event.full .icon {
				max-width: 13px;
		}
		.block_bot .info_card .title {
				font-size: .875rem;
		}
		.block_top .info {
				font-size: .8125rem;
		}
		.info_card {
				border-radius: 1rem;
		}
		.info_card {
				font-size: .75rem;
		}
		.info_card.sp {
				padding: 2rem 2rem;
		}
		.block_bot {
				max-width: 80%;
		}
		.info_block .h1 {
				font-size: 1.65rem;
		}
		.info_block .h2 {
				font-size: 1.35rem;
				line-height: 1.5;
		}
		.info_block .h4 {
				font-size: 1rem;
				line-height: 1.5;
		}
		.info_block .text {
				font-size: .8125rem;
		}
		.block_bot .info_card .swiper-slide .text {
				font-size: .75rem;
		}
		.promo-title {
				font-size: 1.5rem;
				padding-top: 1.5rem;
		}
		.promo-desc {
				font-size: .875rem;
		}
		.promo-notice {
				font-size: .875rem;
		}
		.promo-rule-item {
				-ms-grid-columns: 1fr 44px 1fr;
				grid-template-columns: 1fr 44px 1fr;
				min-height: 64px;
		}
		.notice-icon {
				width: 45px;
				height: 45px;
				left: -20px;
				top: -8px;
		}
		.rule-box {
				font-size: 1.125rem;
		}
		.promo-rule-wrap {
				max-width: 80%;
		}
		.item_car {
				max-width: 9vw;
		}
		.item_peo_1 {
				max-width: 7vw;
				left: -14%;
				bottom: -10%;
		}
		.item_peo_2 {
				max-width: 6vw;
				right: -12%;
				bottom: -10%;
		}
		.example-label {
				font-size: 1.5rem;
		}
		.example-calendar strong {
				font-size: 30px;
		}
		.example-calendar span {
				min-width: 36px;
				height: 36px;
				font-size: 1.25rem;
				border-width: 2px;
		}
		.example-calendar span.free {
				min-width: 48px;
				height: 48px;
				font-size: 1.5rem;
		}
		.newgift-card {
				min-height: auto;
				max-width: 60%;
				margin: auto;
		}
		.newgift-card-green .newgift-ribbon {
				font-size: .875rem;
		}
		.newgift-desc li, .newgift-desc p {
				font-size: .8125rem;
		}
		.newgift-ribbon {
				font-size: 16px;
		}
		.newgift-card-red .newgift-ribbon {
				font-size: 19px;
		}
		.newgift-desc {
				padding: .5rem 2rem 1rem 2rem;
		}
		.newgift-desc li span {
				font-size: .8125rem;
		}
		.ap-pay-sign {
				font-size: 1.25rem;
		}
		.ap-pay-sign-line {
				width: 5px;
				height: 40px;
		}
		.ap-pay-sign-wrap {
				padding-top: 40px;
		}
		.info_block .date {
				font-size: 1rem;
		}
		.info_block .info-text {
				font-size: 1rem;
		}
		.info_block .h3 {
				font-size: 1.125rem;
		}
		.newgift-card-title h3 {
				font-size: 1rem;
		}
		.newgift-card-head {
				padding: 1.75rem .75rem 1rem 2rem;
		}
		.newgift-deco-lines {
				max-width: 15px;
				left: 4.5%;
				top: 3%;
		}
		.newgift-main-img img {
				max-height: 80px;
		}
		.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 summary .arrow {
				min-width: 15px;
				top: -2px;
		}
		.faq-item .answer {
				font-size: .875rem;
		}
		.metro-train {
				max-width: 60vw;
		}
		.metro-loop-wrap {
				height: 60px;
		}
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
		.block_bot .info_card .title {
				font-size: 1rem;
		}
		.info_card {
				font-size: .8125rem;
		}
		.promo-card {
				max-width: 88%;
		}
		.promo-section .container {
				max-width: 100%;
		}
		.promo-rule-wrap {
				max-width: 70% !important;
		}
		.rule-box {
				font-size: 1rem;
				min-width: 140px;
		}
		.rule-line {
				height: 4px;
		}
		.rule-dot {
				width: 25px;
				height: 25px;
				border-width: 3px;
		}
		.rule-dot::after {
				width: 10px;
				height: 10px;
		}
		.newgift-card {
				max-width: 65%;
		}
}
@media screen and (max-width: 767px) {
		.block_bot .info_card .title {
				font-size: .875rem;
		}
		.info_card {
				font-size: .75rem;
		}
		.block_bot {
				max-width: 100%;
		}
		.promo-rule-wrap {
				max-width: 100%;
		}
}
@media only screen and (max-width: 576px) {
		.info_block .col-sm-8 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 66.66666667%;
		}
		.info_block .col-sm-4 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 33.33333333%;
		}
		.block_bot .info_card .title {
				font-size: .8125rem;
		}
		.block_top .info {
				font-size: .75rem;
		}
		.info_block .h1 {
				font-size: 1.5rem;
		}
		.info_card {
				font-size: .65rem;
		}
		.info_card {
				padding: 2rem 1.5rem;
		}
		.info_card.sp {
				padding: 1.5rem 1.5rem;
		}
		.block_bot {
				max-width: 100%;
		}
		.block_bot .info_card .swiper-slide .text {
				min-height: inherit;
		}
		a.btn-event.full {
				font-size: 1rem;
		}
		a.btn-event.full .icon {
				max-width: 10px;
		}
		.faq-list {
				gap: 13px;
				margin-top: 1.5rem;
				max-width: 90%;
		}
		.faq-item summary {
				font-size: .875rem;
				padding: 1rem 1rem .75rem 1rem;
		}
		.faq-item summary .arrow {
				min-width: 15px;
				top: -2px;
		}
		.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;
		}
		.promo-rule-item {
				-ms-grid-columns: 1fr 40px 1fr;
				grid-template-columns: 1fr 40px 1fr;
				min-height: 50px;
		}
		.rule-box {
				font-size: .875rem;
				min-width: 110px;
				border-width: 2px;
				padding: .25rem .35rem;
		}
		.rule-line {
				height: 5px;
		}
		.rule-dot {
				width: 14px;
				height: 14px;
				border-width: 2px;
		}
		.rule-dot::after {
				width: 6px;
				height: 6px;
		}
		.rule-box.left {
				right: -.75rem;
		}
		.rule-box.right {
				left: -.75rem;
		}
		.example-content {
				font-size: .75rem;
		}
		.ap-pay-sign-wrap {
				width: 100%;
				padding: 42px 16px 0;
		}
		.ap-pay-sign {
				font-size: 1rem;
				gap: 10px;
				padding: .5rem 1rem;
		}
		.ap-pay-sign-line {
				width: 6px;
				height: 48px;
		}
		.ap-pay-sign-line-left {
				left: 26%;
		}
		.ap-pay-sign-line-right {
				right: 26%;
		}
		.ap-pay-arrow {
				width: 15px;
		}
		.item_hand {
				max-width: 18vw;
				top: -3%;
				right: 8%;
		}
		.newgift-card {
				max-width: 96%;
		}
		.promo-notice {
				font-size: .8125rem;
		}
		.notice-icon {
				width: 40px;
				height: 40px;
				left: -20px;
				top: 5px;
		}
		.newgift-card-green .newgift-ribbon {
				font-size: .75rem;
		}
		.info_block .date {
				font-size: .8125rem;
		}
		.promo-title {
				font-size: 1.25rem;
				padding-top: 1.5rem;
		}
		.promo-desc {
				font-size: .8125rem;
		}
		.info_block .step_1 .col-sm-4, .info_block .col-sm-4, .info_block .col-sm-8 {
				width: 100%;
		}
		.newgift-desc li, .newgift-desc p {
				font-size: .75rem;
		}
		.info_block .h4 {
				font-size: .875rem;
		}
		.block_bot .info_card .title {
				font-size: .875rem;
		}
		.info_card {
				font-size: .75rem;
		}
		.block_top .title {
				text-align: center;
		}
		.remark_text {
				font-size: .75rem;
		}
		.remark_text, .block_top .info {
				max-width: 80%;
				margin: auto;
		}
		.item_car {
				max-width: 18vw;
				position: absolute !important;
				left: -1%;
		}
		.example-calendar {
				max-width: 80%;
				margin: auto 8% auto auto;
				-webkit-box-pack: end;
				-ms-flex-pack: end;
				justify-content: flex-end;
				gap: 5px;
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
				grid-template-columns: 1fr 1fr 1fr 1fr;
		}
		.example-calendar span {
				min-width: 36px;
				height: 36px;
				font-size: 1.25rem;
				border-width: 2px;
		}
		.example-calendar span.free {
				min-width: 40px;
				height: 40px;
				font-size: 1.125rem;
		}
		.item_peo_1 {
				max-width: 9vw;
				left: 2%;
				bottom: -14%;
		}
		.item_peo_2 {
				max-width: 8vw;
				right: 2%;
				bottom: -12%;
		}
		.example-label {
				padding-right: 0;
				margin-right: 0;
				margin-bottom: 10px;
				padding-bottom: 5px;
				border-right: 0;
				border-bottom: 1px solid #6caae4;
				font-size: 1.125rem;
		}
		.promo-example {
				max-width: 100%;
				padding: 1rem;
		}
		.metro-loop-wrap {
				height: 30px;
		}
		.metro-train {
				max-width: 90vw;
		}
		a.btn-event .icon {
				max-width: 10px;
		}
		.info_block .block_a::before {
				background-size: cover;
		}
		.info_block .h2 {
				font-size: 1.25rem;
				line-height: 1.5;
		}
		.info_block .h3 {
				font-size: 1rem;
		}
		.head .icon {
				width: 15px;
		}
		.info_block .info-text {
				font-size: .875rem;
		}
		.info_block .text {
				font-size: .75rem;
		}
		.newgift-card-title h3 {
				font-size: .875rem;
		}
		.faq-item .answer::before {
				max-width: calc(100% - 4.25rem);
				right: 1rem;
		}
		.item_peo_1 {
				left: 1%;
		}
		.item_peo_2 {
				right: 1%;
		}
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
		.example-calendar {
				max-width: 80%;
				margin: auto;
		}
		.item_car {
				max-width: 16vw;
				position: absolute !important;
				left: -1%;
				bottom: 25%;
		}
		.item_peo_1 {
				left: 16%;
				bottom: -17%;
		}
		.item_peo_2 {
				right: 16%;
				bottom: -17%;
		}
		.newgift-card {
				max-width: 70%;
		}
		.newgift-card {
				max-width: 96%;
		}
}
@media only screen and (max-width: 375px) {
		a.btn-event {
				padding: .75rem .75rem .75rem .75rem;
				font-size: .875rem;
		}
		.example-calendar {
				margin: auto 2% auto auto;
		}
		.item_peo_1 {
				left: 1%;
		}
		.item_peo_2 {
				right: 0;
		}
}
@media only screen and (max-width: 320px) {
		.info_block .h2 {
				font-size: 1.25rem;
		}
		.item_peo_2 {
				right: 0;
		}
}
/************************
STEP BLOCK
************************/
.phone-block {
		width: 100%;
}
.step_info {
		max-width: 80%;
		margin: auto;
}
.step_info .swiper-pagination {
		bottom: auto;
		top: 70%;
		text-align: start;
		max-width: calc(100% - 250px);
		padding-left: calc(1rem - 3px);
		left: auto;
		right: 0;
}
.step_info .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
		margin: 0 5px !important;
		background-color: #e0e0e0;
		opacity: 1;
}
.step_info .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #333333;
}
.step_info .swiper-button-prev, .step_info .swiper-button-next {
		width: 50px;
		height: 50px;
		top: 42%;
}
.step_info .swiper-button-prev, .step_info .swiper-button-next {
		opacity: .5;
		-webkit-transition: opacity .3s ease;
		transition: opacity .3s ease;
}
.step_info .swiper-button-prev:focus, .step_info .swiper-button-next:focus, .step_info .swiper-button-prev:hover, .step_info .swiper-button-next:hover {
		opacity: 1;
}
.step_info .swiper-button-prev {
		left: -60px;
}
.step_info .swiper-button-next {
		right: -60px;
}
.step_info .swiper-button-next:after, .step_info .swiper-button-prev:after {
		content: '';
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
		display: block;
}
.step_info .swiper-button-next:after {
		background-image: url("../images/icon_next.png");
}
.step_info .swiper-button-prev:after {
		background-image: url("../images/icon_prev.png");
}
@media only screen and (max-width: 1199px) {
		.step_info {
				max-width: 88%;
		}
		.step_info .swiper-button-prev, .step_info .swiper-button-next {
				width: 40px;
				height: 40px;
				top: 42%;
		}
		.step_info .swiper-pagination {
				max-width: calc(100% - 220px);
		}
}
@media only screen and (max-width: 991px) {
		.step_info {
				max-width: 86%;
		}
		.step_info .swiper-button-prev, .step_info .swiper-button-next {
				top: 42%;
				width: 30px;
				height: 30px;
		}
		.step_info .swiper-button-prev {
				left: -50px;
		}
		.step_info .swiper-button-next {
				right: -50px;
		}
		.step_info .swiper-pagination {
				top: 77%;
				max-width: calc(100% - 140px);
		}
		.step_info .swiper-pagination-bullet {
				width: 10px;
				height: 10px;
		}
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
		.step_info .swiper-pagination {
				top: 80%;
				max-width: calc(100% - 150px);
		}
}
@media only screen and (max-width: 767px) {
		.step_info .swiper-pagination {
				top: 80%;
				max-width: calc(100% - 150px);
		}
}
@media only screen and (max-width: 576px) {
		.phone-block {
				max-width: 60%;
		}
		.step_info .swiper-button-prev {
				left: 20px;
		}
		.step_info .swiper-button-next {
				right: 20px;
		}
		.step_info .swiper-button-prev, .step_info .swiper-button-next {
				top: 35%;
				width: 30px;
				height: 30px;
		}
		.step_info {
				max-width: 100%;
		}
		.step_info .swiper-pagination {
				top: auto;
				left: 0;
				right: 0;
				max-width: -webkit-fit-content;
				max-width: -moz-fit-content;
				max-width: fit-content;
				margin: auto;
				bottom: -1rem;
				padding-left: 0;
		}
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
		.step_info {
				max-width: 60%;
		}
		.step_info .swiper-button-prev, .step_info .swiper-button-next {
				top: 35%;
				width: 30px;
				height: 30px;
		}
		.step_info .swiper-button-prev {
				left: 0;
		}
		.step_info .swiper-button-next {
				right: 0;
		}
}
/************************
STEPS Switch
************************/
.img-switch-wrap {
		position: relative;
		display: inline-block;
}
.img-switch {
		display: block;
}
.img-switch-b {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		object-fit: contain;
}
@-webkit-keyframes switchA {
		0%, 49.9% {
				opacity: 1;
		}
		50%, 100% {
				opacity: 0;
		}
}
@keyframes switchA {
		0%, 49.9% {
				opacity: 1;
		}
		50%, 100% {
				opacity: 0;
		}
}
@-webkit-keyframes switchB {
		0%, 49.9% {
				opacity: 0;
		}
		50%, 100% {
				opacity: 1;
		}
}
@keyframes switchB {
		0%, 49.9% {
				opacity: 0;
		}
		50%, 100% {
				opacity: 1;
		}
}
.img-switch-a {
		-webkit-animation: switchA 2400ms steps(1) infinite;
		animation: switchA 2400ms steps(1) infinite;
}
.img-switch-b {
		-webkit-animation: switchB 2400ms steps(1) infinite;
		animation: switchB 2400ms steps(1) infinite;
}
/************************
GOTOP
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 1050;
		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: 480px) {
		.go_top {
				right: 5px;
		}
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 6rem;
		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;
}
.full-item {
		width: 125px;
}
@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(.8);
				-ms-transform: scale(.8);
				transform: scale(.8);
				-webkit-transform-origin: center right;
				-ms-transform-origin: center right;
				transform-origin: center right;
				bottom: 5rem;
		}
}
@media only screen and (max-width:991px) {
		.fix-ad {
				-webkit-transform: scale(.7);
				-ms-transform: scale(.7);
				transform: scale(.7);
				bottom: 2.5em;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad {
				-webkit-transform: scale(.6);
				-ms-transform: scale(.6);
				transform: scale(.6);
				bottom: 2.5rem;
		}
}
@media only screen and (max-width:576px) {
		.fix-ad {
				-webkit-transform: scale(.5);
				-ms-transform: scale(.5);
				transform: scale(.5);
				bottom: 2rem;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				-webkit-transform: scale(.5);
				-ms-transform: scale(.5);
				transform: scale(.5);
				bottom: 2rem;
		}
}