@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@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;
		border: 0 !important;
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
.drawer-content a, .drawer-content a:link, .drawer-content a:visited, .drawer-content a:hover, .drawer-content a:active {
		color: #000000;
}
.drawer-content a:hover, .drawer-content a:active, .drawer-content a:focus {
		color: #cc0000;
}
dl, ol, ul {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
}
ol, ul {
		padding-left: 0 !important;
}
button:focus {
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
}
img {
		border: 0px none;
}
.slick-dots li button:before {
		content: '' !important;
}
.has-indent > li {
		margin-left: 1.5rem;
		text-indent: -1.5rem;
}
.has-indent.large > li {
		margin-left: 2.5rem;
		text-indent: -2.5rem;
}
.has-indent > li li {
		margin-left: 0;
		text-indent: 0;
}
.has-indent.none > li {
		margin-left: 0;
		text-indent: 0;
}
.has-indent > li li {
		margin-left: 0;
		text-indent: 0;
}
.c_red {
		color: #cc0000 !important;
}
.c_blue {
		color: #0d6efd !important;
}
.c_blue:hover {
		color: #0449ae !important;
}
.c_gold {
		color: #c39336 !important;
}
.border_gold {
		border-top-color: #d3ab5e;
}
hr.large {
		border-top-width: 3px;
}
body {
		padding: 0;
		margin: 0;
		color: #000;
		font-family: 'Open Sans', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-size: 1rem;
		font-optical-sizing: auto;
		font-style: normal;
		font-weight: 500;
}
.no {
		font-family: 'Open Sans', 'Noto Sans', 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.event_block .title, .text-sp, .info-card .title, .ad_card .btn, .ad_card .head {
		font-family: 'Open Sans', 'Microsoft YaHei', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', sans-serif;
}
.hidden-text {
		visibility: hidden;
		font-size: 0;
		line-height: 0;
		width: 0;
		height: 0;
		display: block;
}
.btn-reg:hover .btn {
		background-color: #000000;
		color: #ffffff;
}
.btn-search:hover .btn {
		background-color: #9f5de2 !important;
		color: #ffffff;
		border: 0;
}
h1, h2, .fix-ad .item .act {
		font-family: 'Open Sans', 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.slick-slide {
		background-color: transparent !important;
}
.slick-dots li.slick-active button:before {
		background-color: #e51937 !important;
		-webkit-box-shadow: 0 0 .25rem RGBA(0, 0, 0, 0);
		box-shadow: 0 0 .25rem RGBA(0, 0, 0, 0);
}
.slick-dots li button:before {
		background-color: #ffffff !important;
		-webkit-box-shadow: 0 0 .25rem RGBA(0, 0, 0, .5);
		box-shadow: 0 0 .25rem RGBA(0, 0, 0, .5);
}
.remark-text a {
		color: #0644ff;
}
.remark-text a:hover, .remark-text a:focus {
		color: #000000;
}
br.d-xs-block {
		display: none !important;
}
.d-xxxl-block {
		display: none !important;
}
@media screen and (min-width: 1921px) {
		.d-xxxl-block {
				display: block !important;
		}
		.d-xxxl-none {
				display: none !important;
		}
}
@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;
		}
}
/*------------------------------------------ 
MODAL
--------------------------------------------*/
.act-modal .modal-header {
		border: 0;
		padding: 0;
}
.act-modal .modal-header .btn-close {
		position: absolute;
		width: 35px;
		height: 35px;
		line-height: 35px;
		border-radius: 5rem;
		background-color: #666666;
		right: -10px;
		top: -10px;
		opacity: 1;
		background-image: none !important;
}
.act-modal .modal-header .btn-close img {
		width: 20px;
		height: 20px;
}
.act-modal .modal-header .btn-close:hover {
		background-color: #000000;
}
.act-modal .modal-header .btn-close, .act-modal .modal-header .btn-close:hover {
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
}
.act-modal .modal-content {
		border-radius: 2.5rem;
		-webkit-box-shadow: 0 0 1rem RGBA(0, 0, 0, .5);
		box-shadow: 0 0 1rem RGBA(0, 0, 0, .5);
		padding: 2rem 3rem;
		font-size: 1rem;
		line-height: 1.75;
}
#act1.act-modal .modal-content {
		padding: 4rem 3rem;
}
.act-modal .modal-content ul.point_red li {
		padding-left: 1rem;
		position: relative;
}
.act-modal .modal-content ul.point_red li::after {
		content: '';
		width: 5px;
		height: 5px;
		border-radius: 5rem;
		display: block;
		position: absolute;
		left: 0;
		top: 12px;
		background-color: #fb1313;
}
.act-modal .modal-body {
		padding: 0;
}
.act-modal .modal-content .is-card {
		max-width: 150px;
		margin: 0 auto 1.5rem auto;
		display: block;
}
.act-modal .modal-content small {
		color: #666666;
		font-size: .825rem;
}
.act-modal .modal-content small a {
		color: #0644ff;
		text-decoration: underline;
}
.act-modal .modal-content small a:hover {
		color: #000000;
}
/*------------------------------------------ 
Modal Backdrop
--------------------------------------------*/
#popupContent {
		padding: 2rem;
		height: -webkit-fit-content !important;
		height: -moz-fit-content !important;
		height: fit-content !important;
		min-height: 360px;
}
#popupHeadline {
		display: inline-block !important;
		top: 0 !important;
		left: 0 !important;
		width: auto !important;
}
#popupDescription {
		top: 0 !important;
		left: 0 !important;
		margin: 0 !important;
		width: 100% !important;
}
#popupDetails {
		left: 0 !important;
		bottom: 0 !important;
		position: relative !important;
		margin-top: 30px;
}
@media (max-width: 767.98px) and (orientation:landscape) {
		#popupContent {
				max-width: 90% !important;
				height: -webkit-fit-content !important;
				height: -moz-fit-content !important;
				height: fit-content !important;
				min-height: 360px;
		}
}
@media (max-width: 575.98px) and (orientation:portrait) {
		#popupContent {
				max-width: 90% !important;
				height: -webkit-fit-content !important;
				height: -moz-fit-content !important;
				height: fit-content !important;
				min-height: 360px;
		}
}
/************************
BUTTON
************************/
a.btn-check {
		border-radius: 5rem;
		border: 0;
		background-color: #936e2c;
		color: #ffffff;
		min-width: 200px;
		font-weight: bold;
		overflow: hidden;
		cursor: pointer;
		pointer-events: auto;
		padding: 1rem 1.75rem 1rem 2.15rem;
		font-size: 1.125rem;
}
a.btn-check:hover {
		background-color: #936e2c;
		color: #ffffff;
		-webkit-transform: translateY(5px);
		-ms-transform: translateY(5px);
		transform: translateY(5px);
}
a.btn-check::before {
		content: '';
		position: absolute;
		top: 0;
		left: -100%;
		width: 50%;
		height: 100%;
		background: -webkit-gradient(linear, left top, right top, from(rgba(242, 201, 111, 0)), color-stop(50%, rgba(242, 201, 111, .85)), to(rgba(242, 201, 111, 0)));
		background: -o-linear-gradient(left, rgba(242, 201, 111, 0) 0%, rgba(242, 201, 111, .85) 50%, rgba(242, 201, 111, 0));
		background: linear-gradient(to right, rgba(242, 201, 111, 0) 0%, rgba(242, 201, 111, .85) 50%, rgba(242, 201, 111, 0));
		pointer-events: none;
		-webkit-transform: skewX(-35deg);
		-ms-transform: skewX(-35deg);
		transform: skewX(-35deg);
		-webkit-animation: btnsweep 2s 1s infinite linear;
		animation: btnsweep 2s 1s infinite linear;
}
@-webkit-keyframes btnsweep {
		0% {
				left: -100%;
		}
		100% {
				left: 200%;
		}
}
@keyframes sweep {
		0% {
				left: -100%;
		}
		100% {
				left: 200%;
		}
}
a.btn-more {
		border-radius: 5rem;
		border: 1px solid #000000 !important;
		background-color: transparent;
		color: #000000;
		min-width: 150px;
		font-weight: bold;
}
a.btn-more:hover {
		border: 1px solid #000000 !important;
		background-color: #000000;
		color: #ffffff;
}
a.btn-leave {
		height: 40px;
		font-size: 16px;
		font-family: inherit;
		font-weight: 500;
		line-height: 1.42857;
		min-width: 144px;
		text-shadow: none;
		border-radius: 4px;
		padding: 8px 12px;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: pointer;
		color: #ff3333;
		border: 1px solid #ee1818;
		background: transparent;
}
a.btn-leave:active, a.btn-leave:focus, a.btn-leave:hover {
		color: #ffffff !important;
		border: 1px solid #ee1818 !important;
		background: #ee1818 !important;
}
a.btn-yes {
		height: 40px;
		font-size: 16px;
		font-family: inherit;
		font-weight: 500;
		line-height: 1.42857;
		min-width: 144px;
		text-shadow: none;
		border-radius: 4px;
		padding: 8px 12px;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: pointer;
		border: 1px solid #ee1818;
		background: #ff3333;
		color: #ffffff;
}
a.btn-yes:active, a.btn-yes:focus, a.btn-yes:hover {
		color: #ffffff !important;
		border: 1px solid #ee1818 !important;
		background: #ee1818 !important;
}
/************************
MODAL
************************/
.leaveModal {
		padding-right: 0 !important;
}
.modal-backdrop.show {
		opacity: 1;
}
.modal-backdrop {
		background-color: rgba(0, 0, 0, .75)
}
.leaveModal .modal-title {
		font-size: 1.5rem;
}
.leaveModal .modal-body {
		font-size: 1rem;
		text-align: justify;
}
@media screen and (min-width: 1024px) {
		.modal-lg {
				max-width: 780px;
		}
}
@media screen and (max-width: 991px) {
		a.btn-leave, a.btn-yes {
				min-width: 119px;
		}
		.leaveModal .modal-dialog {
				max-width: 100%;
				max-height: 80%;
		}
}
@media screen and (max-width: 767px) {
		.leaveModal .modal-title {
				font-size: 1.25rem;
		}
		.leaveModal .modal-body {
				font-size: 14px;
		}
		a.btn-leave, a.btn-yes {
				font-size: 16px;
		}
}
/************************
EVENT BLOCK
************************/
.event_block .title .top {
		font-size: 2.75rem;
		letter-spacing: 3px;
		color: #000000;
}
.event_block .title .top.light {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		overflow: hidden;
		z-index: 2;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: transparent !important;
		background: -o-linear-gradient(140deg, transparent 0%, transparent 45%, #d9d9d9 50%, transparent 55%, transparent 100%);
		background: linear-gradient(-50deg, transparent 0%, transparent 45%, #d9d9d9 50%, transparent 55%, transparent 100%);
		background-size: 400% auto;
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-animation: shine_s 20s infinite linear;
		animation: shine_s 20s infinite linear;
}
@-webkit-keyframes shine_s {
		0% {
				background-position: 400% 0;
		}
		100% {
				background-position: -400% 0;
		}
}
@keyframes shine_s {
		0% {
				background-position: 400% 0;
		}
		100% {
				background-position: -400% 0;
		}
}
.event_block .btn-block {
		display: inline-block;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
}
.event_block .title .top {
		font-size: 2.5rem;
		letter-spacing: 3px;
		color: #000000;
}
.event_block .remark_text {
		color: #666666;
}
.event_block .text_info .btn-event {
		margin-bottom: 1.5rem;
		min-width: inherit;
		padding: .75rem 2rem;
}
.event_block .title_tag img {
		max-width: 170px;
}
.event_block .title_block > div {
		display: inline-block;
		padding-left: 25px;
}
.event_block .title_block img.event_title {
		max-width: 380px;
}
.event_block img.event_tag {
		max-width: 180px;
		margin-left: 1rem;
		top: -.5rem;
		right: -150px;
}
.event_block .date {
		font-size: .95rem;
}
.event_block .subtitle {
		font-size: 1.5rem;
}
.event_block .text {
		font-size: 1rem;
		line-height: 1.65;
}
.event_block .text span.large {
		font-size: 150%;
		line-height: 1;
}
.event_block {
		padding: 2rem 4rem 1.5rem 50%;
		border: 5px solid #d8b468;
		-webkit-box-shadow: 0 0 1.5rem RGBA(0, 0, 0, .5);
		box-shadow: 0 0 1.5rem RGBA(0, 0, 0, .5);
		border-radius: 2rem;
		background-image: url("../images/event_bg.jpg");
		background-position: -15% bottom;
		background-repeat: no-repeat;
		background-size: auto 100%;
		aspect-ratio: 16 / 6.75;
		background-color: #fff6e7;
		overflow: hidden;
		z-index: 1;
}
.event_block::after {
		content: '';
		position: absolute;
		width: 100%;
		max-width: 70%;
		height: 100%;
		top: 0;
		right: 0;
		background: -webkit-gradient(linear, right top, left top, color-stop(65%, RGBA(255, 246, 231, 1)), to(RGBA(255, 246, 231, 0)));
		background: -o-linear-gradient(right, RGBA(255, 246, 231, 1)65%, RGBA(255, 246, 231, 0)100%);
		background: linear-gradient(to left, RGBA(255, 246, 231, 1)65%, RGBA(255, 246, 231, 0)100%)
}
/************************
SPACE
************************/
.page-wrapper, .page-container {
		margin: 0 auto;
		width: 100%;
}
.page-wrapper {
		padding: 0px;
		/*max-width: 1200px;*/
}
.page-container:not(.wide) {
		padding: 0px;
		max-width: 991px;
}
.page-container.sp {
		max-width: 1100px;
}
.page-container.sp2 {
		max-width: 1200px;
}
.key-visual .page-container {
		max-width: 100%;
		margin: auto;
}
.key-visual .slick-dots {
		bottom: -50px;
		position: absolute;
		z-index: 3;
}
.key-visual .slick-dotted.slick-slider {
		margin-bottom: 0;
}
.description.page-container:not(.wide), .card.top .page-container:not(.wide), .card.bot .page-container:not(.wide) {
		padding: 0px;
		max-width: 1100px;
}
@media only screen and (min-width:992px) {
		.page-container.mini {
				margin: 0 auto;
				max-width: 760px;
		}
}
@media only screen and (min-width:1920px) {
		.key-visual .page-container {
				max-width: 100%;
		}
		.page-container.wide {
				margin: 0 auto;
				max-width: 100%;
		}
}
@media only screen and (min-width:2560px) {
		.page-container.wide {
				margin: 0 auto;
				max-width: 2560px;
		}
}
@media only screen and (max-width:1199px) {
		.page-container.wide {
				margin: 0 auto;
				max-width: 100%;
		}
		.description.page-container:not(.wide), .card.top .page-container:not(.wide), .card.bot .page-container:not(.wide) {
				padding: 0px;
				max-width: 86%;
		}
		.page-container.description > .page-container {
				margin: 0 auto;
				max-width: 90% !important;
		}
}
@media only screen and (max-width:991px) {
		.page-container.ad, .page-container.mini {
				max-width: 90%;
				margin: auto;
		}
		.description.page-container:not(.wide), .card.top .page-container:not(.wide), .card.bot .page-container:not(.wide) {
				padding: 0px;
				max-width: 96%;
		}
}
@media only screen and (max-width:767px) {
		.description.page-container:not(.wide), .card.top .page-container:not(.wide), .card.bot .page-container:not(.wide) {
				padding: 0px;
				max-width: 88%;
		}
}
@media only screen and (max-width:567px) {
		.page-container.description > .page-container {
				margin: 0 auto;
				max-width: 90% !important;
		}
}
/****************************/
.toggle-button {
		position: relative;
		display: none;
		float: left;
		left: 0;
		width: 50px;
		height: 50px;
		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;
		/*background-color: #909090;*/
		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 only screen and (max-width: 991px) {
		.toggle-button {
				display: inline-block;
		}
}
/************************
BANNER
************************/
.bot-banner {
		background-color: #f4e2e2;
		margin: 2rem 0;
		clear: both;
}
@media only screen and (max-width: 991px) {
		.bot-banner {
				margin: 2rem 0;
		}
}
/************************
AD BLOCK
************************/
.ad_board {
		background-color: #fdf6ed;
}
.page-container.ad {
		background-color: #fdf6ed;
		padding: 4rem 0 2rem 0;
}
.page-container.ad .title {
		font-size: 1.75rem;
		font-weight: bold;
}
.ad_card {
		max-width: 90%;
		margin: auto;
}
.ad_card .info {
		min-height: 80px;
}
.ad_card .info.short {
		min-height: -webkit-fit-content;
		min-height: -moz-fit-content;
		min-height: fit-content;
}
.ad_card .card-body {
		min-height: 100px;
		padding: 1.5rem 0 0 0;
}
.ad_card, .ad_card .card-header, .ad_card .card-body, .ad_card .card-footer {
		border: 0;
		background-color: transparent;
}
.ad_card .card-footer {
		padding-left: 0;
		padding-right: 0;
}
.ad_card .head {
		font-size: 1.25rem;
		font-weight: bold;
}
.ad_block .slick-slide {
		-webkit-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
}
.ad_block .slick-slide a .pic {
		-webkit-box-shadow: 0 0 .5rem .5rem RGBA(255, 255, 255, .75);
		box-shadow: 0 0 .5rem .5rem RGBA(255, 255, 255, .75);
		border-radius: 2rem;
}
.ad_block .slick-slide a .pic, .ad_block .slick-slide a:hover .pic {
		-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;
}
.ad_card .info {
		font-size: .95rem;
		font-weight: bold;
}
.ad_card .date {
		font-size: .85rem;
		font-weight: bold;
}
.ad_card .btn {
		border-radius: 5rem;
		padding: .25rem 1rem .25rem 1.125rem;
		font-size: .875rem;
		font-weight: bold;
		border-width: 2px;
		pointer-events: none;
}
.ad_block a:hover .btn {
		background-color: #000 !important;
		color: #ffffff !important;
}
.ad_card .slick-dots {
		bottom: -50px;
		position: absolute;
		z-index: 3;
}
.ad_card .slick-dotted.slick-slider {
		margin-bottom: 0;
}
@media only screen and (min-width: 1920px) {
		.page-container.ad {
				background-size: 2560px auto;
		}
}
/************************
SEARCH
************************/
.search_block {
		background-image: url("../images/search_bg.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 3.75rem 0;
		background-color: #ffd7a2;
		border-bottom: 8px solid #c2a973;
}
.search_block .pic {
		width: 220px;
		height: 155px;
		margin-right: 1rem;
}
.search_block .bg_item_4a {
		max-width: 15vw;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		-webkit-animation: clouda 4s infinite linear;
		animation: clouda 4s infinite linear;
}
.search_block .bg_item_4b {
		max-width: 22vw;
		right: -10%;
		top: 25%;
		bottom: auto;
		margin: auto;
		-webkit-animation: cloudb 4s infinite linear;
		animation: cloudb 4s infinite linear;
}
.search_block .bg_item_5a {
		max-width: 40px;
		left: 10%;
		top: auto;
		bottom: 20%;
		margin: auto;
}
.search_block .bg_item_5b {
		max-width: 35px;
		right: 20%;
		top: 5%;
		bottom: auto;
		margin: auto;
}
@-webkit-keyframes clouda {
		0%, 100% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
		}
		50% {
				-webkit-transform: translateX(-20px);
				transform: translateX(-20px);
		}
}
@keyframes clouda {
		0%, 100% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
		}
		50% {
				-webkit-transform: translateX(-20px);
				transform: translateX(-20px);
		}
}
@-webkit-keyframes cloudb {
		0%, 100% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
		}
		50% {
				-webkit-transform: translateX(20px);
				transform: translateX(20px);
		}
}
@keyframes cloudb {
		0%, 100% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
		}
		50% {
				-webkit-transform: translateX(20px);
				transform: translateX(20px);
		}
}
@media screen and (min-width:1920px) {
		.search_block .bg_item_4a {
				max-width: 250px;
				left: -5%;
		}
		.search_block .bg_item_4b {
				max-width: 340px;
				right: -10%;
		}
}
@media screen and (min-width:2560px) {
		.search_block {
				background-size: 2560px auto;
		}
}
.check-list, .check-list li {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
}
.check-list li {
		margin-bottom: .5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 1.35rem;
}
.check-list li .icon {
		max-width: 30px;
		display: inline-block;
		position: relative;
		top: -.15rem;
}
.check-list li:nth-child(2) .icon, .check-list li:first-child .icon {
		-webkit-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		transform: rotate(-15deg);
}
/*------------------------------------------ 
Main Head
--------------------------------------------*/
.main-head .no {
		font-size: 130%;
}
.main-head .no small {
		font-size: 80%;
}
.c-gold {
		background: -o-linear-gradient(left, #744e0b, #f2c96f 50%, #906a26);
		background: -webkit-gradient(linear, left top, right top, from(#744e0b), color-stop(50%, #f2c96f), to(#906a26));
		background: linear-gradient(to right, #744e0b, #f2c96f 50%, #906a26);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
}
.c-gold2 {
		background: linear-gradient(to bottom, #c2a35e, #865c00);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}
.main-head .info {
		font-size: 1.5rem;
		line-height: 1.25;
}
.main-head .info .is-plus {
		font-size: 130%;
}
/************************
REMARK
************************/
/* 基本樣式 */
.remark-icon {
		display: inline-block;
		width: 12px;
		height: 12px;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
.remark-icon.plus::before, .remark-icon.plus::after {
		content: '';
		position: absolute;
		background-color: #666666;
}
.remark-icon.plus::before {
		width: 100%;
		height: 2px;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
}
.remark-icon.plus::after {
		width: 2px;
		height: 100%;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
}
.remark-icon.minus::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #d3ab5e;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
}
.remark-head {
		cursor: pointer;
}
.remark-title {
		display: inline-block;
		padding-left: 1.25rem;
}
/************************
INFO CARD
************************/
.remark_text.large {
		font-size: .95rem;
}
.remark_text {
		font-size: .75rem;
}
#act2.info-card, #act1.info-card {
		max-width: 90%;
		margin: auto;
}
.info-card.last .text-block {
		left: 7rem;
		top: 5rem;
		margin: auto;
		max-width: 60%;
}
.info-card.last .subtitle {
		font-size: 2.125rem;
}
.info-card .has-bg {
		border-radius: 3rem 3rem 0 0;
		background-color: #e0dee3;
		padding: 3rem 2rem 2rem 2rem;
		-webkit-box-shadow: inset 0 0 .75rem RGBA(0, 0, 0, .125);
		box-shadow: inset 0 0 .75rem RGBA(0, 0, 0, .125);
}
.info-card .has-bg.full {
		border-radius: 3rem;
		background-color: RGBA(255, 255, 255, .95);
		padding: 3rem 2rem 1rem 2rem;
		border: 5px solid #b2acc6;
}
.info-card.is_sp {
		background-color: transparent;
}
.info-card .head {
		max-width: 300px;
		margin: 0 auto;
}
.info-card.is_sp .title, .info-card .title {
		font-size: 2.25rem;
		letter-spacing: 3px;
}
.info-card .subtitle {
		font-size: 1.75rem;
		font-weight: 600;
}
.info-card .subtitle2 {
		font-size: 1.5rem;
		font-weight: 600;
}
.info-card .subtext {
		font-size: 1rem;
		letter-spacing: 1px;
		font-weight: 600;
}
.point_card {
		border: 3px solid #fce4c4;
		border-radius: 1.5rem;
		padding: 1rem .5rem;
		background-color: #ffffff;
		font-size: 1.125rem;
		font-weight: 600;
		max-width: 92%;
		margin: auto;
}
.bg_item_2 {
		max-width: 120px;
		right: 3rem;
		bottom: 0;
}
.point_card .bg_item_light_3a {
		max-width: 4.5vw;
		top: 0;
		left: -4.5rem;
}
.point_card .bg_item_light_3b {
		max-width: 4.5vw;
		top: 0;
		right: -4.5rem;
}
.point_card .title {
		font-size: 1.75rem;
		letter-spacing: 2px;
}
#block1 .title img {
		max-width: 80px;
		margin-right: 1.5rem;
		position: relative;
		top: -5px;
}
#block2 .title img.act_title {
		max-width: 520px;
}
#block2 .title img.bg_item_light_1a, #block2 .title img.bg_item_light_1b {
		max-width: 45px;
		margin: 0;
}
.info-card .text .no, .info-card .title .no {
		font-size: 125%;
		line-height: 1;
		position: relative;
		top: 2px;
}
.info-card .text .no small, .info-card .title .no small {
		font-size: 80%;
}
.info-card .date {
		font-size: 1.25rem;
		font-weight: 600;
		color: #333333;
}
.info-card .text {
		font-size: 1.5rem;
		font-weight: 600;
		color: #333333;
}
.info-card .text .remark-text {
		font-size: .8125rem;
}
.info-card .remark-text {
		margin: auto;
		font-size: .95rem;
		font-weight: 600;
		color: #666666;
		letter-spacing: 1px;
}
.info-card .btn-block {
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
}
a.btn-event {
		display: inline-block;
		border-radius: 5rem;
		background-color: #cc0000;
		color: #ffffff;
		padding: 1rem 1.75rem 1rem 2.15rem;
		font-size: 1.125rem;
		font-weight: bold;
		line-height: 1;
		margin-bottom: .5rem;
		min-width: 200px;
}
a.btn-event::after {
		content: '';
}
a.btn-event .icon {
		right: -3px;
		top: 0;
		font-size: 110%;
		line-height: 0;
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover {
		background-color: #ee1e1e;
		-webkit-box-shadow: 0 0 .25rem RGBA(0, 0, 0, .25);
		box-shadow: 0 0 .25rem RGBA(0, 0, 0, .25)
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover, a.btn-event {
		-webkit-transition: all .1s ease-in;
		-o-transition: all .1s ease-in;
		transition: all .1s ease-in;
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover {
		-webkit-transform: translate(0, .25rem);
		-ms-transform: translate(0, .25rem);
		transform: translate(0, .25rem);
}
/************************
DESCRIPTION
************************/
.description_block {
		background-color: #ebebeb;
}
.description {
		background-color: #ebebeb;
		font-size: 1rem;
}
.description > div {
		max-width: 80%;
		margin: auto;
		color: #000000;
		font-size: 1rem;
}
.description > div a {
		color: #0644ff;
}
.description > div a:hover {
		text-decoration: underline;
}
/************************
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;
		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;
		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;
		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;
}
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) {
		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 {
				float: left;
				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: 220px;
		}
}
@media screen and (max-width: 320px) {
		body.open .h_content {
				padding-left: 180px;
		}
}
@media screen and (max-width: 280px) {
		body.open .h_content {
				padding-left: 160px;
		}
}
/************************/
header .h_logo {
		width: 190px;
		margin-top: 26px;
		margin-right: 10px;
		-webkit-transition: all 0.2s ease-out;
		-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;
		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;
		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-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;
				-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: 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 框架
***********************/
section.main-content {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		padding-top: 120px;
		background: #ffffff;
}
body.open section.main-content {
		padding-top: 50px;
}
@media screen and (max-width: 991px) {
		body.open section.main-content, section.main-content {
				padding-top: 50px;
		}
}
/************************
FOOTER
************************/
footer .f_link, footer .fiscal .f_right, footer .fiscal .f_left, footer .fiscal, footer .f_warning, footer {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
footer {
		padding: 10px 2%;
		background-color: rgb(72, 72, 72);
}
/************************/
footer .f_warning {
		color: #fff;
		margin: 10px 0 40px 0;
		width: 100%;
		padding: 0;
}
/************************/
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_warning {
				padding-bottom: 20px;
				text-align: justify !important;
		}
		footer .fiscal .f_warning, 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: 991px) {
		footer .fiscal .f_warning {
				font-size: 14px;
		}
}
@media screen and (max-width: 480px) {
		footer .fiscal .f_left {
				font-size: 28px;
				padding-right: 20%;
		}
		footer .fiscal .f_right {
				/*padding-right: 20%;*/
		}
}
@media screen and (max-width: 320px) {
		footer .fiscal .f_left {
				font-size: 23px;
				/*padding-right: 25%;*/
				text-wrap: nowrap;
		}
		footer .fiscal .f_right {
				font-size: 12px;
				/*padding-right: 25%;*/
		}
}
@media screen and (max-width:280px) {
		footer .fiscal .f_warning, footer .fiscal .f_right {
				font-size: 12px;
		}
		footer .fiscal .f_left {
				font-size: 23px;
		}
}
/************************
KEY-VISUAL
************************/
.is_bot {
		top: -1px;
}
.key-visual {
		background-color: #870b17;
}
.key-visual .topic {
		left: auto;
		right: 5%;
		top: 9%;
		bottom: 0;
		margin: auto;
		z-index: 2;
		max-width: 36vw;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.key-visual .topic img {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
}
.key-visual .topic .is_mask {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		background-color: transparent;
		-webkit-mask-size: contain;
		mask-size: contain;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center;
		mask-position: center;
		overflow: hidden;
		-webkit-mask-image: url('../images/kv/topic_5_mask.png');
		mask-image: url('../images/kv/topic_5_mask.png');
		aspect-ratio: 670 / 510;
		z-index: 2;
}
.key-visual .topic .is_mask::before {
		content: '';
		position: absolute;
		top: 0;
		left: -100%;
		width: 50%;
		height: 100%;
		background: -webkit-gradient(linear, left top, right top, from(rgba(255, 246, 216, 0)), color-stop(50%, rgba(255, 246, 216, 1)), to(rgba(255, 246, 216, 0)));
		background: -o-linear-gradient(left, rgba(255, 246, 216, 0) 0%, rgba(255, 246, 216, 1) 50%, rgba(255, 246, 216, 0));
		background: linear-gradient(to right, rgba(255, 246, 216, 0) 0%, rgba(255, 246, 216, 1) 50%, rgba(255, 246, 216, 0));
		pointer-events: none;
}
.key-visual .topic .is_mask::before {
		-webkit-animation: sweep 2.5s 2s infinite linear;
		animation: sweep 2.5s 2s infinite linear;
}
@-webkit-keyframes sweep {
		0% {
				left: -100%;
		}
		100% {
				left: 200%;
		}
}
@keyframes sweep {
		0% {
				left: -100%;
		}
		100% {
				left: 200%;
		}
}
.key-visual .topic {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
.key-visual .tb01 {
		max-width: 100%;
		margin: auto;
		/*overflow: hidden;*/
}
.key-visual .is_light {
		left: 0;
		top: auto;
		bottom: -3%;
		margin: auto;
		max-width: 18vw;
		opacity: 1;
		z-index: 2;
}
@media (min-width: 1200px) {}
@media (min-width: 1920px) {
		.key-visual .topic > img {
				width: 680px;
		}
		.key-visual .topic {
				width: 680px;
				top: 30%;
				right: 18%;
		}
		.key-visual .is_light {
				max-width: 300px;
		}
		.content_bg .is_bot > img, .key-visual .is_bg {
				width: 2560px;
		}
}
@media (min-width: 2560px) {
		.key-visual .topic > img {
				width: 760px;
		}
		.key-visual .topic {
				width: 760px;
				top: 30%;
				right: 15%;
		}
		.content_bg .is_bot > img, .key-visual .tb01, .key-visual .is_bg {
				max-width: 2560px;
		}
}
@media (max-width: 1199px) {
		.key-visual .topic {
				max-width: 36vw;
		}
}
@media (max-width: 991px) {
		.key-visual .topic {
				max-width: 38vw;
		}
}
@media only screen and (max-width:991px) and (orientation: landscape) {}
@media (max-width: 576px) {
		.key-visual .topic {
				left: 0;
				right: 0;
				bottom: auto;
				top: .75rem;
				max-width: 70vw;
		}
		.key-visual .is_light {
				top: 0;
				left: 0;
				bottom: 0;
				max-width: 100%;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.key-visual .topic {
				max-width: 36vw;
				left: auto;
				right: 3rem;
				top: 2rem;
		}
		.is_light.d-sm-none, .is_bot .d-sm-none, .key-visual .d-sm-none {
				display: none !important
		}
		.is_light.d-sm-block, .is_bot .d-sm-block, .key-visual .d-sm-block {
				display: block !important
		}
		.key-visual .is_light {
				max-width: 20%;
				bottom: 0;
				top: auto;
		}
}
@media (max-width: 320px) {
		.key-visual .topic {
				max-width: 65vw;
		}
}
/***************************
TABLE BLOCK
***************************/
.table_block {
		max-width: 82%;
		margin: auto;
}
.table_block .table td.head:not(.topic) {
		background-color: #fce4c4;
		color: #000000;
		border-radius: 1rem 0 0 1rem;
		min-width: 200px;
		min-height: 80px;
		font-size: 1.25rem;
		font-weight: 600;
		line-height: 1.25;
		text-align: center;
		margin-left: 0;
}
.table_block .table tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
.table_block .table td.topic.first {
		width: 200px;
}
.table_block .table td.topic {
		background-color: transparent;
}
.table_block .table td:not(.topic) {
		min-height: 80px;
		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;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: .5rem;
}
.table_block .table td:not(.head) {
		width: calc(100% - 100px);
}
.table_block .table tr:first-child td.first {
		min-width: 200px;
}
.table_block .table td:not(.topic):last-child {
		border-radius: 0 1rem 1rem 0;
		margin-right: 0;
		border: 3px solid #fce4c4;
}
.table_block .table td {
		font-size: 1.25rem;
		text-align: center;
		line-height: 1.75;
		padding: .75rem;
		font-weight: 600;
		color: #333333;
}
.table_block .table td .no {
		font-size: 150%;
		line-height: 1;
		font-weight: 700;
}
.table_block .table td .text-sp {
		font-size: 130%;
}
.table_block .table td .no.large {
		font-size: 150%;
		line-height: 1;
}
/***************************
BLOCK
***************************/
.content_bg {
		background-image: url("../images/content_bg_gold.png"), url("../images/content_bg.jpg");
		background-repeat: repeat-y;
		background-attachment: scroll, scroll;
		background-size: 100% auto;
		background-position: center top;
		background-color: #870b17;
		will-change: transform;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
}
.info-card {
		background-color: #fff6e7;
		padding: 3rem 5rem;
		border: 5px solid #d8b468;
		-webkit-box-shadow: 0 0 1.5rem RGBA(0, 0, 0, .5);
		box-shadow: 0 0 1.5rem RGBA(0, 0, 0, .5);
		border-radius: 2rem;
		max-width: 90%;
		margin: auto;
}
.info-card .remark-board {
		max-width: 84%;
		margin: 3rem auto;
}
/************************
RED POINT
************************/
.point_red > li {
		position: relative;
		font-size: .95rem;
}
.point_red > li::before {
		content: '';
		position: absolute;
		left: -16px;
		top: 10px;
		width: 5px;
		height: 5px;
		border-radius: 5px;
		display: block;
		background-color: #cc0000;
}
.point_red.is_note > li::before {
		top: 6px;
}
/************************
REG BLOCK
************************/
.reg_block {
		max-width: 86%;
		margin: auto;
}
.reg_block .is_card {
		max-width: 124px;
		aspect-ratio: 514 / 324;
}
.card_tag {
		left: -1rem;
		top: -1rem;
		max-width: 20px;
}
/************************
BOX CARD
************************/
/************************/
.box-card {
		position: relative;
		display: inline-block;
		margin: 0 auto;
}
.box-card.logos {
		margin: 2rem auto 1rem auto;
}
.box-card img {
		max-width: 580px;
}
/************************
RWD
************************/
@media screen and (min-width:1920px) {
		.box-card img {
				max-width: 640px;
		}
		#block2 .title img.act_title {
				max-width: 600px;
		}
		#block2 .title img.bg_item_light_1a, #block2 .title img.bg_item_light_1b {
				max-width: 50px;
		}
		.point_card .bg_item_light_3a, .point_card .bg_item_light_3b {
				max-width: 55px;
		}
}
@media screen and (min-width:2560px) {
		.content_bg {
				background-size: 2560px auto;
		}
		.box-card img {
				max-width: 700px;
		}
}
@media (max-width:1199px) {
		.bg_item_2 {
				max-width: 10vw;
				right: 3rem;
				bottom: 0;
		}
		.info-card .remark-board {
				max-width: 94%;
				margin: 3rem auto;
		}
		.reg_block {
				max-width: 90%;
		}
		.reg_block .is_card {
				max-width: 95px;
		}
		#block2 .title img.act_title {
				max-width: 40vw;
		}
		.point_red > li {
				font-size: .85rem;
		}
		.info-card .subtitle {
				font-size: 1.25rem;
		}
		.info-card .subtext {
				font-size: .85rem;
				letter-spacing: 1px;
		}
		.table_block {
				max-width: 90%;
		}
		.table_block .table td {
				font-size: 1rem;
		}
		.table_block .table td.head:not(.topic) {
				min-width: 120px;
				min-height: 80px;
				font-size: 1.125rem;
		}
		.table_block .table td .text-sp {
				font-size: 130%;
		}
		.box-topic h3.text {
				font-size: 1.75rem;
		}
		.block_01 {
				padding-top: 0;
		}
		.box-card img {
				max-width: 480px;
		}
		#block1 .title img {
				max-width: 7vw;
				margin-right: 1.5rem;
				position: relative;
				top: -5px;
		}
		.box-card.logos img {
				max-width: 330px;
		}
		.box-card.logos {
				margin: 1.5rem auto .5rem auto;
		}
		.box-topic h2.text {
				font-size: 2.125rem;
				margin: 2rem auto;
		}
		.box-topic .text.name {
				font-size: 1.125rem;
				line-height: 1.5em;
		}
		.info-card {
				max-width: 80%;
				margin-left: auto;
				margin-right: auto;
		}
		.info-card .text .remark-text {
				font-size: .75rem;
		}
		.info-card .remark-text {
				max-width: 90%;
				font-size: .75rem;
		}
		.check-list li {
				font-size: 1.35rem;
		}
		.info-card.last .subtitle {
				font-size: 1.75rem;
		}
		.info-card.is_sp .title img.progress_line {
				max-width: 22vw;
		}
		.info-card .date {
				font-size: .8125rem;
		}
		.main-head .info {
				font-size: 1.125rem;
		}
		.main-head .h1 {
				font-size: 2rem;
		}
		.info-card.is_sp .title, .info-card .title {
				font-size: 1.75rem;
		}
		.info-card.last .text-block {
				left: 6rem;
				top: 4rem;
				max-width: 60%;
		}
		.info-card.last .text-block .text {
				font-size: .8125rem;
				line-height: 1.75;
		}
		.search_block .bg_item_5a, .search_block .bg_item_5b {
				max-width: 3vw;
		}
		.check-list li .icon {
				max-width: 25px;
				display: inline-block;
				position: relative;
				top: 0;
		}
		a.btn-check, .event_block .text_info .btn-event, a.btn-event {
				width: 110px;
				min-width: 110px;
				height: 40px;
				line-height: 40px;
				font-size: 1rem;
				padding: 0 1rem;
				text-align: center;
		}
		.page-container.ad .title {
				font-size: 1.5rem;
				padding-left: 2rem !important;
		}
		.event_block .title .top {
				font-size: 2.5rem;
		}
		.event_block .title_block > div {
				padding-left: 45px;
		}
		.event_block .text_info {
				font-size: 1rem;
		}
		.event_block {
				max-width: calc(100% - 2rem);
				aspect-ratio: 16 / 8;
				background-position: -65% bottom;
				padding: 2rem 3rem 1.5rem 45%;
		}
		.event_block img.event_tag {
				max-width: 12vw;
				right: -6rem;
		}
		.event_block .title_block img.event_title {
				max-width: 34vw;
		}
		.event_block::after {
				max-width: 80%;
		}
		.event_block .text_info .btn-event {
				margin-bottom: 1.5rem;
		}
		.event_block .title_tag .icon {
				max-width: 20px;
		}
		.event_block .title {
				font-size: 2rem;
				letter-spacing: 2px;
		}
		.search_block .bg_item_4a {
				left: 2rem;
		}
		.search_block .bg_item_4b {
				right: 2rem;
		}
		.remark_text.large {
				font-size: .85rem;
		}
}
@media (max-width:991px) {
		.table_block {
				max-width: 86%;
		}
		.table_block .table tr:first-child td.first {
				min-width: 120px;
				width: 120px;
		}
		.table_block .table td:not(.head) {
				width: calc(100% - 120px);
		}
		.point_card .bg_item_light_3a {
				left: -2.75rem;
		}
		.point_card .bg_item_light_3b {
				right: -2.75rem;
		}
		.info-card .subtitle2 {
				font-size: 1rem;
		}
		.table_block .table td {
				font-size: .875rem;
		}
		.table_block .table td.head:not(.topic) {
				font-size: 1rem;
		}
		a.btn-more {
				font-size: .875rem;
				min-width: 120px;
		}
		.box-card img {
				max-width: 45vw;
		}
		.box-topic h2.text {
				font-size: 2rem;
				margin: 2rem auto;
		}
		.box-topic .text {
				font-size: 1.5rem;
		}
		.main-head .info {
				font-size: 1rem;
		}
		.info-card .has-bg.full, .info-card .has-bg {
				padding: 2rem 2rem 1rem 2rem;
		}
		.info-card .text {
				font-size: 1rem;
		}
		.description {
				font-size: .85rem;
		}
		.page-container.ad {
				padding: 2rem 0;
				max-width: 100%;
		}
		.ad_card .info {
				font-size: .875rem;
		}
		.ad_card .head {
				font-size: 1rem;
		}
		.ad_card .btn {
				padding: .25rem 1rem .25rem 1.125rem;
				font-size: .8125rem;
		}
		.page-container.ad .title {
				font-size: 1.5rem;
		}
		.info-card .title .no {
				font-size: 160%;
				line-height: 1.25
		}
		.info-card.is_sp .title, .info-card .title {
				font-size: 1.5rem;
		}
		.info-card .date {
				font-size: .8125rem;
		}
		.check-list li {
				font-size: 1.125rem;
		}
		.info-card.last .subtitle {
				font-size: 1.5rem;
		}
		.info-card {
				max-width: 90%;
				padding: 2rem 3rem;
		}
		.info-card.last .text-block {
				left: 3rem;
				top: 3rem;
				max-width: 100%;
		}
		.reg_block {
				max-width: 100%;
		}
		.btn-block .btn-event {
				width: 100px;
				height: auto;
				padding: .125rem 1rem;
				font-size: .8125rem;
				border-width: 1px;
		}
		.info-card .btn-block {
				display: -webkit-inline-box !important;
				display: -ms-inline-flexbox !important;
				display: inline-flex !important;
				-webkit-box-orient: horizontal !important;
				-webkit-box-direction: normal !important;
				-ms-flex-direction: row !important;
				flex-direction: row !important;
				max-width: 70%;
		}
		.event_block {
				padding: 2rem 3rem 1.5rem 45%;
				aspect-ratio: auto;
				background-position: -400% bottom;
		}
		.event_block img.event_tag {
				max-width: 13vw;
				right: -5rem;
		}
		.event_block::after {
				max-width: 78%;
		}
		.event_block .date {
				font-size: .75rem;
		}
		.event_block .subtitle {
				font-size: 1rem;
		}
		.event_block .text {
				font-size: .85rem;
		}
		.event_block .text_info .btn-event {
				margin-bottom: 0;
				margin-top: .75rem;
				padding: 0 1rem;
		}
		.event_block .title .top {
				font-size: 1.75rem;
		}
		.event_block .btn-block {
				position: relative !important;
				margin-bottom: .5rem;
		}
		.event_block .title_tag {
				font-size: 1.125rem;
		}
		.event_block .title_tag .icon {
				max-width: 18px;
		}
		.event_block .title {
				font-size: 1.5rem;
				letter-spacing: 1px;
		}
		.point_card {
				font-size: .85rem;
		}
		.point_card .title {
				font-size: 1.25rem;
		}
		.point_red > li {
				font-size: .8125rem;
		}
}
@media (max-width:991px) and (orientation: landscape) {
		.info-card .remark-board {
				max-width: 94%;
				margin: 2rem auto;
		}
		.info-card .subtext {
				font-size: .825rem;
				letter-spacing: normal;
		}
		.reg_block .is_card {
				max-width: 90px;
		}
		.reg_block {
				max-width: 93%;
		}
		.event_block img.event_tag {
				max-width: 13vw;
				right: -5rem;
		}
}
@media (max-width:767px) {
		#block2 .title img.act_title {
				max-width: 50vw;
		}
		.info-card {
				padding: 2rem 1.5rem;
		}
		.reg_block {
				max-width: 100%;
		}
		.bg_item_2 {
				max-width: 15vw;
				right: 3rem;
				bottom: 0;
		}
		.info-card .title img, .event_block .title_tag img {
				max-width: 140px;
		}
		.box-card img {
				width: 340px;
		}
		.box-card.logos img {
				max-width: 280px;
		}
		.box-topic h2.text {
				font-size: 1.75rem;
				margin: 1.5rem auto;
		}
		.box-topic .text.name {
				font-size: 1rem;
		}
		.box-topic .text {
				font-size: 1.25rem;
		}
		.box-topic h3.text {
				font-size: 1.5rem;
		}
		.description > div {
				font-size: .8125rem;
		}
		.info-card.is_sp .title, .info-card .title {
				font-size: 1.25rem;
		}
		.info-card.last .text-block {
				left: 4rem;
				top: 3rem;
				max-width: 100%;
		}
		.info-card.last .text-block .text {
				font-size: .8rem;
				line-height: 1.5;
		}
		.check-list li {
				font-size: 1rem;
		}
		.info-card.last .subtitle {
				font-size: 1.25rem;
				margin-bottom: .5rem !important;
		}
		.btn-block .btn-event {
				height: auto;
				padding: .125rem .5rem;
				width: 100px;
		}
		.event_block .title_block img.event_title {
				max-width: 36vw;
		}
		.event_block {
				padding: 2rem .5rem 1.5rem 40%;
				background-position: 200% bottom;
		}
		.event_block img.event_tag {
				max-width: 13vw;
				right: -3rem;
		}
		.event_block::after {
				max-width: 80%;
		}
		.event_block .title {
				font-size: 1.25rem;
				letter-spacing: 1px;
		}
		.info-card .note {
				max-width: 90%;
				margin: auto;
		}
		.point_red > li {
				font-size: .75rem;
		}
		.point_red > li::before {
				top: 6px;
		}
		.event_block .point_red > li::before {
				top: 6px;
				left: -10px;
		}
}
@media (max-width:576px) {
		.table_block .table td .no {
				font-size: 130%;
		}
		.bg_item_2 {
				max-width: 18vw;
				right: 1rem;
		}
		.event_block .remark_text {
				font-size: .75rem;
		}
		.info-card .subtitle {
				font-size: 1.125rem;
				line-height: 1.5;
				width: 100%;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				margin-bottom: 1rem;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
		}
		.info-card .subtext {
				letter-spacing: normal;
				max-width: calc(100% - 2.75rem);
				margin: auto;
		}
		.table_block .table td .text-sp {
				font-size: 120%;
		}
		.table_block .table tr:first-child td.first {
				min-width: 90px;
		}
		.reg_block .is_card {
				max-width: 20vw;
				margin-top: 0;
		}
		a.btn-event {
				width: 100px;
				height: 45px;
				line-height: 45px;
				padding: 0 1rem;
		}
		.act-modal .modal-header .btn-close {
				width: 25px;
				height: 25px;
				line-height: 25px;
		}
		.act-modal .modal-header .btn-close img {
				width: 15px;
				height: 15px;
		}
		.act-modal .modal-content {
				border-radius: 2rem;
				max-width: calc(100% - 2rem);
				margin: auto;
				padding: 2rem 1.5rem;
		}
		.act-modal .modal-content .is-card {
				max-width: 130px;
		}
		#act1.act-modal .modal-content {
				padding: 2rem 1.5rem;
		}
		a.btn-more {
				min-width: 120px;
		}
		.table_block .table {
				width: 100%;
				margin: auto;
		}
		.table_block {
				max-width: 100%;
		}
		.info-card .remark-board {
				max-width: 100%;
				margin: 1rem auto;
		}
		.table_block .table td.topic {
				width: 100% !important;
				text-align: center;
		}
		.table_block .table td.topic img {
				max-width: 100%;
		}
		.table_block .table td:not(.head) {
				min-width: calc(100% - 90px);
				min-height: 40px;
				width: inherit;
		}
		.table_block .table td {
				font-size: .85rem;
				line-height: 1.75;
		}
		.table_block .table td.head:not(.topic) {
				min-width: 90px;
				min-height: 50px;
				font-size: .95rem;
				font-weight: 600;
				padding: .5rem .25rem;
		}
		.card_tag {
				left: -.75rem;
				top: -.75rem;
				max-width: 15px;
		}
		.info-card .has-bg.full {
				padding: 1.5rem 2rem 1rem 2rem;
				border-width: 3px;
		}
		.check-list li .icon {
				max-width: 3.5vw;
				top: -2px;
		}
		.content_bg .page-container.has_bg {
				padding-top: 1rem;
		}
		.box-topic h3.text {
				font-size: 1.25rem;
				line-height: 1.125em !important;
				margin: 0 auto .5rem auto;
		}
		.box-card {
				top: 0;
				z-index: 2;
		}
		#block1 .title img {
				max-width: 10vw;
				margin-right: .5rem;
				top: -5px;
		}
		.box-card img {
				max-width: 85vw;
		}
		.box-card.logos {
				margin: 1rem auto .25rem auto;
		}
		.box-card.logos img {
				max-width: 180px;
		}
		.box-topic h2.text {
				font-size: 1.25rem;
				letter-spacing: normal;
				margin: 1rem auto;
		}
		.box-topic .text.name {
				font-size: .85rem;
				line-height: 1.75;
		}
		.box-topic .text {
				font-size: 1rem;
		}
		.info-card {
				max-width: 100%;
		}
		.info-card {
				padding: 2rem 1rem;
				border-radius: 2rem;
				max-width: 90%;
		}
		#block2 .title img.act_title {
				max-width: 70vw;
		}
		#block2 .title img.bg_item_light_1a, #block2 .title img.bg_item_light_1b {
				max-width: 30px;
				position: absolute;
				top: 1rem;
		}
		#block2 .title img.bg_item_light_1a {
				left: -20px;
		}
		#block2 .title img.bg_item_light_1b {
				right: -20px;
		}
		.point_card .bg_item_light_3a, .point_card .bg_item_light_3b {
				max-width: 8vw;
		}
		.search_block .remark_text {
				max-width: 60%;
		}
		.search_block .bg_item_4b {
				max-width: 30vw;
		}
		.search_block .bg_item_4a {
				max-width: 20vw;
		}
		.search_block .bg_item_5a, .search_block .bg_item_5b {
				max-width: 5vw;
		}
		.event_block .title_block img.event_title {
				max-width: 100%;
		}
		.event_block img.event_tag {
				max-width: 32vw;
				margin: auto;
				position: relative !important;
				order: 0;
				left: 0;
				right: 0;
		}
		.event_block .title_block {
				text-align: center;
		}
		.event_block .title > div {
				order: 1;
		}
		.info-card.is_sp .title, .info-card .title {
				font-size: 1.25rem;
				letter-spacing: normal;
		}
		.info-card.is_sp .title {
				padding-left: 0;
		}
		.main-head .h1 {
				font-size: 1.5rem;
		}
		.main-head .info {
				font-size: .875rem;
		}
		.info-card .has-bg {
				padding: 2rem 1rem 1.5rem 1rem;
		}
		.info-card.is_sp .title img.progress_line {
				max-width: 40vw;
				top: 0;
				display: block;
				margin: .5rem 0 .5rem 1rem;
		}
		.info-card.last .subtitle {
				font-size: 1.125rem;
		}
		.info-card .text {
				font-size: 1rem;
				line-height: 1.75;
		}
		.search_block .pic {
				width: 150px;
				height: 106px;
				margin: 0 auto 1rem auto;
		}
		.search_block .info-card {
				max-width: calc(90% - 1rem);
		}
		.search_block .remark_text ul {
				padding-left: 1rem !important;
		}
		.check-list li, .info-card.last .text-block .text {
				font-size: .875rem;
				line-height: 1.5;
		}
		.check-list li {
				margin-bottom: 0;
		}
		.btn-block .btn-event {
				font-size: 1rem;
				height: auto;
				padding: .25rem .5rem;
				width: 120px;
		}
		.event_block .btn-block {
				width: 100%;
				text-align: center;
				margin-top: 1rem;
		}
		.event_block .text_info .btn-event {
				margin: 0 auto;
				width: 100px;
				height: 45px;
				line-height: 45px;
				padding: 0 1rem;
				min-width: 200px;
		}
		.event_block .title {
				padding-left: 0;
				font-size: 1.75rem;
				line-height: 1.35;
				flex-direction: column;
		}
		.event_block .title_block > div {
				padding-left: 45px;
		}
		.event_block .remark_text ul {
				padding-left: .5rem !important;
		}
		.event_block .text_info .text, .event_block .text_info .date {
				font-size: .825rem;
		}
		.event_block {
				background-image: url("../images/event_bg_m.jpg");
				background-position: center top;
				background-repeat: no-repeat;
				background-size: 100% auto;
				max-width: 90%;
				border-radius: 2rem;
				padding: 60% 1.75rem 2rem 1.75rem;
				margin-left: auto;
				margin-right: auto;
				background-color: #fff6e7;
		}
		.event_block .text span.large {
				font-size: 130%;
				line-height: 1.5;
		}
		.event_block::after {
				display: none;
		}
		.event_block .title_tag img {
				max-width: 150px;
				margin: 1rem 0 .5rem 0;
		}
		.page-container.ad .title {
				font-size: 1.5rem;
				text-align: center;
				padding: 0 !important;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.table_block {
				max-width: 80%;
		}
		.info-card .subtext {
				max-width: calc(100% - 9rem);
		}
		.info-card .remark-board {
				max-width: 80%;
				margin: 1rem auto;
		}
		.reg_block .is_card {
				max-width: 12vw;
				margin-top: 5px;
		}
		.info-card {
				max-width: 90%;
				padding: 2rem 3rem;
		}
		#block2 .title img.act_title {
				max-width: 50vw;
		}
		#block2 .title img.bg_item_light_1a {
				left: 20px;
		}
		#block2 .title img.bg_item_light_1b {
				right: 20px;
		}
		.event_block .text_info .text, .event_block .text_info .date {
				font-size: .75rem;
		}
		.info-card .col-sm-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 50%;
		}
		.table.d-sm-none.d-block {
				display: none !important;
		}
		.table.d-sm-block.d-none {
				display: block !important;
		}
		.search_block .pic {
				width: 180px;
				height: 127px;
				margin: 0 auto 1rem auto;
		}
		.info-card .remark-text {
				max-width: 100%;
		}
		.info-card.last .text-block {
				left: 0;
				right: 0;
				top: 5rem;
				max-width: 90%;
				margin: auto;
		}
		.event_block {
				max-width: 90%;
		}
		.event_block {
				padding: 60% 4rem 1.5rem 4rem;
		}
		.event_block .title_tag .icon {
				max-width: 15px;
		}
		.event_block .title .top {
				font-size: 1.5rem;
		}
		.event_block .title_tag {
				font-size: 1rem;
		}
		.event_block img.event_tag {
				max-width: 28vw;
		}
}
@media (max-width:480px) {
		.event_block img.event_tag {
				max-width: 36vw;
		}
}
@media (max-width:375px) {
		.info-card .subtext {
				max-width: calc(100% - 2.25rem);
		}
		.event_block {
				padding: 60% 1.25rem 2rem 1.25rem;
		}
		br.d-sp {
				display: none !important;
		}
}
@media (max-width:320px) {
		.info-card .subtext {
				max-width: calc(100% - 1rem);
		}
		.event_block .subtitle {
				font-size: .875rem;
		}
		.info-card .text {
				font-size: .875rem;
				line-height: 1.75;
		}
		.search_block .bg_item_5b {
				max-width: 35px;
				right: 15%;
				top: 5%;
		}
		.info-card {
				padding: 2rem .5rem;
				border-radius: 2rem;
				max-width: 90%;
		}
		.table_block .table td {
				padding: .5rem .25rem;
		}
		.bg_item_2 {
				max-width: 18vw;
				right: 1rem;
		}
		.point_card .bg_item_light_3a {
				left: -1.5rem;
		}
		.point_card .bg_item_light_3b {
				right: -1.5rem;
		}
		.event_block img.event_tag {}
		.event_block {
				padding: 60% 1rem 2rem 1rem;
		}
		.search_block {
				border-bottom-width: 4px;
		}
}
/************************
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;
		-o-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;
		-o-transition: 0.25s;
		transition: 0.25s;
		min-height: 50px;
		color: #000000;
}
.drawer-header-icon {
		display: inline-block;
		content: "";
		width: 40px;
		height: 40px;
		background: url('../images/btn_to_open.svg') no-repeat scroll center center transparent;
		background-size: 60% 60%;
		text-align: right;
		vertical-align: middle;
		position: relative;
		top: -2px;
}
.drawer-header-icon.drawer-header-icon-active {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
}
.drawer-content {
		width: 100%;
		padding: .5rem .5rem 1rem 1rem;
		display: block;
		color: #333333;
		font-size: 16px;
		line-height: 1.8em;
		word-wrap: break-word;
		text-align: justify;
}
.drawer-content b {
		color: #000000;
		font-weight: 700;
}
.drawer-content ol {
		padding-left: 1rem;
}
@media screen and (max-width:1199px) {
		.drawer-content {
				font-size: .8125rem;
				padding-left: 0;
				padding-right: 0;
		}
		.drawer-item {
				padding: 0 1rem;
		}
}
@media screen and (max-width:767px) {
		.drawer-content ol {
				padding-left: 1rem;
		}
		.drawer-content {
				font-size: 14px;
		}
		.drawer-header .title {
				font-size: 1rem;
		}
		.drawer-header-icon {
				width: 35px;
				height: 35px;
		}
}
@media screen and (max-width:576px) {
		.drawer-content {
				font-size: 14px;
		}
		.drawer-item {
				padding: 0;
		}
		.drawer-content {
				word-wrap: break-word;
				word-break: break-all;
				text-align: start;
				padding: 0;
		}
}
@media screen and (max-width:320px) {
		.drawer-content {
				font-size: 12px;
		}
		.drawer-item {
				padding: 0;
		}
		.drawer-content {
				word-wrap: break-word;
				word-break: break-all;
		}
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 6.5rem;
		right: 0;
		left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
}
.fix-ad .full-item {
		text-align: center;
		display: block;
		margin-bottom: .5rem;
		width: 145px;
		position: relative;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.fix-ad .full-item > img {
		right: 0;
		top: 0;
}
.fix-ad .full-item:hover > img.is_card {
		-webkit-transform: translateY(-5px) !important;
		-ms-transform: translateY(-5px) !important;
		transform: translateY(-5px) !important;
		-webkit-animation-play-state: paused;
		animation-play-state: paused;
}
.fix-ad .full-item > img.is_card {
		-webkit-animation: updown 4s 1.5s infinite linear;
		animation: updown 4s 1.5s infinite linear;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
}
/* hover 結束後重新啟動動畫 */
.fix-ad .full-item:not(:hover) > img.is_card {
		-webkit-animation: updown 4s infinite linear;
		animation: updown 4s infinite linear;
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
}
@-webkit-keyframes updown {
		0%, 70%, 100% {
				-webkit-transform: translateY(20px);
				transform: translateY(20px);
		}
		5%, 50% {
				-webkit-transform: translateY(-5px);
				transform: translateY(-5px);
		}
}
@keyframes updown {
		0%, 70%, 100% {
				-webkit-transform: translateY(20px);
				transform: translateY(20px);
		}
		5%, 50% {
				-webkit-transform: translateY(-5px);
				transform: translateY(-5px);
		}
}
@media only screen and (min-width:1920px) {
		.fix-ad .full-item {
				width: 160px;
		}
}
@media only screen and (max-width:1199px) {
		.fix-ad {
				-webkit-transform: translateZ(0);
				transform: translateZ(0);
				-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
				-webkit-filter: blur(0);
				-webkit-transform-origin: 0% 0;
				-ms-transform-origin: 0% 0;
				transform-origin: 0% 0;
		}
		.fix-ad {
				-webkit-transform: scale(.85);
				-ms-transform: scale(.85);
				transform: scale(.85);
				-webkit-transform-origin: center right;
				-ms-transform-origin: center right;
				transform-origin: center right;
				bottom: 6rem;
		}
}
@media only screen and (max-width:991px) {
		.fix-ad {
				-webkit-transform: scale(.75);
				-ms-transform: scale(.75);
				transform: scale(.75);
				-webkit-transform-origin: center right;
				-ms-transform-origin: center right;
				transform-origin: center right;
				bottom: 2rem;
		}
}
@media only screen and (max-width:991px) and (orientation:landscape) {
		.fix-ad {
				bottom: 2rem;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 1.5rem
		}
}
@media only screen and (max-width:568px) and (orientation:landscape) {
		.fix-ad {
				bottom: 1.5rem;
		}
}
@media only screen and (max-width:480px) {
		.fix-ad {
				-webkit-transform: scale(.6);
				-ms-transform: scale(.6);
				transform: scale(.6);
				bottom: 1rem;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: 1rem;
		}
}
/************************
GOTOP
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 50px;
}
.go_top img {
		position: relative;
		display: inline-block;
		width: 100%;
}
@media screen and (max-width: 991px) {
		.go_top {
				width: 40px;
				height: 40px;
				right: 15px;
				bottom: 10px;
		}
}
@media screen and (max-width: 767px) {
		.go_top {
				right: 5px;
		}
}
@media screen and (max-width: 480px) {
		.go_top {
				right: 5px;
		}
}
/*浮動視窗*/
#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;
}
/*浮動視窗*/
#main-content {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
@media only screen and (max-width: 991px) {
		#drift-1 {
				position: fixed;
				width: 130px;
				height: auto;
				right: 0px;
				bottom: 10%;
		}
}