/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./themes/default/assets/scss/cookie.scss ***!
  \*********************************************************************************************************************************/
#cookie {
	position: fixed;
	z-index: 1025;
}
#cookie .cookie {
	position: fixed;
	top: 0;
	z-index: 1025;
	font-size: 88%;
	overflow: hidden;
}
#cookie .cookie * {
	box-sizing: border-box;
}
#cookie .cookie .btn {
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;
	padding: 6px 12px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
	min-width: 120px;
}
@media (max-width: 767px) {
	#cookie .cookie .btn {
		min-width: 100px;
	}
}
#cookie .cookie .btn:focus {
	outline: unset;
	box-shadow: unset;
}
#cookie .cookie .btn-link {
	color: #cb333b;
	text-decoration: underline;
}
#cookie .cookie .btn-primary {
	color: #ffffff;
	background-color: #cb333b;
	border-radius: 4px;
}
#cookie .cookie .btn-outline-secondary {
	color: #838383;
	border: 1px solid #838383;
	border-radius: 4px;
}
#cookie .cookie .btn-outline-secondary:hover {
	background-color: transparent;
}
#cookie .cookie .btn-setting {
	color: #ffffff;
	background-color: transparent;
	border: 1px solid #ffffff;
	border-radius: 4px;
}
#cookie .cookie-setting {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1054;
	width: 100%;
	height: 100vh;
	padding: 2vh 0;
	margin-right: auto;
	margin-left: auto;
	color: #222222;
	transition: 0.3s ease all;
	display: flex;
	align-items: center;
	opacity: 0;
	pointer-events: none;
}
@media (max-width: 767px) {
	#cookie .cookie-setting {
		width: 95%;
	}
}
#cookie .cookie-setting--show {
	opacity: 1;
	pointer-events: initial;
}
#cookie .cookie-setting__wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 475px;
	padding: 0 15px;
	margin: 0 auto;
	font-size: 86%;
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
}
#cookie .cookie-setting__top {
	padding: 20px 0 16px;
}
#cookie .cookie-setting__top #cookie .cookie-setting__header {
	margin-bottom: 0;
}
#cookie .cookie-setting__top #cookie .cookie-setting__title {
	margin-top: 0;
	font-size: 165% !important;
}
#cookie .cookie-setting__close {
	position: relative;
	top: -5px;
	font-family: "Segoe UI" !important;
	font-size: 35px !important;
	font-weight: 100;
	color: #222222;
	line-height: 0;
	text-decoration: none;
}
#cookie .cookie-setting__close:hover {
	text-decoration: none;
}
#cookie .cookie-setting__scroll {
	max-height: calc(90vh - 160px);
	border: 1px solid #dedede;
	border-radius: 9px;
	overflow: auto;
}
#cookie .cookie-setting__item {
	padding: 15px;
}
#cookie .cookie-setting__item:not(:last-child) {
	border-bottom: 1px solid #dedede;
}
#cookie .cookie-setting__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
#cookie .cookie-setting__title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 115% !important;
}
#cookie .cookie-setting__remark {
	color: #a6cd44;
	white-space: nowrap;
}
#cookie .cookie-setting__button {
	padding-top: 16px;
	text-align: center;
}
#cookie .cookie-setting__button .btn + .btn {
	margin-left: 8px;
}
#cookie .cookie-setting__credit {
	display: flex;
	align-items: center;
	padding: 20px 0 16px;
	font-size: 10px !important;
	font-family: Arial !important;
	color: #717171;
}
#cookie .cookie-setting__logo {
	height: 13px;
	margin-left: 5px;
}
#cookie .cookie-button {
	position: relative;
	display: block;
	width: 37px;
	height: 18px;
	cursor: pointer;
	overflow: hidden;
}
#cookie .cookie-button:before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background-color: #d8d8d8;
	border: #cbcbcb;
	border-radius: 16px;
}
#cookie .cookie-button__point {
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 1px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 20px;
	transform: translateX(0);
	transition: all 0.2s ease-in 0s;
}
#cookie .cookie-button--active:before {
	background-color: #a6cd44;
}
#cookie .cookie-button--active .cookie-button__point {
	left: 100%;
	transform: translateX(calc(-100% - 1px));
}
#cookie .cookie--backdrop {
	height: 100vh;
	width: 100vw;
}
#cookie .cookie--theme-1 .cookie-notice {
	font-size: 88%;
	position: fixed;
	bottom: 8px;
	left: 16px;
	z-index: 1052;
	display: none;
	align-items: center;
	width: calc(100% - 32px);
	padding: 8px 16px;
	color: #ffffff;
	background-color: rgba(28, 28, 28, 0.8);
	border-radius: 4px;
}
@media (max-width: 767px) {
	#cookie .cookie--theme-1 .cookie-notice {
		flex-direction: column;
	}
}
#cookie .cookie--theme-1 .cookie-notice--show {
	display: flex;
	display: -ms-flexbox;
}
#cookie .cookie--theme-1 .cookie-notice__link {
	min-width: 120px;
	color: #ffffff;
	border: 1px solid #838383;
	border-radius: 4px;
}
#cookie .cookie--theme-1 .cookie-notice__icon {
	font-size: 28px;
	padding-right: 16px;
}
#cookie .cookie--theme-1 .cookie-notice__text {
	flex-grow: 1;
}
@media (max-width: 767px) {
	#cookie .cookie--theme-1 .cookie-notice__text {
		margin-bottom: 16px;
	}
}
#cookie .cookie--theme-1 .cookie-notice__button {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	margin: auto 0;
}
@media (min-width: 768px) {
	#cookie .cookie--theme-1 .cookie-notice__button {
		padding-left: 8px;
	}
}
#cookie .cookie--theme-1 .cookie-notice__button a + a {
	margin-left: 8px;
}
@media (max-width: 767px) {
	#cookie .cookie--theme-1 .cookie-notice__button {
		position: relative;
		right: 0;
		justify-content: center;
		-ms-flex-pack: center;
	}
}
@media (min-width: 1200px) {
	#cookie .cookie--theme-1 .cookie-notice .d-xl-block {
		display: block !important;
	}
}
#cookie .cookie--theme-1.cookie--backdrop .cookie-notice {
	display: none;
}
#cookie .cookie--theme-2 .cookie-notice {
	font-size: 88%;
	position: fixed;
	bottom: 8px;
	right: 16px;
	z-index: 1052;
	display: none;
	align-items: center;
	flex-direction: column;
	width: calc(100% - 32px);
	max-width: 300px;
	padding: 16px;
	color: #ffffff;
	background-color: rgba(28, 28, 28, 0.8);
	border-radius: 4px;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}
