@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: #333;
		outline: none !important;
}
.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: #333333;
		font-family: 'Open Sans', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-weight: 600;
		font-size: 1rem;
}
#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;
}
/*.info-modal ul.list-uninside, .info-modal ol.list-uninside {
		padding-left: 0 !important;
}*/
@media screen and (max-width: 480px) {
		.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;
		}
}
/************************
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
************************/
.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: .75rem;
		padding: 1rem 1.5rem;
		color: #ffffff;
		border: 0;
		background: -webkit-gradient(linear, right top, left top, from(#471276), to(#5e55a2));
		background: -o-linear-gradient(right, #471276 0%, #5e55a2 100%);
		background: linear-gradient(to left, #471276 0%, #5e55a2 100%);
		-webkit-box-shadow: 0.125rem .25rem .35rem RGBA(0, 0, 0, .25);
		box-shadow: 0.125rem .25rem .35rem RGBA(0, 0, 0, .25);
		z-index: 1;
}
a.btn-event::before {
		content: '';
		width: calc(100% - 6px);
		height: calc(100% - 6px);
		position: absolute;
		border-radius: .5rem;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		background: -webkit-gradient(linear, left top, right top, from(#471276), to(#5e55a2));
		background: -o-linear-gradient(left, #471276 0%, #5e55a2 100%);
		background: linear-gradient(to right, #471276 0%, #5e55a2 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, a.btn-event:hover {
		color: #ffffff !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 1rem;
		}
}
@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;
		}
}
/****************************/
.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: 480px) {
		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: 480px) {
		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: 480px) {
		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: #000000;
		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 {
		max-width: 72%;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		left: 0;
		right: 0;
		top: 50%;
		bottom: auto;
		margin: auto;
}
.key-visual .pro_group .pro_item {
		position: relative;
}
.key-visual .pro_group .pro_item img.back {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		z-index: 1;
}
.key-visual .pro_group .col:hover .pro_item img {
		-webkit-transform: scale(1.25);
		-ms-transform: scale(1.25);
		transform: scale(1.25);
}
.key-visual .pro_group .col:hover img.back {
		opacity: 1 !important;
}
.key-visual .pro_group .col .pro_item, .key-visual .pro_group .col .pro_item img, .key-visual .pro_group .col:hover .pro_item, .key-visual .pro_group .col:hover .pro_item img {
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
}
.key-visual .pro_5, .key-visual .pro_3, .key-visual .pro_1 {
		-webkit-animation: move1 4s linear infinite;
		animation: move1 4s linear infinite;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
@-webkit-keyframes move1 {
		0%, 100% {
				-webkit-transform: translate(0, 0%);
				transform: translate(0, 0%);
		}
		50% {
				-webkit-transform: translate(0, -10%);
				transform: translate(0, -10%);
		}
}
@keyframes move1 {
		0%, 100% {
				-webkit-transform: translate(0, 0%);
				transform: translate(0, 0%);
		}
		50% {
				-webkit-transform: translate(0, -10%);
				transform: translate(0, -10%);
		}
}
.key-visual .pro_6, .key-visual .pro_4, .key-visual .pro_2 {
		-webkit-animation: move2 4s linear infinite;
		animation: move2 4s linear infinite;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
@-webkit-keyframes move2 {
		0%, 100% {
				-webkit-transform: translate(0, 0%);
				transform: translate(0, 0%);
		}
		50% {
				-webkit-transform: translate(0, 10%);
				transform: translate(0, 10%);
		}
}
@keyframes move2 {
		0%, 100% {
				-webkit-transform: translate(0, 0%);
				transform: translate(0, 0%);
		}
		50% {
				-webkit-transform: translate(0, 10%);
				transform: translate(0, 10%);
		}
}
@media screen and (min-width:1920px) {
		.key-visual > img {
				width: 2560px;
		}
		.key-visual .pro_group {
				max-width: 1920px;
		}
}
@media screen and (max-width:991px) {
		.key-visual {
				margin-top: 50px;
		}
		.key-visual .pro_group {
				max-width: 80%;
				top: 55%;
		}
}
@media screen and (max-width:568px) and (orientation: landscape) {
		.key-visual .pro_group {
				max-width: 86%;
				top: 49%;
		}
}
@media screen and (max-width:480px) {
		.key-visual .pro_group {
				max-width: 95%;
				top: 48%;
		}
}
/************************
Sticky Bar
************************/
/************************
ACT NAV
************************/
.act-nav {
		top: 1.5rem;
		background-color: transparent;
		padding: 1.5rem 0 1rem 0;
		z-index: 5;
}
.act-nav .nav_coin_2 {
		width: 100%;
		height: auto;
		max-width: 50px;
		right: 0;
		top: 1.5rem;
}
.act-nav .nav_coin_3 {
		width: 100%;
		height: auto;
		max-width: 35px;
		right: 1.5rem;
		top: 5.5rem;
}
.act-nav ul {
		background-color: #784c20;
		border-radius: 5rem;
		max-width: 80%;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-image: url("../images/nav_coin_1.png");
		background-repeat: no-repeat;
		background-position: 93% -1rem;
		background-size: 50px auto;
		border: 4px solid #e0ae9a;
		-webkit-box-shadow: inset 0 5px 10px RGBA(0, 0, 0, .25);
		box-shadow: inset 0 5px 10px RGBA(0, 0, 0, .25);
}
.act-nav .nav-pills .nav-link {
		color: #fef5da;
		font-size: 1.25rem;
		padding: .5rem 1.5rem;
		position: relative;
}
.act-nav .nav-pills .nav-link::after {
		content: '';
		width: 0%;
		height: 1px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: .5rem;
		margin: auto;
		background-color: #fef5da;
}
.act-nav .nav-pills .nav-link.active, .act-nav .nav-pills .nav-link:hover, .act-nav .nav-pills .nav-link:focus {
		color: #ffffff !important;
		background-color: transparent;
}
.act-nav .nav-pills .nav-link.active::after, .act-nav .nav-pills .nav-link:hover::after, .act-nav .nav-pills .nav-link:focus::after {
		width: calc(100% - 3rem);
		background-color: #ffffff;
}
.act-nav .nav-pills .nav-item {
		position: relative;
}
.act-nav .nav-pills .nav-item::after {
		content: '';
		width: 1px;
		height: 50%;
		position: absolute;
		display: block;
		left: auto;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto 0;
		background-color: #fef5da;
}
.act-nav .nav-pills .nav-item:last-child::after {
		display: none;
}
.act-nav .nav-pills .nav-link, .act-nav .nav-pills .nav-link.active::after, .act-nav .nav-pills .nav-link:hover::after, .act-nav .nav-pills .nav-link:focus::after {
		-webkit-transition: all 0.25s linear;
		-o-transition: all 0.25s linear;
		transition: all 0.25s linear;
}
/************************
Bot Card
************************/
.is-pro-list {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: auto;
}
.bot-card {
		border-radius: 0;
		overflow: hidden;
		max-width: 78%;
		height: 100%;
		border: 0;
		background-color: transparent;
		margin: auto;
}
.bot-card .card-footer {
		border-radius: 0;
		overflow: hidden;
		height: 100%;
		border: 0;
		background-color: transparent;
}
.bot-card .card-body {
		width: 100%;
		height: 100%;
		aspect-ratio: 1 / 1;
		overflow: hidden;
		border-radius: 100%;
		background: -webkit-gradient(linear, right top, left top, from(#471276), to(#5e55a2));
		background: -o-linear-gradient(right, #471276 0%, #5e55a2 100%);
		background: linear-gradient(to left, #471276 0%, #5e55a2 100%);
		position: relative;
}
.bot-card .card-body img {
		max-width: 82%;
		position: relative;
		z-index: 2;
		margin-bottom: .5rem;
}
.bot-card .card-body::after {
		content: '';
		background-color: #ffffff;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		border-radius: 100%;
		z-index: 1;
}
.bot-card .card-footer {
		position: absolute;
		color: #ffffff;
		background: -webkit-gradient(linear, right top, left top, from(#471276), to(#5e55a2));
		background: -o-linear-gradient(right, #471276 0%, #5e55a2 100%);
		background: linear-gradient(to left, #471276 0%, #5e55a2 100%);
		font-size: 1.25rem;
		line-height: 1;
		z-index: 2;
		height: 60px;
		border-radius: 1rem;
		overflow: hidden;
		width: 100%;
		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;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		top: auto;
		bottom: 0;
}
.bot-card .card-footer small {
		font-size: 1rem;
}
.bot-card .card-footer::after {
		content: '';
		background: -webkit-gradient(linear, left top, right top, from(#471276), to(#5e55a2));
		background: -o-linear-gradient(left, #471276 0%, #5e55a2 100%);
		background: linear-gradient(to right, #471276 0%, #5e55a2 100%);
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: calc(100% - 6px);
		height: calc(100% - 6px);
		border-radius: .75rem;
		z-index: -1;
}
/************************
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;
}
#gift .is-star-list {
		max-width: calc(100% - 2rem);
		margin: auto;
}
#gift .top-card .card-header {
		color: #ffffff;
		font-size: 1.5rem;
		font-weight: bold;
		padding: 1rem 0;
		margin-bottom: 0;
		border: 0;
}
#gift .top-card .card-body {
		border-top: 0;
		padding: 1rem;
		border-radius: 1.75rem;
		background-color: #ffffff;
		border: 0;
		position: relative;
		z-index: 1;
		overflow: hidden;
}
#gift .top-card .card-body::after {
		content: '';
		background-color: #e9e9ea;
		position: absolute;
		left: 0;
		right: auto;
		top: auto;
		bottom: 0;
		margin: auto;
		width: calc(100% - 5px);
		height: calc(100% - 5px);
		z-index: -1;
		border-radius: 1.5rem;
}
#gift .top-card {
		overflow: visible;
		padding: .5rem 1rem 1rem 1rem;
		background: -webkit-gradient(linear, left top, left bottom, from(#471276), to(#5e55a2));
		background: -o-linear-gradient(top, #471276 0%, #5e55a2 100%);
		background: linear-gradient(to bottom, #471276 0%, #5e55a2 100%);
}
#gift .top-card .card-body .text.is-point {
		font-size: 1.25rem;
}
#gift .top-card .card-body .text.is-point.space {
		margin-top: 3rem;
}
#step .share-list {
		max-width: calc(100% - 2rem);
		margin: auto;
}
#step .top-card .card-body {
		border-top-color: #dc748b;
		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;
		font-size: 1rem;
		padding-bottom: 1rem;
}
#step .top-card.has-icon .card-body .text {
		font-size: .875rem;
}
#step .top-card .card-header {
		color: #ffffff;
		background: -webkit-gradient(linear, right top, left top, from(#471276), to(#5e55a2));
		background: -o-linear-gradient(right, #471276 0%, #5e55a2 100%);
		background: linear-gradient(to left, #471276 0%, #5e55a2 100%);
		font-size: 1.1rem;
		line-height: 1;
		padding-top: 2rem;
		position: relative;
		z-index: 2;
}
#step .top-card .card-header::after {
		content: '';
		background: -webkit-gradient(linear, left top, right top, from(#471276), to(#5e55a2));
		background: -o-linear-gradient(left, #471276 0%, #5e55a2 100%);
		background: linear-gradient(to right, #471276 0%, #5e55a2 100%);
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: calc(100% - 6px);
		height: calc(100% - 6px);
		border-radius: .75rem;
		z-index: -1;
}
#step .top-card .card-body {
		max-width: calc(100% - 20px);
		width: 100%;
		margin: auto;
		border: 0;
		-webkit-box-shadow: 0 .25rem .35rem RGBA(0, 0, 0, .125);
		box-shadow: 0 .25rem .35rem RGBA(0, 0, 0, .125);
}
.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::after {
		content: '';
		width: 20px;
		height: 100%;
		background-image: url("../images/arrow.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		position: absolute;
		right: -30px;
		top: 0;
		border: 0;
		margin: auto;
}
.share-list .col:last-child .top-card.has-icon::after {
		display: none;
}
.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: 60px;
		height: 60px;
		border-radius: 100%;
		display: block;
		overflow: hidden;
		background: -o-linear-gradient(50deg, #202058 50%, #6154a5 100%);
		background: linear-gradient(40deg, #202058 50%, #6154a5 100%);
		top: -35px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 3;
}
/************************
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 {
		max-width: 200px;
		left: 25%;
		top: 1.125%;
}
.bg_item_2 {
		max-width: 150px;
		left: 9%;
		top: 12%;
}
.bg_item_3 {
		max-width: 150px;
		right: 22%;
		top: 8%;
		z-index: 1;
}
.bg_item_4 {
		max-width: 50px;
		right: 0;
}
.bg_item_5 {
		max-width: 35px;
		right: 8%;
		top: 18%;
}
.bg_item_6 {
		max-width: 50px;
		right: 35%;
		top: 38%;
}
.bg_item_7 {
		max-width: 40px;
		right: 15%;
		bottom: 18%;
}
.bg_item_8 {
		max-width: 40px;
		left: 10%;
		bottom: 18%;
}
.bg_item_9 {
		max-width: 120px;
		right: 9%;
		bottom: 3%;
}
.bg_item_sp {
		max-width: 360px;
		left: 15%;
		bottom: 5%;
}
/************************
BLOCK
************************/
#rule {
		background-color: #050521;
		background-image: url("../images/content_bg.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% auto;
		padding-top: 5rem;
		padding-bottom: 6rem;
		overflow: hidden;
}
#choose {
		background-color: #dcdcf0;
		padding-top: 5rem;
		padding-bottom: 6rem;
		background-image: url("../images/bg_item_10.png"), url("../images/bg_item_11.png");
		background-position: left bottom, right bottom;
		background-repeat: no-repeat;
		background-size: 400px auto, 500px auto;
}
#gift {
		background-color: #eeeefe;
		padding-top: 5rem;
		padding-bottom: 6rem;
}
#step {
		background-color: #dcdcf0;
		padding-top: 5rem;
		padding-bottom: 6rem;
}
#search {
		background-color: #efefef;
		padding-top: 4rem;
		padding-bottom: 3rem;
}
@media (min-width:1920px) {
		#rule {
				background-size: 2560px auto;
		}
}
/************************
Title Icon
************************/
#choose .title .icon {
		max-width: 80px;
		right: -80px;
		top: -30px;
}
#gift .title .icon {
		max-width: 90px;
		right: -110px;
		top: -50px;
}
.btn_group .peo_2 {
		max-width: 200px;
		left: -60px;
		top: -100px;
}
#step .title .icon {
		max-width: 150px;
		left: -140px;
		top: -20px;
}
/************************
Font Size
************************/
.title {
		font-size: 2.5rem;
}
.subtitle {
		font-size: 1.75rem;
}
.text, .date {
		font-size: 1rem;
}
.remark_text {
		font-size: .85rem;
}
#search .subtitle {
		font-size: 1.35rem;
		font-weight: bold;
}
#search .text, #search .date {
		font-size: 1.125rem;
}
/************************
INFO BLOCK / CARD 
************************/
.has-border::after {
		content: '';
		width: 2px;
		height: 100%;
		max-height: 90%;
		display: block;
		background-color: #333;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
.info_block {
		border-radius: 1.5rem;
		overflow: hidden;
		background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f2), to(#e6e7e8));
		background: -o-linear-gradient(top, #f1f1f2 0%, #e6e7e8 100%);
		background: linear-gradient(to bottom, #f1f1f2 0%, #e6e7e8 100%);
		-webkit-box-shadow: 0.125rem .25rem .35rem RGBA(0, 0, 0, .25);
		box-shadow: 0.125rem .25rem .35rem RGBA(0, 0, 0, .25);
		padding: 2rem 2rem 3rem 2rem;
		max-width: 52%;
		margin: auto;
}
.timeline_block {
		max-width: 53%;
		margin: auto;
		/*overflow: hidden;*/
}
.timeline_block img {
		left: 0;
		right: 0;
		top: 0;
}
.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-item > div {
		position: relative;
		z-index: 3;
}
.info-card .card-item::after {
		content: '';
		position: absolute;
		width: calc(100% - 2rem);
		height: calc(100% - 1rem);
		display: block;
		left: 0;
		right: 0;
		top: 2rem;
		bottom: 0;
		margin: auto;
		background-color: #eddbc9;
		border: 2px solid #cd9d6d;
		border-radius: 2rem;
		z-index: 1;
}
.info-card .card-item .boat {
		max-width: 220px;
		top: -6.5rem;
		right: 0;
}
.info-card .card-item .gift-item {
		max-width: 90px;
		margin: .125rem 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;
}
.info-card .event .card-item::after {
		width: 100%;
		height: 100%;
		top: 0;
}
.info-card .event .card-item {
		padding: 1rem;
		min-height: 320px;
}
.info-card .event .card-item .detail {
		bottom: auto;
		top: 5.5rem;
		margin: auto;
		left: 0;
		right: 0;
		padding: 1rem;
}
.info-card .event .card-item .detail .depiction .no, .info-card .event .card-item .detail .subtitle .no {
		font-size: 130%;
		line-height: 1.25;
}
.info-card .event .card-item .detail .depiction .no small, .info-card .event .card-item .detail .subtitle .no small {
		font-size: 80%;
}
.info-card .event .card-item .detail .title {
		font-size: 2rem;
		margin-bottom: 1rem;
}
.info-card .event .card-item .detail .subtitle {
		font-size: 1.75rem;
		color: #66431f;
}
.info-card .event .card-item .detail .depiction {
		font-size: 1.125rem;
}
/************************
CONTENT
************************/
.content-block {
		background-color: #ffffff;
}
.content-block .remark-text {
		font-size: .875rem;
}
/*------------------------------------------ 
BANNER
--------------------------------------------*/
.banner-title {
		display: inline-block;
		text-align: center;
		position: relative;
		margin: 0 auto 1rem auto;
		color: #d50020;
		padding-bottom: 1rem;
		padding-top: 2rem;
		font-family: "Noto Sans TC", sans-serif;
		font-weight: bold;
}
.banner-title::after {
		content: '';
		margin: auto;
		display: block;
		width: 40px;
		height: 2px;
		position: absolute;
		background-color: #d50020;
		left: 0;
		right: 0;
		bottom: 0;
}
.bot-banner {
		clear: both;
		padding-top: 3rem;
		padding-bottom: 2rem;
		background-color: #dcdcf0;
}
.bot-banner img {
		max-width: 100%;
}
.bot-banner-more .slick-dots li button:before {
		font-size: .5rem;
}
@media (max-width:991px) {
		.banner-title {
				font-size: 1.25rem;
		}
}
@media (max-width:480px) {
		.banner-title {
				font-size: 1rem;
		}
		.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: 480px) {
		.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 screen and (min-width:1921px) {
		.act-nav {
				max-width: 2560px;
		}
}
@media (max-width:1199px) {
		.title {
				font-size: 2.125rem;
		}
		.subtitle {
				font-size: 1.5rem;
		}
		.text, .date {
				font-size: .875rem;
		}
		#search .text, #search .date {
				font-size: .875rem;
		}
		.bot-card .card-footer {
				font-size: 1rem;
		}
		.bot-card .card-footer small {
				font-size: .8125rem;
				margin-bottom: .25rem;
		}
		.bot-card .card-body img {
				max-width: 80%;
				top: -5px;
		}
		.is-pro-list {
				max-width: 90%;
		}
		#rule {
				padding-top: 2rem;
				padding-bottom: 6rem;
		}
		#choose {
				padding-top: 4rem;
				padding-bottom: 6rem;
				background-size: 20vw auto, 35vw auto;
		}
		#choose .title .icon {
				max-width: 7vw;
				right: -80px;
				top: -30px;
		}
		#gift {
				padding-top: 5rem;
				padding-bottom: 4rem;
		}
		#step {
				background-color: #dcdcf0;
				padding-top: 4rem;
				padding-bottom: 4rem;
		}
		#step .title .icon {
				max-width: 11vw;
				left: -120px;
				top: -20px;
		}
		#step .top-card .card-body {
				max-width: calc(100% - 5px);
		}
		#search .subtitle {
				font-size: 1.25rem;
		}
		.btn_group .peo_2 {
				max-width: 15vw;
				left: -60px;
				top: -100px;
		}
		.bg_item_1 {
				max-width: 15vw;
				left: 25%;
				top: -1%;
		}
		.bg_item_2 {
				max-width: 9vw;
				left: 3%;
				top: 15%;
		}
		.bg_item_3 {
				max-width: 13vw;
				right: 13%;
				top: 11%;
		}
		.bg_item_4 {
				max-width: 3vw;
				right: 5%;
		}
		.bg_item_5 {
				max-width: 3vw;
				right: 4%;
				top: 20%;
		}
		.bg_item_6 {
				max-width: 4vw;
				right: 35%;
				top: 42%;
		}
		.bg_item_7 {
				max-width: 3vw;
				right: 18%;
				bottom: 18%;
		}
		.bg_item_8 {
				max-width: 3vw;
				left: 15%;
				bottom: 18%;
		}
		.bg_item_9 {
				max-width: 8vw;
				right: 10%;
				left: auto;
				bottom: 7%;
		}
		.bg_item_sp {
				max-width: 28vw;
				left: 15%;
				bottom: 5%;
		}
		.info_block {
				max-width: 70%;
		}
		#gift .title .icon {
				max-width: 7vw;
				right: -90px;
				top: -30px;
		}
		#gift .is-star-list {
				max-width: 100%;
		}
		#gift .top-card .card-body .text.is-point {
				font-size: 1rem;
		}
		#gift .top-card .card-body {
				padding-bottom: 1rem;
		}
		#gift .top-card .card-body .text.is-point.space {
				margin-top: 2rem;
		}
		#step .share-list {
				max-width: 100%;
		}
		#step .top-card .card-header {
				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 .card-item .boat {
				max-width: 18vw;
				top: -5.5rem;
				right: -2rem;
		}
		.info-card .card-item::after {
				width: 100%;
				height: calc(100% - 1.5rem);
				top: 1.5rem;
		}
		.info-card .card-item .gift-item {
				max-width: 70px;
				margin: .125rem auto;
		}
		.info-card .text {
				max-width: 70%;
		}
		.info-card .event .card-item .detail .title {
				font-size: 1.5rem;
				margin-bottom: 0;
		}
		.info-card .event .card-item .detail .subtitle {
				font-size: 1.5rem;
		}
		.info-card .event .card-item .detail .depiction {
				font-size: 1rem;
		}
		.info-card .event .card-item {
				padding: 1rem;
				min-height: 230px;
		}
		.info-card .event .card-item .detail {
				top: 3.5rem;
		}
		.text-remark {
				font-size: .75rem;
		}
		.act-nav .nav_coin_2 {
				max-width: 5vw;
				right: 3rem;
				top: 1rem;
		}
		.act-nav ul {
				background-size: 3.5vw auto;
				background-position: 98% -140%;
		}
		.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: 50px;
				height: 50px;
				top: -30px;
		}
		.content-block {
				background-size: cover;
		}
}
@media (max-width:991px) {
		#search {
				padding-top: 3rem;
				padding-bottom: 1rem;
		}
		#rule {
				background-size: cover;
				padding-top: 2rem;
				padding-bottom: 2.5rem;
		}
		#step {
				padding-top: 4rem;
				padding-bottom: 0;
		}
		#choose .title .icon {
				max-width: 7vw;
				right: -50px;
				top: -20px;
		}
		#gift .title .icon {
				max-width: 7vw;
				right: -70px;
				top: -30px;
		}
		#step .title .icon {
				max-width: 11vw;
				left: -90px;
				top: -10px;
		}
		#step .top-card .card-body {
				max-width: calc(100% - 15px);
		}
		.title {
				font-size: 2rem;
		}
		.text, .date {
				font-size: .85rem;
		}
		.subtitle {
				font-size: 1.25rem;
		}
		.bot-card {
				max-width: 95%;
		}
		.bot-card .card-body img {
				max-width: 75%;
				top: -5px;
		}
		.bg_item_1 {
				max-width: 15vw;
				left: 25%;
				top: 0;
		}
		.btn_group .peo_2 {
				max-width: 15vw;
				left: 0;
				top: -80%;
		}
		.bg_item_2 {
				max-width: 9vw;
				left: 5%;
				top: 12%;
		}
		.bg_item_4 {
				max-width: 3vw;
				right: 5%;
				top: 2%;
		}
		.info_block {
				max-width: 86%;
				padding: 1.5rem 2rem 2rem 2rem;
		}
		.info-card .card-item .gift-item {
				max-width: 50px;
				margin: .125rem auto;
		}
		.info-card .event .card-item .detail .title {
				font-size: 1.125rem;
		}
		.info-card .card-item .boat {
				max-width: 18vw;
				top: -3rem;
				right: -2rem;
		}
		.info-card .event .card-item .detail {
				top: 2.5rem;
		}
		.info-card .event .card-item {
				padding: 1rem;
				min-height: 185px;
		}
		.info-card .event .card-item .detail .depiction {
				font-size: .8125rem;
		}
		.info-card .event .card-item .detail .subtitle {
				font-size: 1rem;
		}
		.info-card .info {
				font-size: .875rem;
				padding: 2.5rem 0 1rem 0;
		}
		.info-card .card-item::after {
				border-radius: 1.5rem;
		}
		.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-card.has-icon .card-header {
				padding-top: 1.75rem;
				min-height: inherit;
				font-size: 1rem;
		}
		.act-nav .nav-pills .nav-link {
				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;
		}
		#gift .top-card .card-body {
				padding-bottom: .5rem;
		}
		#gift .top-card .card-body .text.is-point {
				font-size: .875rem;
		}
		#step .share-list {
				-webkit-box-pack: center !important;
				-ms-flex-pack: center !important;
				justify-content: center !important;
		}
		#step .top-card.has-icon .card-body .text, #step .top-card .card-body {
				padding: .5rem .25rem;
		}
		#step .top-card .card-body {
				max-width: calc(100% - 10px);
		}
		#search .subtitle {
				font-size: 1rem;
		}
		.top-card .card-body img {
				margin: 1rem auto .5rem auto;
		}
		.share-list .col {
				margin-bottom: 3rem;
		}
		.top-card.has-icon::after {
				width: 15px;
				right: -20px;
		}
		.content-block .info {
				max-width: 98%;
		}
		.content-block .remark-text {
				font-size: .75rem;
				line-height: 1.75;
		}
		.act-nav ul {
				max-width: 90%;
		}
		.act-nav ul {
				background-size: 3.5vw auto;
				background-position: 98% -50%;
		}
		.act-nav .nav_coin_2 {
				max-width: 4vw;
				right: 2.5rem;
				top: 1rem;
		}
		.act-nav .nav_coin_3 {
				width: 100%;
				height: auto;
				max-width: 3vw;
				right: 0;
				top: 3.5rem;
		}
		.top-card {
				border-radius: 2rem;
		}
		#gift .top-card .card-header {
				font-size: 1.25rem;
				padding: .5rem 0;
		}
		#gift .top-card {
				padding: .5rem .5rem .5rem .5rem;
		}
		#gift .top-card .card-body {
				border-radius: 2rem;
				padding: .5rem;
		}
		#gift .top-card .card-body::after {
				border-radius: 1.125rem;
		}
		#gift .top-card .card-body {
				border-radius: 1.25rem;
		}
		.bg_item_9 {
				max-width: 10vw;
				right: 10%;
				left: auto;
				bottom: 7%;
		}
		.bg_item_sp {
				max-width: 30vw;
				left: 15%;
				bottom: 6%;
		}
}
@media (max-width:991px) and (orientation: landscape) {
		.bg_item_3 {
				max-width: 13vw;
				right: 14%;
				top: 9%;
		}
		.info_block {
				max-width: 66%;
				padding: 1.5rem 2rem 2rem 2rem;
		}
		.timeline_block {
				max-width: 58%;
		}
		.info-card .event .card-item .detail .title {
				font-size: 1.25rem;
				margin-bottom: 1rem;
		}
		.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;
		}
		.info-card .card-item .boat {
				max-width: 18vw;
				top: -4.5rem;
				right: -1rem;
		}
		.info-card .event .card-item .detail {
				top: 3.5rem;
		}
		.info-card .event .card-item {
				padding: 1rem;
				min-height: 250px;
		}
		.share-list {
				max-width: 94%;
				margin: auto;
		}
		.top-card.has-icon::after {
				width: 15px;
				right: -25px;
		}
}
@media (max-width:767px) {
		#gift {
				padding-top: 3rem;
				padding-bottom: 3rem;
		}
		.title {
				font-size: 1.75rem;
		}
		.subtitle {
				font-size: 1.125rem;
		}
		.text, .date {
				font-size: .8125rem;
		}
		.bot-card .card-footer {
				font-size: .875rem;
		}
		.bot-card .card-footer small {
				font-size: .75rem;
				margin-bottom: .25rem;
		}
		.bg_item_1 {
				max-width: 15vw;
				left: 22%;
				top: .5%;
		}
		.bg_item_3 {
				max-width: 13vw;
				right: 14%;
				top: 12%;
		}
		.bg_item_9 {
				max-width: 10vw;
				right: 10%;
				left: auto;
				bottom: 7%;
		}
		.bg_item_sp {
				max-width: 35vw;
				left: 7%;
				bottom: 6%;
		}
		.info_block {
				max-width: 70%;
				padding: 1.5rem 2rem 2rem 2rem;
		}
		.info-card .text {
				font-size: .75rem;
				padding: 1rem 1rem .25rem 1rem;
				max-width: 80%;
		}
		.info-card .card-item .boat {
				max-width: 20vw;
				top: -2.5rem;
				right: -2rem;
		}
		#step .title .icon {
				max-width: 11vw;
				left: -80px;
				top: -10px;
		}
		#gift .top-card .card-body {
				padding: 1rem .25rem 1rem .25rem;
		}
		#gift .no.large {
				font-size: 150%;
		}
		#gift .top-card .card-body .text.is-point {
				font-size: .8125rem;
		}
		.info-card .head {
				max-width: 22vw;
		}
		.info-card .event .card-item .detail .title {
				margin-bottom: .5rem;
		}
		.info-card .event .card-item .detail {
				top: 1.75rem;
		}
		.info-card .event .card-item {
				padding: 1rem;
				min-height: 180px;
		}
		.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;
		}
		.act-nav ul {
				max-width: 100%;
		}
		.act-nav .nav-pills .nav-link {
				font-size: 1rem;
				min-width: 125px;
				padding: .35rem .5rem;
		}
		.act-nav .nav-pills .nav-link::after {
				bottom: .5rem;
		}
		.act-nav {
				top: 1.5rem;
		}
		.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 screen and (max-width:568px) and (orientation: landscape) {
		br.d-xs-block {
				display: block !important;
		}
		.info_block {
				max-width: 78%;
				padding: 1.5rem 1rem 1.5rem 1rem;
		}
		.bot-card .card-footer {
				font-size: .8125rem;
		}
		.bot-card .card-body img {
				max-width: 80%;
				top: 0;
		}
		.is-list .col-sm-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 50%;
		}
		.bot-card .card-footer {
				height: 40px;
		}
		.is-pro-list {
				max-width: 100%;
		}
		.bg_item_6 {
				max-width: 4vw;
				right: 35%;
				top: 48%;
		}
		.title br {
				display: none !important;
		}
		.title {
				font-size: 1.5rem;
		}
		#gift .title .icon {
				max-width: 8vw;
				right: -70px;
				top: -20px;
		}
		#choose .title .icon {
				max-width: 8vw;
				right: -50px;
				top: -20px;
		}
		.btn_group .peo_2 {
				max-width: 15vw;
				left: -28%;
				top: -80%;
		}
		.bg_item_3 {
				max-width: 13vw;
				right: 10%;
				top: 13%;
		}
		.bg_item_9 {
				max-width: 10vw;
				right: 10%;
				left: auto;
				bottom: 6%;
		}
		.bg_item_sp {
				max-width: 30vw;
				left: 12%;
				bottom: 7%;
		}
		.is-pro-list .col-sm-4 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 33.33333333%;
		}
		.info-card .event .card-item {
				padding: 1rem 0;
				min-height: 200px;
				margin-bottom: 2rem;
		}
		.info-card .event .card-item img.d-sm-none.d-block, .photo.d-sm-none.d-block {
				display: none !important;
		}
		.info-card .event .card-item img.d-sm-block.d-none, .photo.d-sm-block.d-none {
				display: block !important;
		}
		.top-card .card-body img {
				margin: 0 auto;
		}
		#step .share-list, #gift .is-star-list {
				max-width: 50%;
		}
		.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;
		}
		.act-nav .nav-pills .nav-item:nth-child(3)::after {
				display: none;
		}
		.top-card.has-icon::after {
				position: absolute;
				width: 25px;
				height: 25px;
				left: 0;
				right: 0;
				bottom: -2rem;
				top: auto;
				-webkit-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
				transform: rotate(90deg)
		}
		.share-list .col:last-child {
				margin-bottom: 0;
		}
		a.btn-event.mini {
				font-size: .85rem;
		}
		.act-nav .nav_coin_2 {
				max-width: 6vw;
				right: .5rem;
				top: 1.5rem;
		}
		.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 (max-width:480px) {
		.bot-card .card-body::after {
				width: calc(100% - 8px);
				height: calc(100% - 8px);
		}
		.title {
				font-size: 1.5rem;
		}
		/*.text, .date {
        font-size: .75rem;
    }*/
		#choose .title .icon {
				max-width: 12vw;
				right: -50px;
				top: auto;
				bottom: 5px;
		}
		#choose {
				padding-top: 2rem;
				padding-bottom: 4rem;
				background-size: 30vw auto, 50vw auto;
		}
		#gift {
				padding-top: 2.5rem;
				padding-bottom: 3rem;
		}
		#gift .title .icon {
				max-width: 10vw;
				right: -50px;
				top: -10px;
		}
		.btn_group {
				padding-top: 2rem;
		}
		.btn_group .peo_2 {
				max-width: 23vw;
				left: -20%;
				top: -30%;
		}
		.info_block {
				max-width: 82%;
				padding: 1.5rem 1rem 2rem 1rem;
		}
		.is-pro-list {
				max-width: 60%;
		}
		.bot-card .card-footer {
				height: 45px;
		}
		.bot-card .card-body img {
				max-width: 80%;
				top: -5px;
		}
		.bg_item_1 {
				max-width: 25vw;
				left: 7%;
				top: .5%;
		}
		.bg_item_2 {
				max-width: 12vw;
				left: 5%;
				top: 13%;
		}
		.bg_item_3 {
				max-width: 20vw;
				right: 5%;
				top: 14%;
		}
		.bg_item_6 {
				max-width: 5vw;
				right: 30%;
				top: 49%;
		}
		.bg_item_8, .bg_item_7 {
				display: none;
		}
		.bg_item_9 {
				max-width: 10vw;
				right: 10%;
				left: auto;
				bottom: 6%;
		}
		.bg_item_sp {
				max-width: 40vw;
				left: 2%;
				bottom: 7%;
		}
		.timeline_block {
				max-width: 90%;
		}
		.info-card {
				overflow: hidden;
		}
		.top-card .card-body .text {
				font-size: .8125rem;
				line-height: 1.5;
		}
		#gift .is-star-list {
				max-width: 78%;
		}
		#gift .top-card .card-body .text.is-point.space {
				margin-top: 1rem;
		}
		#gift .top-card .card-body .text.is-point {
				font-size: .875rem;
		}
		#step .share-list {
				max-width: 70%;
		}
		#step {
				padding-top: 3rem;
				padding-bottom: 0;
		}
		#step .title .icon {
				max-width: 20vw;
				left: -80px;
				top: -10px;
		}
		.info-card .event .card-item .detail .title {
				font-size: 1.25rem;
		}
		.info-card .event {
				padding: 0;
		}
		.info-card .event .card-item .detail {
				top: 7rem;
		}
		.info-card .event .card-item {
				padding: 1rem 0 0 0;
				min-height: 300px;
				margin-top: 1rem;
		}
		.info-card .event .card-item .detail .subtitle {
				font-size: 1.125rem;
		}
		.info-card .event .card-item::after {
				width: 100%;
				max-width: 100%;
				height: 100%;
				top: 0;
		}
		.info-card .event .card-item .detail .depiction {
				font-size: 1rem;
		}
		#rule .info-card .head.last {
				margin-bottom: 2rem !important;
		}
		.info-card .card-item::after {
				width: 100%;
				max-width: calc(100% - 1.5rem);
				height: calc(100% - 2rem);
				top: 2rem;
		}
		.info-card .card-item .boat {
				max-width: 36vw;
				top: -1.5rem;
				right: -6rem;
		}
		.info-card .card-item .boat > img {
				-webkit-transform-origin: left bottom;
				-ms-transform-origin: left bottom;
				transform-origin: left bottom;
				-webkit-transform: rotate(-25deg);
				-ms-transform: rotate(-25deg);
				transform: rotate(-25deg);
		}
		.info-card .head {
				max-width: 45vw;
		}
		.info-card .card-item .gift-item {
				max-width: 70px;
				margin: .125rem auto;
		}
		.info-card .card-group :not(.event) .card-item {
				margin-bottom: 1.125rem;
				min-height: 195px;
		}
		.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.has-icon .card-body {
				padding-bottom: 1rem;
				border-radius: 0 0 1rem 1rem;
		}
		.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;
		}
		.act-nav .nav-pills .nav-item:nth-child(3)::after {
				display: none;
		}
		.act-nav {
				top: 50px;
				padding-top: 0;
		}
		.act-nav::after {
				content: '';
				width: 100%;
				height: 20px;
				display: block;
				position: absolute;
				left: 0;
				right: 0;
				top: 0;
				margin: auto;
				background-color: #c5a17d;
		}
		.content-block .info-board .text {
				max-width: 88%;
				letter-spacing: normal;
				text-align: start;
		}
		.act-nav ul {
				padding-left: 1rem !important;
				padding-right: 3.5rem;
				background-size: 7vw auto;
				background-position: 98% -40%;
				z-index: 2;
				-webkit-box-shadow: inset 0 5px 10px RGBA(0, 0, 0, .125);
				box-shadow: inset 0 5px 10px RGBA(0, 0, 0, .125);
		}
		.act-nav .nav-pills .nav-link.active::after, .act-nav .nav-pills .nav-link:hover::after, .act-nav .nav-pills .nav-link:focus::after {
				display: none;
		}
		.act-nav .nav-pills .nav-item::after {
				display: none;
		}
		.act-nav .nav-pills .nav-item {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 33%;
		}
		.act-nav .nav-pills .nav-link {
				font-size: .875rem;
				min-width: inherit;
				text-wrap: nowrap;
		}
		.act-nav .nav_coin_2 {
				max-width: 7vw;
				right: 1.125rem;
				top: 1.5rem;
		}
		.act-nav .nav_coin_3 {
				max-width: 5vw;
				right: 0;
				top: 3rem;
		}
		#rule .peo_5 {
				max-width: 160px;
				bottom: -3rem;
				left: -.75rem;
				top: auto;
		}
		#rule .peo_5 {
				max-width: 30vw;
				left: -80%;
				top: -1.5rem;
		}
		.is-star-list {
				max-width: 100%;
		}
		.top-card.has-icon::after {
				position: absolute;
				width: 25px;
				height: 25px;
				left: 0;
				right: 0;
				bottom: -2rem;
				top: auto;
				-webkit-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
				transform: rotate(90deg)
		}
		.top-card.has-icon {
				margin-bottom: 2.125rem;
				height: auto;
		}
		#gift .top-card .card-header, #step .top-card .card-header {
				font-size: 1rem;
		}
		.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;
		}
		#gift .top-card .card-body::after {
				width: calc(100% - 3px);
				height: calc(100% - 3px);
				border-radius: 1.25rem;
		}
}
@media screen and (max-width:375px) {
		.btn_group .peo_2 {
				max-width: 23vw;
				left: -12%;
				top: -28%;
		}
}
@media screen and (max-width:320px) {
		.bg_item_9 {
				max-width: 10vw;
				right: 12%;
				left: auto;
				bottom: 7%;
		}
		.bg_item_sp {
				max-width: 35vw;
				left: 7%;
				bottom: 9%;
		}
		br.d-xs-block {
				display: block !important;
		}
		.act-nav ul {
				padding-left: 0 !important;
				padding-right: 1.75rem;
		}
		#rule .info-card .head.last {
				margin-bottom: 1rem !important;
		}
		.act-nav .nav-pills .nav-link {
				font-size: .8125rem;
		}
		br.d-xs-block {
				display: block !important;
		}
		.info-card .card-group {
				max-width: 80%;
				padding-bottom: 3rem;
		}
		#gift .is-star-list {
				max-width: 90%;
		}
		#step .share-list {
				max-width: 90%;
		}
		#gift .top-card .card-body .text.is-point {
				font-size: .8125rem;
		}
		#step .top-card.has-icon .card-body .text, #step .top-card .card-body {
				font-size: .8125rem;
		}
		#step .top-card .card-header {
				font-size: 1.125rem;
		}
		.info-card .card-item .boat {
				max-width: 40vw;
				top: -1rem;
				right: -5rem;
		}
		.info-card .card-item::after {
				max-width: calc(100% - 2.5rem);
		}
		.top-card.has-icon .card-body {
				padding-left: .25rem;
				padding-right: .25rem;
		}
		.info-card .event .card-item img {
				max-width: 80%;
				margin: auto;
		}
		.info-card .event .card-item .detail {
				top: 6rem;
		}
		.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;
		}
		.info-card .event .card-item {
				padding: 1rem 0 0 0;
				min-height: 250px;
				margin-top: 1rem;
		}
		.info-card .event .card-item .detail .title {
				font-size: 1.125rem;
		}
		.info-card .event .card-item .detail .depiction {
				font-size: .75rem;
		}
}