#cookie .cookie--theme-2 .cookie-notice--show {
	display: flex;
	display: -ms-flexbox;
}
#cookie .cookie--theme-2 .cookie-notice__link {
	min-width: 120px;
	color: #ffffff;
	border: 1px solid #838383;
	border-radius: 4px;
}
#cookie .cookie--theme-2 .cookie-notice__icon {
	margin-bottom: 16px;
	font-size: 41px;
	line-height: 1;
}
#cookie .cookie--theme-2 .cookie-notice__text {
	flex-grow: 1;
	margin-bottom: 16px;
}
#cookie .cookie--theme-2 .cookie-notice__button {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	margin: auto 0;
}
#cookie .cookie--theme-2 .cookie-notice__button a + a {
	margin-left: 8px;
}
@media (max-width: 767px) {
	#cookie .cookie--theme-2 .cookie-notice__button {
		position: relative;
		right: 0;
		justify-content: center;
		-ms-flex-pack: center;
	}
}
#cookie .cookie--theme-2 .cookie-notice .d-xl-block {
	display: inline !important;
}
#cookie .cookie--theme-2.cookie--backdrop .cookie-notice {
	display: none;
}
#cookie .cookie--theme-3 .cookie-notice {
	font-size: 88%;
	position: fixed;
	bottom: 8px;
	right: 16px;
	z-index: 1052;
	display: none;
	align-items: center;
	flex-direction: column;
	width: calc(100% - 32px);
	max-width: 300px;
	padding: 16px;
	color: #222222;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 4px;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}
#cookie .cookie--theme-3 .cookie-notice--show {
	display: flex;
	display: -ms-flexbox;
}
#cookie .cookie--theme-3 .cookie-notice__link {
	min-width: 120px;
	color: #ffffff;
	border: 1px solid #838383;
	border-radius: 4px;
}
#cookie .cookie--theme-3 .cookie-notice__icon {
	margin-bottom: 16px;
	font-size: 41px;
	line-height: 1;
}
#cookie .cookie--theme-3 .cookie-notice__text {
	flex-grow: 1;
	margin-bottom: 16px;
}
#cookie .cookie--theme-3 .cookie-notice__button {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	margin: auto 0;
	padding-left: 8px;
}
#cookie .cookie--theme-3 .cookie-notice__button a + a {
	margin-left: 8px;
}
@media (max-width: 767px) {
	#cookie .cookie--theme-3 .cookie-notice__button {
		position: relative;
		right: 0;
		justify-content: center;
		-ms-flex-pack: center;
	}
}
#cookie .cookie--theme-3 .cookie-notice .d-xl-block {
	display: inline !important;
}
#cookie .cookie--theme-3 .cookie-notice .btn-setting {
	color: #cb333b;
	border: 1px solid #cb333b;
}
#cookie .cookie--theme-3.cookie--backdrop .cookie-notice {
	display: none;
}
#cookie .cookie--theme-4 .cookie-notice {
	display: none !important;
}
#cookie .cookie--theme-4 .cookie-notice--show + .cookie-setting {
	opacity: 1;
	pointer-events: initial;
}
#cookie .cookie--theme-4.cookie--backdrop .cookie-setting {
	opacity: 0;
	pointer-events: none;
}
