:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #ff9033;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #07344E;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1280px;
	--breakpoint-xxl: 1800px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
	font-family: "Noto Sans JP",sans-serif;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	font-weight: 500;
	word-break: break-all;
}

html,
body {
	height: 100%;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #3897f0;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #010508;
	text-decoration: underline;
}

a:not([href]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type=radio],
input[type=checkbox] {
	box-sizing: border-box;
	padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

.container {
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.wp-block-group.alignwide>.wp-block-group__inner-container {
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.wp-block-group.alignwide>.wp-block-group__inner-container {
	max-width: 1280px;
}

.container-fluid--without-max {
	max-width: none;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #07344e !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #03151f !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important;
}

.bg-success {
	background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1e7e34 !important;
}

.bg-info {
	background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #117a8b !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #d39e00 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #bd2130 !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important;
}

.bg-dark {
	background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1d2124 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-right {
	border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
	border-left: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #07344e !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #28a745 !important;
}

.border-info {
	border-color: #17a2b8 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #343a40 !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded-sm {
	border-radius: .2rem !important;
}

.rounded {
	border-radius: 0 !important;
}

.rounded-top {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.rounded-right {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.rounded-left {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.rounded-lg {
	border-radius: .3rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.text-monospace {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #07344e !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #010508 !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #494f54 !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
	color: #19692c !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
	color: #0f6674 !important;
}

.text-warning {
	color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #ba8b00 !important;
}

.text-danger {
	color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #a71d2a !important;
}

.text-light {
	color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
	color: #cbd3da !important;
}

.text-dark {
	color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
	color: #121416 !important;
}

.text-body {
	color: #212529 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0,0,0,.5) !important;
}

.text-white-50 {
	color: rgba(255,255,255,.5) !important;
}

.text-link {
	color: #000;
}

.text-link:hover {
	opacity: .7;
	text-decoration: underline;
	transition: opacity .3s;
}
.partners-link {
	text-decoration: underline;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

.text-highlight {
	font-family: "ToveScript";
	line-height: 1.1em;
}

.text-sub {
	font-size: 1.1rem;
}

a.non-hover:hover {
	color: inherit !important;
}

.txt-nomal {
	color: #212529;
	transition: all .2s ease-in-out;
}

.txt-nomal:hover {
	color: inherit !important;
	text-decoration: none;
	opacity: .75;
}

.txt-common {
	font-family: "Noto Sans JP",sans-serif;
}

.txt-common h1 {
	font-size: 1.625rem;
	color: #34537d;
	margin: 1.875rem 0 2.1875rem;
	font-weight: bold;
}

.txt-common h2 {
	font-size: 1.375rem;
	color: #34537d;
	margin: 1.875rem 0 1.25rem;
	font-weight: bold;
}

.txt-common h3 {
	font-size: 1.125rem;
	margin: 1.5625rem 0 1.25rem;
	color: #34537d;
	font-weight: bold;
}

.txt-common h4 {
	font-size: 1rem;
	color: #34537d;
	margin: .9375rem 0;
	font-weight: bold;
}

.txt-common p {
	font-size: 1rem;
	line-height: 1.8;
	margin-bottom: 1.25rem;
	font-weight: 500;
}

.txt-common p img {
	display: block;
}

.txt-common .teaser-date {
	color: #34537d;
}

.font-en {
	font-family: "Moomin Font",sans-serif !important;
}

.font-primary {
	font-family: "Noto Sans JP",sans-serif !important;
}

.font-sec {
	font-family: "Mikado",BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}

@font-face {
	font-family: "Moomin Font";
	src: url("../fonts/moominfont-webfont.eot");
	src: url("../fonts/moominfont-webfont.woff") format("woff"),url("../fonts/moominfont-webfont.woff2") format("woff2"),url("../fonts/moominfont-webfont.svg") format("svg"),url("../fonts/moominfont-webfont.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Mikado";
	src: url("../fonts/MikadoMedium.woff") format("opentype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Mikado";
	src: url("../fonts/MikadoMedium-Italic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Mikado";
	src: url("../fonts/MikadoBold.woff") format("opentype");
	font-weight: 600;
	font-style: bold;
}

@font-face {
	font-family: "ToveScript";
	src: url("../fonts/ToveScript-Regular.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -25px;
	margin-left: -25px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
	position: relative;
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3>* {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6>* {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0,0,0,0);
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: .25rem !important;
}

.mt-1,
.my-1 {
	margin-top: .25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: .25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: .25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: .25rem !important;
}

.m-2 {
	margin: .5rem !important;
}

.mt-2,
.my-2 {
	margin-top: .5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: .5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: .5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: .5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: .25rem !important;
}

.pt-1,
.py-1 {
	padding-top: .25rem !important;
}

.pr-1,
.px-1 {
	padding-right: .25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: .25rem !important;
}

.pl-1,
.px-1 {
	padding-left: .25rem !important;
}

.p-2 {
	padding: .5rem !important;
}

.pt-2,
.py-2 {
	padding-top: .5rem !important;
}

.pr-2,
.px-2 {
	padding-right: .5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: .5rem !important;
}

.pl-2,
.px-2 {
	padding-left: .5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.m-n1 {
	margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}

.m-n2 {
	margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.bg-theme-light {
	background-color: #f9bbca !important;
}

.bg-theme-light-02 {
	background-color: #ffd2dc !important;
}

.theme-book {
	background-color: #6ec7cc !important;
}

.bg-them-about {
	background-color: #95e8b7 !important;
}

.theme-book-light {
	background-color: #b0e1e7 !important;
}

.bg-theme-tove {
	background-color: #ffd2dc !important;
}

.bg-theme-faq {
	background-color: #eea66a !important;
}

.breadcrumb {
	background-color: #6ec7cc;
}

.breadcrumb--mb {
	margin-bottom: 4.0625rem;
}

.breadcrumb__list {
	display: flex;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	max-width: 100%;
	overflow: hidden;
}

.breadcrumb__item {
	position: relative;
	padding: .625rem 0;
}

.breadcrumb__item:not(:last-child) {
	margin-right: 1.875rem;
}

.breadcrumb__item:not(:last-child)::after {
	content: "";
	position: absolute;
	width: .125rem;
	height: 16px;
	background-color: #fff;
	top: calc(50% - 8px);
	right: -1.125rem;
	transform: rotate(20deg);
}

.breadcrumb__item:not(:last-child) a {
	display: flex;
}

.breadcrumb__item:not(:last-child) a:hover {
	opacity: .75;
}

.breadcrumb__item:last-child {
	display: flex;
	align-items: center;
	padding: .625rem 0;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumb__anchor {
	align-items: center;
	color: #fff;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .875rem;
	font-weight: bold;
	transition: all .2s ease-in-out;
	letter-spacing: .125rem;
	white-space: nowrap;
}

.breadcrumb__anchor:hover {
	text-decoration: none;
	color: #fff;
}

.breadcrumb__anchor .hover-language__en {
	font-weight: 500;
}

.hover-language__box {
	overflow: hidden;
	display: inline-block;
}

.hover-language__box:hover {
	text-decoration: none;
}

.hover-language__box:hover .hover-language__en {
	transform: translateY(-120%);
	transition: all .3s;
}

.hover-language__box:hover .hover-language__jp {
	transform: translateY(-50%);
	transition: all .3s;
}

.hover-language__box span {
	display: block;
	transition: all .3s;
}

.hover-language__en {
	transform: translateY(50%);
}

.hover-language__jp {
	transform: translateY(100%);
}

.btn,
.btn-campaign,
.characters .tooltip-inner,
.characters .explore-list-item-mobile__title,
.moominvalley .tooltip-inner,
.moominvalley .explore-list-item-mobile__title {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:hover,
.btn-campaign:hover,
.characters .tooltip-inner:hover,
.characters .explore-list-item-mobile__title:hover,
.moominvalley .tooltip-inner:hover,
.moominvalley .explore-list-item-mobile__title:hover {
	color: #212529;
	text-decoration: none;
}

.btn:focus,
.btn-campaign:focus,
.characters .tooltip-inner:focus,
.characters .explore-list-item-mobile__title:focus,
.moominvalley .tooltip-inner:focus,
.moominvalley .explore-list-item-mobile__title:focus,
.btn.focus,
.focus.btn-campaign,
.characters .focus.tooltip-inner,
.characters .focus.explore-list-item-mobile__title,
.moominvalley .focus.tooltip-inner,
.moominvalley .focus.explore-list-item-mobile__title {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(7,52,78,.25);
}

.btn.disabled,
.disabled.btn-campaign,
.characters .disabled.tooltip-inner,
.characters .disabled.explore-list-item-mobile__title,
.moominvalley .disabled.tooltip-inner,
.moominvalley .disabled.explore-list-item-mobile__title,
.btn:disabled,
.btn-campaign:disabled,
.characters .tooltip-inner:disabled,
.characters .explore-list-item-mobile__title:disabled,
.moominvalley .tooltip-inner:disabled,
.moominvalley .explore-list-item-mobile__title:disabled {
	opacity: .65;
}

a.btn.disabled,
a.disabled.btn-campaign,
.characters a.disabled.tooltip-inner,
.characters a.disabled.explore-list-item-mobile__title,
.moominvalley a.disabled.tooltip-inner,
.moominvalley a.disabled.explore-list-item-mobile__title,
fieldset:disabled a.btn,
fieldset:disabled a.btn-campaign,
fieldset:disabled .characters a.tooltip-inner,
.characters fieldset:disabled a.tooltip-inner,
fieldset:disabled .characters a.explore-list-item-mobile__title,
.characters fieldset:disabled a.explore-list-item-mobile__title,
fieldset:disabled .moominvalley a.tooltip-inner,
.moominvalley fieldset:disabled a.tooltip-inner,
fieldset:disabled .moominvalley a.explore-list-item-mobile__title,
.moominvalley fieldset:disabled a.explore-list-item-mobile__title {
	pointer-events: none;
}

.btn,
.btn-campaign,
.characters .tooltip-inner,
.characters .explore-list-item-mobile__title,
.moominvalley .tooltip-inner,
.moominvalley .explore-list-item-mobile__title {
	padding: 0 1em;
	display: inline-flex;
	align-items: center;
	position: relative;
	height: 32px;
	line-height: 32px;
	margin: 0 5px;
	border: none;
	text-decoration: none !important;
}

.btn:before,
.btn-campaign:before,
.characters .tooltip-inner:before,
.characters .explore-list-item-mobile__title:before,
.moominvalley .tooltip-inner:before,
.moominvalley .explore-list-item-mobile__title:before {
	width: 7px;
	height: 32px;
	display: inline-block;
	content: "";
	-webkit-mask: url("../images/common/btn_border_left.svg") no-repeat 0 0;
	mask: url("../images/common/btn_border_left.svg") no-repeat 0 0;
	-webkit-mask-size: 7px 32px;
	mask-size: 7px 32px;
	position: absolute;
	left: -4px;
	top: 0;
	background-color: inherit;
}

.btn:after,
.btn-campaign:after,
.characters .tooltip-inner:after,
.characters .explore-list-item-mobile__title:after,
.moominvalley .tooltip-inner:after,
.moominvalley .explore-list-item-mobile__title:after {
	width: 7px;
	height: 32px;
	display: inline-block;
	content: "";
	-webkit-mask: url("../images/common/btn_border_right.svg") no-repeat 0 0;
	mask: url("../images/common/btn_border_right.svg") no-repeat 0 0;
	-webkit-mask-size: 7px 32px;
	mask-size: 7px 32px;
	position: absolute;
	right: -4px;
	top: 0;
	background-color: inherit;
}

.btn-news,
.btn-themed,
.characters .tooltip-inner,
.characters .explore-list-item-mobile__title,
.moominvalley .tooltip-inner,
.moominvalley .explore-list-item-mobile__title,
.btn-campaign,
.theme-news .btn-themed {
	color: #fff;
	background-color: #2ab0e1;
	border-color: #2ab0e1;
}

.btn-news:hover,
.btn-themed:hover,
.characters .tooltip-inner:hover,
.characters .explore-list-item-mobile__title:hover,
.moominvalley .tooltip-inner:hover,
.moominvalley .explore-list-item-mobile__title:hover,
.btn-campaign:hover {
	color: #fff;
	background-color: #1c9ac9;
	border-color: #1b92bd;
}

.btn-news:focus,
.btn-themed:focus,
.characters .tooltip-inner:focus,
.characters .explore-list-item-mobile__title:focus,
.moominvalley .tooltip-inner:focus,
.moominvalley .explore-list-item-mobile__title:focus,
.btn-campaign:focus,
.btn-news.focus,
.focus.btn-themed,
.characters .focus.tooltip-inner,
.characters .focus.explore-list-item-mobile__title,
.moominvalley .focus.tooltip-inner,
.moominvalley .focus.explore-list-item-mobile__title,
.focus.btn-campaign {
	color: #fff;
	background-color: #1c9ac9;
	border-color: #1b92bd;
	box-shadow: 0 0 0 .2rem rgba(74,188,230,.5);
}

.btn-news.disabled,
.disabled.btn-themed,
.characters .disabled.tooltip-inner,
.characters .disabled.explore-list-item-mobile__title,
.moominvalley .disabled.tooltip-inner,
.moominvalley .disabled.explore-list-item-mobile__title,
.disabled.btn-campaign,
.btn-news:disabled,
.btn-themed:disabled,
.characters .tooltip-inner:disabled,
.characters .explore-list-item-mobile__title:disabled,
.moominvalley .tooltip-inner:disabled,
.moominvalley .explore-list-item-mobile__title:disabled,
.btn-campaign:disabled {
	color: #fff;
	background-color: #2ab0e1;
	border-color: #2ab0e1;
}

.btn-news:not(:disabled):not(.disabled):active,
.btn-themed:not(:disabled):not(.disabled):active,
.characters .tooltip-inner:not(:disabled):not(.disabled):active,
.characters .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.moominvalley .tooltip-inner:not(:disabled):not(.disabled):active,
.moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.btn-campaign:not(:disabled):not(.disabled):active,
.btn-news:not(:disabled):not(.disabled).active,
.btn-themed:not(:disabled):not(.disabled).active,
.characters .tooltip-inner:not(:disabled):not(.disabled).active,
.characters .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.moominvalley .tooltip-inner:not(:disabled):not(.disabled).active,
.moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.btn-campaign:not(:disabled):not(.disabled).active,
.show>.btn-news.dropdown-toggle,
.show>.dropdown-toggle.btn-themed,
.characters .show>.dropdown-toggle.tooltip-inner,
.characters .show>.dropdown-toggle.explore-list-item-mobile__title,
.moominvalley .show>.dropdown-toggle.tooltip-inner,
.moominvalley .show>.dropdown-toggle.explore-list-item-mobile__title,
.show>.dropdown-toggle.btn-campaign,
.theme-news .show>.dropdown-toggle.btn-themed,
.characters .theme-news .show>.dropdown-toggle.tooltip-inner,
.characters .theme-news .show>.dropdown-toggle.explore-list-item-mobile__title,
.moominvalley .theme-news .show>.dropdown-toggle.tooltip-inner,
.moominvalley .theme-news .show>.dropdown-toggle.explore-list-item-mobile__title {
	color: #fff;
	background-color: #1b92bd;
	border-color: #1989b2;
}

.btn-news:not(:disabled):not(.disabled):active:focus,
.btn-themed:not(:disabled):not(.disabled):active:focus,
.characters .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.characters .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.moominvalley .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.btn-campaign:not(:disabled):not(.disabled):active:focus,
.btn-news:not(:disabled):not(.disabled).active:focus,
.btn-themed:not(:disabled):not(.disabled).active:focus,
.characters .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.characters .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.moominvalley .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.btn-campaign:not(:disabled):not(.disabled).active:focus,
.show>.btn-news.dropdown-toggle:focus,
.show>.dropdown-toggle.btn-themed:focus,
.characters .show>.dropdown-toggle.tooltip-inner:focus,
.characters .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.moominvalley .show>.dropdown-toggle.tooltip-inner:focus,
.moominvalley .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.show>.dropdown-toggle.btn-campaign:focus,
.theme-news .show>.dropdown-toggle.btn-themed:focus,
.characters .theme-news .show>.dropdown-toggle.tooltip-inner:focus,
.characters .theme-news .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.moominvalley .theme-news .show>.dropdown-toggle.tooltip-inner:focus,
.moominvalley .theme-news .show>.dropdown-toggle.explore-list-item-mobile__title:focus {
	box-shadow: 0 0 0 .2rem rgba(74,188,230,.5);
}

.btn-news:hover,
.btn-themed:hover,
.characters .tooltip-inner:hover,
.characters .explore-list-item-mobile__title:hover,
.moominvalley .tooltip-inner:hover,
.moominvalley .explore-list-item-mobile__title:hover,
.btn-campaign:hover {
	background-color: #fff;
	color: #2ab0e1;
}

.btn:hover,
.btn-campaign:hover,
.characters .tooltip-inner:hover,
.characters .explore-list-item-mobile__title:hover,
.moominvalley .tooltip-inner:hover,
.moominvalley .explore-list-item-mobile__title:hover {
	color: #212529;
	text-decoration: none;
}

.btn:focus,
.btn-campaign:focus,
.characters .tooltip-inner:focus,
.characters .explore-list-item-mobile__title:focus,
.moominvalley .tooltip-inner:focus,
.moominvalley .explore-list-item-mobile__title:focus,
.btn.focus,
.focus.btn-campaign,
.characters .focus.tooltip-inner,
.characters .focus.explore-list-item-mobile__title,
.moominvalley .focus.tooltip-inner,
.moominvalley .focus.explore-list-item-mobile__title {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(7,52,78,.25);
}

.btn.disabled,
.disabled.btn-campaign,
.characters .disabled.tooltip-inner,
.characters .disabled.explore-list-item-mobile__title,
.moominvalley .disabled.tooltip-inner,
.moominvalley .disabled.explore-list-item-mobile__title,
.btn:disabled,
.btn-campaign:disabled,
.characters .tooltip-inner:disabled,
.characters .explore-list-item-mobile__title:disabled,
.moominvalley .tooltip-inner:disabled,
.moominvalley .explore-list-item-mobile__title:disabled {
	opacity: .65;
}

a.btn.disabled,
a.disabled.btn-campaign,
.characters a.disabled.tooltip-inner,
.characters a.disabled.explore-list-item-mobile__title,
.moominvalley a.disabled.tooltip-inner,
.moominvalley a.disabled.explore-list-item-mobile__title,
fieldset:disabled a.btn,
fieldset:disabled a.btn-campaign,
fieldset:disabled .characters a.tooltip-inner,
.characters fieldset:disabled a.tooltip-inner,
fieldset:disabled .characters a.explore-list-item-mobile__title,
.characters fieldset:disabled a.explore-list-item-mobile__title,
fieldset:disabled .moominvalley a.tooltip-inner,
.moominvalley fieldset:disabled a.tooltip-inner,
fieldset:disabled .moominvalley a.explore-list-item-mobile__title,
.moominvalley fieldset:disabled a.explore-list-item-mobile__title {
	pointer-events: none;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group>.btn,
.btn-group>.btn-campaign,
.characters .btn-group>.tooltip-inner,
.characters .btn-group>.explore-list-item-mobile__title,
.moominvalley .btn-group>.tooltip-inner,
.moominvalley .btn-group>.explore-list-item-mobile__title,
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-campaign,
.characters .btn-group-vertical>.tooltip-inner,
.characters .btn-group-vertical>.explore-list-item-mobile__title,
.moominvalley .btn-group-vertical>.tooltip-inner,
.moominvalley .btn-group-vertical>.explore-list-item-mobile__title {
	position: relative;
	flex: 1 1 auto;
}

.btn-group>.btn:hover,
.btn-group>.btn-campaign:hover,
.characters .btn-group>.tooltip-inner:hover,
.characters .btn-group>.explore-list-item-mobile__title:hover,
.moominvalley .btn-group>.tooltip-inner:hover,
.moominvalley .btn-group>.explore-list-item-mobile__title:hover,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn-campaign:hover,
.characters .btn-group-vertical>.tooltip-inner:hover,
.characters .btn-group-vertical>.explore-list-item-mobile__title:hover,
.moominvalley .btn-group-vertical>.tooltip-inner:hover,
.moominvalley .btn-group-vertical>.explore-list-item-mobile__title:hover {
	z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn-campaign:focus,
.characters .btn-group>.tooltip-inner:focus,
.characters .btn-group>.explore-list-item-mobile__title:focus,
.moominvalley .btn-group>.tooltip-inner:focus,
.moominvalley .btn-group>.explore-list-item-mobile__title:focus,
.btn-group>.btn:active,
.btn-group>.btn-campaign:active,
.characters .btn-group>.tooltip-inner:active,
.characters .btn-group>.explore-list-item-mobile__title:active,
.moominvalley .btn-group>.tooltip-inner:active,
.moominvalley .btn-group>.explore-list-item-mobile__title:active,
.btn-group>.btn.active,
.btn-group>.active.btn-campaign,
.characters .btn-group>.active.tooltip-inner,
.characters .btn-group>.active.explore-list-item-mobile__title,
.moominvalley .btn-group>.active.tooltip-inner,
.moominvalley .btn-group>.active.explore-list-item-mobile__title,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn-campaign:focus,
.characters .btn-group-vertical>.tooltip-inner:focus,
.characters .btn-group-vertical>.explore-list-item-mobile__title:focus,
.moominvalley .btn-group-vertical>.tooltip-inner:focus,
.moominvalley .btn-group-vertical>.explore-list-item-mobile__title:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn-campaign:active,
.characters .btn-group-vertical>.tooltip-inner:active,
.characters .btn-group-vertical>.explore-list-item-mobile__title:active,
.moominvalley .btn-group-vertical>.tooltip-inner:active,
.moominvalley .btn-group-vertical>.explore-list-item-mobile__title:active,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.active.btn-campaign,
.characters .btn-group-vertical>.active.tooltip-inner,
.characters .btn-group-vertical>.active.explore-list-item-mobile__title,
.moominvalley .btn-group-vertical>.active.tooltip-inner,
.moominvalley .btn-group-vertical>.active.explore-list-item-mobile__title {
	z-index: 1;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-campaign:not(:first-child),
.characters .btn-group>.tooltip-inner:not(:first-child),
.characters .btn-group>.explore-list-item-mobile__title:not(:first-child),
.moominvalley .btn-group>.tooltip-inner:not(:first-child),
.moominvalley .btn-group>.explore-list-item-mobile__title:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
	margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-campaign:not(:last-child):not(.dropdown-toggle),
.characters .btn-group>.tooltip-inner:not(:last-child):not(.dropdown-toggle),
.characters .btn-group>.explore-list-item-mobile__title:not(:last-child):not(.dropdown-toggle),
.moominvalley .btn-group>.tooltip-inner:not(:last-child):not(.dropdown-toggle),
.moominvalley .btn-group>.explore-list-item-mobile__title:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn-group:not(:last-child)>.btn-campaign,
.characters .btn-group>.btn-group:not(:last-child)>.tooltip-inner,
.characters .btn-group>.btn-group:not(:last-child)>.explore-list-item-mobile__title,
.moominvalley .btn-group>.btn-group:not(:last-child)>.tooltip-inner,
.moominvalley .btn-group>.btn-group:not(:last-child)>.explore-list-item-mobile__title {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-campaign:not(:first-child),
.characters .btn-group>.tooltip-inner:not(:first-child),
.characters .btn-group>.explore-list-item-mobile__title:not(:first-child),
.moominvalley .btn-group>.tooltip-inner:not(:first-child),
.moominvalley .btn-group>.explore-list-item-mobile__title:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn-group:not(:first-child)>.btn-campaign,
.characters .btn-group>.btn-group:not(:first-child)>.tooltip-inner,
.characters .btn-group>.btn-group:not(:first-child)>.explore-list-item-mobile__title,
.moominvalley .btn-group>.btn-group:not(:first-child)>.tooltip-inner,
.moominvalley .btn-group>.btn-group:not(:first-child)>.explore-list-item-mobile__title {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-group-sm>.btn-campaign+.dropdown-toggle-split,
.characters .btn-group-sm>.tooltip-inner+.dropdown-toggle-split,
.characters .btn-group-sm>.explore-list-item-mobile__title+.dropdown-toggle-split,
.moominvalley .btn-group-sm>.tooltip-inner+.dropdown-toggle-split,
.moominvalley .btn-group-sm>.explore-list-item-mobile__title+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-group-lg>.btn-campaign+.dropdown-toggle-split,
.characters .btn-group-lg>.tooltip-inner+.dropdown-toggle-split,
.characters .btn-group-lg>.explore-list-item-mobile__title+.dropdown-toggle-split,
.moominvalley .btn-group-lg>.tooltip-inner+.dropdown-toggle-split,
.moominvalley .btn-group-lg>.explore-list-item-mobile__title+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-campaign,
.characters .btn-group-vertical>.tooltip-inner,
.characters .btn-group-vertical>.explore-list-item-mobile__title,
.moominvalley .btn-group-vertical>.tooltip-inner,
.moominvalley .btn-group-vertical>.explore-list-item-mobile__title,
.btn-group-vertical>.btn-group {
	width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-campaign:not(:first-child),
.characters .btn-group-vertical>.tooltip-inner:not(:first-child),
.characters .btn-group-vertical>.explore-list-item-mobile__title:not(:first-child),
.moominvalley .btn-group-vertical>.tooltip-inner:not(:first-child),
.moominvalley .btn-group-vertical>.explore-list-item-mobile__title:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-campaign:not(:last-child):not(.dropdown-toggle),
.characters .btn-group-vertical>.tooltip-inner:not(:last-child):not(.dropdown-toggle),
.characters .btn-group-vertical>.explore-list-item-mobile__title:not(:last-child):not(.dropdown-toggle),
.moominvalley .btn-group-vertical>.tooltip-inner:not(:last-child):not(.dropdown-toggle),
.moominvalley .btn-group-vertical>.explore-list-item-mobile__title:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn-group:not(:last-child)>.btn-campaign,
.characters .btn-group-vertical>.btn-group:not(:last-child)>.tooltip-inner,
.characters .btn-group-vertical>.btn-group:not(:last-child)>.explore-list-item-mobile__title,
.moominvalley .btn-group-vertical>.btn-group:not(:last-child)>.tooltip-inner,
.moominvalley .btn-group-vertical>.btn-group:not(:last-child)>.explore-list-item-mobile__title {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-campaign:not(:first-child),
.characters .btn-group-vertical>.tooltip-inner:not(:first-child),
.characters .btn-group-vertical>.explore-list-item-mobile__title:not(:first-child),
.moominvalley .btn-group-vertical>.tooltip-inner:not(:first-child),
.moominvalley .btn-group-vertical>.explore-list-item-mobile__title:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn-campaign,
.characters .btn-group-vertical>.btn-group:not(:first-child)>.tooltip-inner,
.characters .btn-group-vertical>.btn-group:not(:first-child)>.explore-list-item-mobile__title,
.moominvalley .btn-group-vertical>.btn-group:not(:first-child)>.tooltip-inner,
.moominvalley .btn-group-vertical>.btn-group:not(:first-child)>.explore-list-item-mobile__title {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-campaign,
.characters .btn-group-toggle>.tooltip-inner,
.characters .btn-group-toggle>.explore-list-item-mobile__title,
.moominvalley .btn-group-toggle>.tooltip-inner,
.moominvalley .btn-group-toggle>.explore-list-item-mobile__title,
.btn-group-toggle>.btn-group>.btn,
.btn-group-toggle>.btn-group>.btn-campaign,
.characters .btn-group-toggle>.btn-group>.tooltip-inner,
.characters .btn-group-toggle>.btn-group>.explore-list-item-mobile__title,
.moominvalley .btn-group-toggle>.btn-group>.tooltip-inner,
.moominvalley .btn-group-toggle>.btn-group>.explore-list-item-mobile__title {
	margin-bottom: 0;
}

.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-campaign input[type=radio],
.characters .btn-group-toggle>.tooltip-inner input[type=radio],
.characters .btn-group-toggle>.explore-list-item-mobile__title input[type=radio],
.moominvalley .btn-group-toggle>.tooltip-inner input[type=radio],
.moominvalley .btn-group-toggle>.explore-list-item-mobile__title input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn-campaign input[type=checkbox],
.characters .btn-group-toggle>.tooltip-inner input[type=checkbox],
.characters .btn-group-toggle>.explore-list-item-mobile__title input[type=checkbox],
.moominvalley .btn-group-toggle>.tooltip-inner input[type=checkbox],
.moominvalley .btn-group-toggle>.explore-list-item-mobile__title input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn-campaign input[type=radio],
.characters .btn-group-toggle>.btn-group>.tooltip-inner input[type=radio],
.characters .btn-group-toggle>.btn-group>.explore-list-item-mobile__title input[type=radio],
.moominvalley .btn-group-toggle>.btn-group>.tooltip-inner input[type=radio],
.moominvalley .btn-group-toggle>.btn-group>.explore-list-item-mobile__title input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn-campaign input[type=checkbox],
.characters .btn-group-toggle>.btn-group>.tooltip-inner input[type=checkbox],
.characters .btn-group-toggle>.btn-group>.explore-list-item-mobile__title input[type=checkbox],
.moominvalley .btn-group-toggle>.btn-group>.tooltip-inner input[type=checkbox],
.moominvalley .btn-group-toggle>.btn-group>.explore-list-item-mobile__title input[type=checkbox] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.btn-primary {
	color: #fff;
	background-color: #07344e;
	border-color: #07344e;
}

.btn-primary:hover {
	color: #fff;
	background-color: #041d2b;
	border-color: #03151f;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #041d2b;
	border-color: #03151f;
	box-shadow: 0 0 0 .2rem rgba(44,82,105,.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #07344e;
	border-color: #07344e;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #03151f;
	border-color: #020d14;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(44,82,105,.5);
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
	box-shadow: 0 0 0 .2rem rgba(130,138,145,.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(130,138,145,.5);
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
	box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
	box-shadow: 0 0 0 .2rem rgba(222,170,12,.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222,170,12,.5);
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
	box-shadow: 0 0 0 .2rem rgba(225,83,97,.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(225,83,97,.5);
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
	box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
}

.btn-outline-primary {
	color: #07344e;
	border-color: #07344e;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #07344e;
	border-color: #07344e;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(7,52,78,.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #07344e;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #07344e;
	border-color: #07344e;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(7,52,78,.5);
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}

.btn-link {
	font-weight: 400;
	color: #07344e;
	text-decoration: none;
}

.btn-link:hover {
	color: #010508;
	text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: underline;
	box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
	color: #6c757d;
	pointer-events: none;
}

.btn-lg,
.btn-group-lg>.btn,
.btn-group-lg>.btn-campaign,
.characters .btn-group-lg>.tooltip-inner,
.characters .btn-group-lg>.explore-list-item-mobile__title,
.moominvalley .btn-group-lg>.tooltip-inner,
.moominvalley .btn-group-lg>.explore-list-item-mobile__title {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

.btn-sm,
.btn-group-sm>.btn,
.btn-group-sm>.btn-campaign,
.characters .btn-group-sm>.tooltip-inner,
.characters .btn-group-sm>.explore-list-item-mobile__title,
.moominvalley .btn-group-sm>.tooltip-inner,
.moominvalley .btn-group-sm>.explore-list-item-mobile__title {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: .5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
	width: 100%;
}

.fade {
	transition: opacity .15s linear;
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-news-white {
	color: #212529;
	background-color: #fff;
	border-color: #fff;
	color: #12334c;
}

.btn-news-white:hover {
	color: #212529;
	background-color: #ececec;
	border-color: #e6e6e6;
}

.btn-news-white:focus,
.btn-news-white.focus {
	color: #212529;
	background-color: #ececec;
	border-color: #e6e6e6;
	box-shadow: 0 0 0 .2rem rgba(222,222,223,.5);
}

.btn-news-white.disabled,
.btn-news-white:disabled {
	color: #212529;
	background-color: #fff;
	border-color: #fff;
}

.btn-news-white:not(:disabled):not(.disabled):active,
.btn-news-white:not(:disabled):not(.disabled).active,
.show>.btn-news-white.dropdown-toggle {
	color: #212529;
	background-color: #e6e6e6;
	border-color: #dfdfdf;
}

.btn-news-white:not(:disabled):not(.disabled):active:focus,
.btn-news-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-news-white.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222,222,223,.5);
}

.btn-explore,
.theme-explore .btn-themed,
.which-moomin-are-you main#content .btn-themed,
.theme-explore .characters .tooltip-inner,
.characters .theme-explore .tooltip-inner,
.which-moomin-are-you main#content .characters .tooltip-inner,
.characters .which-moomin-are-you main#content .tooltip-inner,
.theme-explore .characters .explore-list-item-mobile__title,
.characters .theme-explore .explore-list-item-mobile__title,
.which-moomin-are-you main#content .characters .explore-list-item-mobile__title,
.characters .which-moomin-are-you main#content .explore-list-item-mobile__title,
.theme-explore .moominvalley .tooltip-inner,
.moominvalley .theme-explore .tooltip-inner,
.which-moomin-are-you main#content .moominvalley .tooltip-inner,
.moominvalley .which-moomin-are-you main#content .tooltip-inner,
.theme-explore .moominvalley .explore-list-item-mobile__title,
.moominvalley .theme-explore .explore-list-item-mobile__title,
.which-moomin-are-you main#content .moominvalley .explore-list-item-mobile__title,
.moominvalley .which-moomin-are-you main#content .explore-list-item-mobile__title {
	color: #212529;
	background-color: #fff064;
	border-color: #fff064;
	color: #0c5156;
}

.btn-explore:hover,
.theme-explore .btn-themed:hover,
.which-moomin-are-you main#content .btn-themed:hover,
.theme-explore .characters .tooltip-inner:hover,
.characters .theme-explore .tooltip-inner:hover,
.which-moomin-are-you main#content .characters .tooltip-inner:hover,
.characters .which-moomin-are-you main#content .tooltip-inner:hover,
.theme-explore .characters .explore-list-item-mobile__title:hover,
.characters .theme-explore .explore-list-item-mobile__title:hover,
.which-moomin-are-you main#content .characters .explore-list-item-mobile__title:hover,
.characters .which-moomin-are-you main#content .explore-list-item-mobile__title:hover,
.theme-explore .moominvalley .tooltip-inner:hover,
.moominvalley .theme-explore .tooltip-inner:hover,
.which-moomin-are-you main#content .moominvalley .tooltip-inner:hover,
.moominvalley .which-moomin-are-you main#content .tooltip-inner:hover,
.theme-explore .moominvalley .explore-list-item-mobile__title:hover,
.moominvalley .theme-explore .explore-list-item-mobile__title:hover,
.which-moomin-are-you main#content .moominvalley .explore-list-item-mobile__title:hover,
.moominvalley .which-moomin-are-you main#content .explore-list-item-mobile__title:hover {
	color: #212529;
	background-color: #ffec3e;
	border-color: #ffeb31;
}

.btn-explore:focus,
.theme-explore .btn-themed:focus,
.which-moomin-are-you main#content .btn-themed:focus,
.theme-explore .characters .tooltip-inner:focus,
.characters .theme-explore .tooltip-inner:focus,
.which-moomin-are-you main#content .characters .tooltip-inner:focus,
.characters .which-moomin-are-you main#content .tooltip-inner:focus,
.theme-explore .characters .explore-list-item-mobile__title:focus,
.characters .theme-explore .explore-list-item-mobile__title:focus,
.which-moomin-are-you main#content .characters .explore-list-item-mobile__title:focus,
.characters .which-moomin-are-you main#content .explore-list-item-mobile__title:focus,
.theme-explore .moominvalley .tooltip-inner:focus,
.moominvalley .theme-explore .tooltip-inner:focus,
.which-moomin-are-you main#content .moominvalley .tooltip-inner:focus,
.moominvalley .which-moomin-are-you main#content .tooltip-inner:focus,
.theme-explore .moominvalley .explore-list-item-mobile__title:focus,
.moominvalley .theme-explore .explore-list-item-mobile__title:focus,
.which-moomin-are-you main#content .moominvalley .explore-list-item-mobile__title:focus,
.moominvalley .which-moomin-are-you main#content .explore-list-item-mobile__title:focus,
.btn-explore.focus,
.theme-explore .focus.btn-themed,
.which-moomin-are-you main#content .focus.btn-themed,
.theme-explore .characters .focus.tooltip-inner,
.characters .theme-explore .focus.tooltip-inner,
.which-moomin-are-you main#content .characters .focus.tooltip-inner,
.characters .which-moomin-are-you main#content .focus.tooltip-inner,
.theme-explore .characters .focus.explore-list-item-mobile__title,
.characters .theme-explore .focus.explore-list-item-mobile__title,
.which-moomin-are-you main#content .characters .focus.explore-list-item-mobile__title,
.characters .which-moomin-are-you main#content .focus.explore-list-item-mobile__title,
.theme-explore .moominvalley .focus.tooltip-inner,
.moominvalley .theme-explore .focus.tooltip-inner,
.which-moomin-are-you main#content .moominvalley .focus.tooltip-inner,
.moominvalley .which-moomin-are-you main#content .focus.tooltip-inner,
.theme-explore .moominvalley .focus.explore-list-item-mobile__title,
.moominvalley .theme-explore .focus.explore-list-item-mobile__title,
.which-moomin-are-you main#content .moominvalley .focus.explore-list-item-mobile__title,
.moominvalley .which-moomin-are-you main#content .focus.explore-list-item-mobile__title {
	color: #212529;
	background-color: #ffec3e;
	border-color: #ffeb31;
	box-shadow: 0 0 0 .2rem rgba(222,210,91,.5);
}

.btn-explore.disabled,
.theme-explore .disabled.btn-themed,
.which-moomin-are-you main#content .disabled.btn-themed,
.theme-explore .characters .disabled.tooltip-inner,
.characters .theme-explore .disabled.tooltip-inner,
.which-moomin-are-you main#content .characters .disabled.tooltip-inner,
.characters .which-moomin-are-you main#content .disabled.tooltip-inner,
.theme-explore .characters .disabled.explore-list-item-mobile__title,
.characters .theme-explore .disabled.explore-list-item-mobile__title,
.which-moomin-are-you main#content .characters .disabled.explore-list-item-mobile__title,
.characters .which-moomin-are-you main#content .disabled.explore-list-item-mobile__title,
.theme-explore .moominvalley .disabled.tooltip-inner,
.moominvalley .theme-explore .disabled.tooltip-inner,
.which-moomin-are-you main#content .moominvalley .disabled.tooltip-inner,
.moominvalley .which-moomin-are-you main#content .disabled.tooltip-inner,
.theme-explore .moominvalley .disabled.explore-list-item-mobile__title,
.moominvalley .theme-explore .disabled.explore-list-item-mobile__title,
.which-moomin-are-you main#content .moominvalley .disabled.explore-list-item-mobile__title,
.moominvalley .which-moomin-are-you main#content .disabled.explore-list-item-mobile__title,
.btn-explore:disabled,
.theme-explore .btn-themed:disabled,
.which-moomin-are-you main#content .btn-themed:disabled,
.theme-explore .characters .tooltip-inner:disabled,
.characters .theme-explore .tooltip-inner:disabled,
.which-moomin-are-you main#content .characters .tooltip-inner:disabled,
.characters .which-moomin-are-you main#content .tooltip-inner:disabled,
.theme-explore .characters .explore-list-item-mobile__title:disabled,
.characters .theme-explore .explore-list-item-mobile__title:disabled,
.which-moomin-are-you main#content .characters .explore-list-item-mobile__title:disabled,
.characters .which-moomin-are-you main#content .explore-list-item-mobile__title:disabled,
.theme-explore .moominvalley .tooltip-inner:disabled,
.moominvalley .theme-explore .tooltip-inner:disabled,
.which-moomin-are-you main#content .moominvalley .tooltip-inner:disabled,
.moominvalley .which-moomin-are-you main#content .tooltip-inner:disabled,
.theme-explore .moominvalley .explore-list-item-mobile__title:disabled,
.moominvalley .theme-explore .explore-list-item-mobile__title:disabled,
.which-moomin-are-you main#content .moominvalley .explore-list-item-mobile__title:disabled,
.moominvalley .which-moomin-are-you main#content .explore-list-item-mobile__title:disabled {
	color: #212529;
	background-color: #fff064;
	border-color: #fff064;
}

.btn-explore:not(:disabled):not(.disabled):active,
.theme-explore .btn-themed:not(:disabled):not(.disabled):active,
.which-moomin-are-you main#content .btn-themed:not(:disabled):not(.disabled):active,
.theme-explore .characters .tooltip-inner:not(:disabled):not(.disabled):active,
.characters .theme-explore .tooltip-inner:not(:disabled):not(.disabled):active,
.which-moomin-are-you main#content .characters .tooltip-inner:not(:disabled):not(.disabled):active,
.characters .which-moomin-are-you main#content .tooltip-inner:not(:disabled):not(.disabled):active,
.theme-explore .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.characters .theme-explore .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.which-moomin-are-you main#content .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.characters .which-moomin-are-you main#content .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.theme-explore .moominvalley .tooltip-inner:not(:disabled):not(.disabled):active,
.moominvalley .theme-explore .tooltip-inner:not(:disabled):not(.disabled):active,
.which-moomin-are-you main#content .moominvalley .tooltip-inner:not(:disabled):not(.disabled):active,
.moominvalley .which-moomin-are-you main#content .tooltip-inner:not(:disabled):not(.disabled):active,
.theme-explore .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.moominvalley .theme-explore .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.which-moomin-are-you main#content .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.moominvalley .which-moomin-are-you main#content .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.btn-explore:not(:disabled):not(.disabled).active,
.theme-explore .btn-themed:not(:disabled):not(.disabled).active,
.which-moomin-are-you main#content .btn-themed:not(:disabled):not(.disabled).active,
.theme-explore .characters .tooltip-inner:not(:disabled):not(.disabled).active,
.characters .theme-explore .tooltip-inner:not(:disabled):not(.disabled).active,
.which-moomin-are-you main#content .characters .tooltip-inner:not(:disabled):not(.disabled).active,
.characters .which-moomin-are-you main#content .tooltip-inner:not(:disabled):not(.disabled).active,
.theme-explore .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.characters .theme-explore .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.which-moomin-are-you main#content .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.characters .which-moomin-are-you main#content .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.theme-explore .moominvalley .tooltip-inner:not(:disabled):not(.disabled).active,
.moominvalley .theme-explore .tooltip-inner:not(:disabled):not(.disabled).active,
.which-moomin-are-you main#content .moominvalley .tooltip-inner:not(:disabled):not(.disabled).active,
.moominvalley .which-moomin-are-you main#content .tooltip-inner:not(:disabled):not(.disabled).active,
.theme-explore .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.moominvalley .theme-explore .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.which-moomin-are-you main#content .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.moominvalley .which-moomin-are-you main#content .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.show>.btn-explore.dropdown-toggle,
.theme-explore .show>.dropdown-toggle.btn-themed,
.which-moomin-are-you main#content .show>.dropdown-toggle.btn-themed,
.theme-explore .characters .show>.dropdown-toggle.tooltip-inner,
.characters .theme-explore .show>.dropdown-toggle.tooltip-inner,
.which-moomin-are-you main#content .characters .show>.dropdown-toggle.tooltip-inner,
.characters .which-moomin-are-you main#content .show>.dropdown-toggle.tooltip-inner,
.theme-explore .characters .show>.dropdown-toggle.explore-list-item-mobile__title,
.characters .theme-explore .show>.dropdown-toggle.explore-list-item-mobile__title,
.which-moomin-are-you main#content .characters .show>.dropdown-toggle.explore-list-item-mobile__title,
.characters .which-moomin-are-you main#content .show>.dropdown-toggle.explore-list-item-mobile__title,
.theme-explore .moominvalley .show>.dropdown-toggle.tooltip-inner,
.moominvalley .theme-explore .show>.dropdown-toggle.tooltip-inner,
.which-moomin-are-you main#content .moominvalley .show>.dropdown-toggle.tooltip-inner,
.moominvalley .which-moomin-are-you main#content .show>.dropdown-toggle.tooltip-inner,
.theme-explore .moominvalley .show>.dropdown-toggle.explore-list-item-mobile__title,
.moominvalley .theme-explore .show>.dropdown-toggle.explore-list-item-mobile__title,
.which-moomin-are-you main#content .moominvalley .show>.dropdown-toggle.explore-list-item-mobile__title,
.moominvalley .which-moomin-are-you main#content .show>.dropdown-toggle.explore-list-item-mobile__title {
	color: #212529;
	background-color: #ffeb31;
	border-color: #ffea24;
}

.btn-explore:not(:disabled):not(.disabled):active:focus,
.theme-explore .btn-themed:not(:disabled):not(.disabled):active:focus,
.which-moomin-are-you main#content .btn-themed:not(:disabled):not(.disabled):active:focus,
.theme-explore .characters .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.characters .theme-explore .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.which-moomin-are-you main#content .characters .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.characters .which-moomin-are-you main#content .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.theme-explore .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.characters .theme-explore .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.which-moomin-are-you main#content .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.characters .which-moomin-are-you main#content .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.theme-explore .moominvalley .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.moominvalley .theme-explore .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.which-moomin-are-you main#content .moominvalley .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.moominvalley .which-moomin-are-you main#content .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.theme-explore .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.moominvalley .theme-explore .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.which-moomin-are-you main#content .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.moominvalley .which-moomin-are-you main#content .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.btn-explore:not(:disabled):not(.disabled).active:focus,
.theme-explore .btn-themed:not(:disabled):not(.disabled).active:focus,
.which-moomin-are-you main#content .btn-themed:not(:disabled):not(.disabled).active:focus,
.theme-explore .characters .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.characters .theme-explore .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.which-moomin-are-you main#content .characters .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.characters .which-moomin-are-you main#content .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.theme-explore .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.characters .theme-explore .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.which-moomin-are-you main#content .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.characters .which-moomin-are-you main#content .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.theme-explore .moominvalley .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.moominvalley .theme-explore .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.which-moomin-are-you main#content .moominvalley .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.moominvalley .which-moomin-are-you main#content .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.theme-explore .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.moominvalley .theme-explore .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.which-moomin-are-you main#content .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.moominvalley .which-moomin-are-you main#content .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.show>.btn-explore.dropdown-toggle:focus,
.theme-explore .show>.dropdown-toggle.btn-themed:focus,
.which-moomin-are-you main#content .show>.dropdown-toggle.btn-themed:focus,
.theme-explore .characters .show>.dropdown-toggle.tooltip-inner:focus,
.characters .theme-explore .show>.dropdown-toggle.tooltip-inner:focus,
.which-moomin-are-you main#content .characters .show>.dropdown-toggle.tooltip-inner:focus,
.characters .which-moomin-are-you main#content .show>.dropdown-toggle.tooltip-inner:focus,
.theme-explore .characters .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.characters .theme-explore .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.which-moomin-are-you main#content .characters .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.characters .which-moomin-are-you main#content .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.theme-explore .moominvalley .show>.dropdown-toggle.tooltip-inner:focus,
.moominvalley .theme-explore .show>.dropdown-toggle.tooltip-inner:focus,
.which-moomin-are-you main#content .moominvalley .show>.dropdown-toggle.tooltip-inner:focus,
.moominvalley .which-moomin-are-you main#content .show>.dropdown-toggle.tooltip-inner:focus,
.theme-explore .moominvalley .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.moominvalley .theme-explore .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.which-moomin-are-you main#content .moominvalley .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.moominvalley .which-moomin-are-you main#content .show>.dropdown-toggle.explore-list-item-mobile__title:focus {
	box-shadow: 0 0 0 .2rem rgba(222,210,91,.5);
}

.btn-explore:hover,
.theme-explore .btn-themed:hover,
.which-moomin-are-you main#content .btn-themed:hover,
.theme-explore .characters .tooltip-inner:hover,
.characters .theme-explore .tooltip-inner:hover,
.which-moomin-are-you main#content .characters .tooltip-inner:hover,
.characters .which-moomin-are-you main#content .tooltip-inner:hover,
.theme-explore .characters .explore-list-item-mobile__title:hover,
.characters .theme-explore .explore-list-item-mobile__title:hover,
.which-moomin-are-you main#content .characters .explore-list-item-mobile__title:hover,
.characters .which-moomin-are-you main#content .explore-list-item-mobile__title:hover,
.theme-explore .moominvalley .tooltip-inner:hover,
.moominvalley .theme-explore .tooltip-inner:hover,
.which-moomin-are-you main#content .moominvalley .tooltip-inner:hover,
.moominvalley .which-moomin-are-you main#content .tooltip-inner:hover,
.theme-explore .moominvalley .explore-list-item-mobile__title:hover,
.moominvalley .theme-explore .explore-list-item-mobile__title:hover,
.which-moomin-are-you main#content .moominvalley .explore-list-item-mobile__title:hover,
.moominvalley .which-moomin-are-you main#content .explore-list-item-mobile__title:hover {
	background-color: #0c5156;
	color: #fff064;
}

.btn-about,
.theme-about .btn-themed,
.theme-about .characters .tooltip-inner,
.characters .theme-about .tooltip-inner,
.theme-about .characters .explore-list-item-mobile__title,
.characters .theme-about .explore-list-item-mobile__title,
.theme-about .moominvalley .tooltip-inner,
.moominvalley .theme-about .tooltip-inner,
.theme-about .moominvalley .explore-list-item-mobile__title,
.moominvalley .theme-about .explore-list-item-mobile__title {
	color: #212529;
	background-color: #fff064;
	border-color: #fff064;
	color: #073f1e;
}

.btn-about:hover,
.theme-about .btn-themed:hover,
.theme-about .characters .tooltip-inner:hover,
.characters .theme-about .tooltip-inner:hover,
.theme-about .characters .explore-list-item-mobile__title:hover,
.characters .theme-about .explore-list-item-mobile__title:hover,
.theme-about .moominvalley .tooltip-inner:hover,
.moominvalley .theme-about .tooltip-inner:hover,
.theme-about .moominvalley .explore-list-item-mobile__title:hover,
.moominvalley .theme-about .explore-list-item-mobile__title:hover {
	color: #212529;
	background-color: #ffec3e;
	border-color: #ffeb31;
}

.btn-about:focus,
.theme-about .btn-themed:focus,
.theme-about .characters .tooltip-inner:focus,
.characters .theme-about .tooltip-inner:focus,
.theme-about .characters .explore-list-item-mobile__title:focus,
.characters .theme-about .explore-list-item-mobile__title:focus,
.theme-about .moominvalley .tooltip-inner:focus,
.moominvalley .theme-about .tooltip-inner:focus,
.theme-about .moominvalley .explore-list-item-mobile__title:focus,
.moominvalley .theme-about .explore-list-item-mobile__title:focus,
.btn-about.focus,
.theme-about .focus.btn-themed,
.theme-about .characters .focus.tooltip-inner,
.characters .theme-about .focus.tooltip-inner,
.theme-about .characters .focus.explore-list-item-mobile__title,
.characters .theme-about .focus.explore-list-item-mobile__title,
.theme-about .moominvalley .focus.tooltip-inner,
.moominvalley .theme-about .focus.tooltip-inner,
.theme-about .moominvalley .focus.explore-list-item-mobile__title,
.moominvalley .theme-about .focus.explore-list-item-mobile__title {
	color: #212529;
	background-color: #ffec3e;
	border-color: #ffeb31;
	box-shadow: 0 0 0 .2rem rgba(222,210,91,.5);
}

.btn-about.disabled,
.theme-about .disabled.btn-themed,
.theme-about .characters .disabled.tooltip-inner,
.characters .theme-about .disabled.tooltip-inner,
.theme-about .characters .disabled.explore-list-item-mobile__title,
.characters .theme-about .disabled.explore-list-item-mobile__title,
.theme-about .moominvalley .disabled.tooltip-inner,
.moominvalley .theme-about .disabled.tooltip-inner,
.theme-about .moominvalley .disabled.explore-list-item-mobile__title,
.moominvalley .theme-about .disabled.explore-list-item-mobile__title,
.btn-about:disabled,
.theme-about .btn-themed:disabled,
.theme-about .characters .tooltip-inner:disabled,
.characters .theme-about .tooltip-inner:disabled,
.theme-about .characters .explore-list-item-mobile__title:disabled,
.characters .theme-about .explore-list-item-mobile__title:disabled,
.theme-about .moominvalley .tooltip-inner:disabled,
.moominvalley .theme-about .tooltip-inner:disabled,
.theme-about .moominvalley .explore-list-item-mobile__title:disabled,
.moominvalley .theme-about .explore-list-item-mobile__title:disabled {
	color: #212529;
	background-color: #fff064;
	border-color: #fff064;
}

.btn-about:not(:disabled):not(.disabled):active,
.theme-about .btn-themed:not(:disabled):not(.disabled):active,
.theme-about .characters .tooltip-inner:not(:disabled):not(.disabled):active,
.characters .theme-about .tooltip-inner:not(:disabled):not(.disabled):active,
.theme-about .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.characters .theme-about .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.theme-about .moominvalley .tooltip-inner:not(:disabled):not(.disabled):active,
.moominvalley .theme-about .tooltip-inner:not(:disabled):not(.disabled):active,
.theme-about .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.moominvalley .theme-about .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.btn-about:not(:disabled):not(.disabled).active,
.theme-about .btn-themed:not(:disabled):not(.disabled).active,
.theme-about .characters .tooltip-inner:not(:disabled):not(.disabled).active,
.characters .theme-about .tooltip-inner:not(:disabled):not(.disabled).active,
.theme-about .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.characters .theme-about .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.theme-about .moominvalley .tooltip-inner:not(:disabled):not(.disabled).active,
.moominvalley .theme-about .tooltip-inner:not(:disabled):not(.disabled).active,
.theme-about .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.moominvalley .theme-about .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.show>.btn-about.dropdown-toggle,
.theme-about .show>.dropdown-toggle.btn-themed,
.theme-about .characters .show>.dropdown-toggle.tooltip-inner,
.characters .theme-about .show>.dropdown-toggle.tooltip-inner,
.theme-about .characters .show>.dropdown-toggle.explore-list-item-mobile__title,
.characters .theme-about .show>.dropdown-toggle.explore-list-item-mobile__title,
.theme-about .moominvalley .show>.dropdown-toggle.tooltip-inner,
.moominvalley .theme-about .show>.dropdown-toggle.tooltip-inner,
.theme-about .moominvalley .show>.dropdown-toggle.explore-list-item-mobile__title,
.moominvalley .theme-about .show>.dropdown-toggle.explore-list-item-mobile__title {
	color: #212529;
	background-color: #ffeb31;
	border-color: #ffea24;
}

.btn-about:not(:disabled):not(.disabled):active:focus,
.theme-about .btn-themed:not(:disabled):not(.disabled):active:focus,
.theme-about .characters .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.characters .theme-about .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.theme-about .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.characters .theme-about .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.theme-about .moominvalley .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.moominvalley .theme-about .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.theme-about .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.moominvalley .theme-about .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.btn-about:not(:disabled):not(.disabled).active:focus,
.theme-about .btn-themed:not(:disabled):not(.disabled).active:focus,
.theme-about .characters .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.characters .theme-about .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.theme-about .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.characters .theme-about .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.theme-about .moominvalley .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.moominvalley .theme-about .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.theme-about .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.moominvalley .theme-about .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.show>.btn-about.dropdown-toggle:focus,
.theme-about .show>.dropdown-toggle.btn-themed:focus,
.theme-about .characters .show>.dropdown-toggle.tooltip-inner:focus,
.characters .theme-about .show>.dropdown-toggle.tooltip-inner:focus,
.theme-about .characters .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.characters .theme-about .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.theme-about .moominvalley .show>.dropdown-toggle.tooltip-inner:focus,
.moominvalley .theme-about .show>.dropdown-toggle.tooltip-inner:focus,
.theme-about .moominvalley .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.moominvalley .theme-about .show>.dropdown-toggle.explore-list-item-mobile__title:focus {
	box-shadow: 0 0 0 .2rem rgba(222,210,91,.5);
}

.btn-about:hover,
.theme-about .btn-themed:hover,
.theme-about .characters .tooltip-inner:hover,
.characters .theme-about .tooltip-inner:hover,
.theme-about .characters .explore-list-item-mobile__title:hover,
.characters .theme-about .explore-list-item-mobile__title:hover,
.theme-about .moominvalley .tooltip-inner:hover,
.moominvalley .theme-about .tooltip-inner:hover,
.theme-about .moominvalley .explore-list-item-mobile__title:hover,
.moominvalley .theme-about .explore-list-item-mobile__title:hover {
	background-color: #073f1e;
	color: #fff064;
}

.btn-shop,
.theme-shop .btn-themed,
.theme-shop .characters .tooltip-inner,
.characters .theme-shop .tooltip-inner,
.theme-shop .characters .explore-list-item-mobile__title,
.characters .theme-shop .explore-list-item-mobile__title,
.theme-shop .moominvalley .tooltip-inner,
.moominvalley .theme-shop .tooltip-inner,
.theme-shop .moominvalley .explore-list-item-mobile__title,
.moominvalley .theme-shop .explore-list-item-mobile__title {
	color: #212529;
	background-color: #ff9033;
	border-color: #ff9033;
	color: #fff064;
}

.btn-shop:hover,
.theme-shop .btn-themed:hover,
.theme-shop .characters .tooltip-inner:hover,
.characters .theme-shop .tooltip-inner:hover,
.theme-shop .characters .explore-list-item-mobile__title:hover,
.characters .theme-shop .explore-list-item-mobile__title:hover,
.theme-shop .moominvalley .tooltip-inner:hover,
.moominvalley .theme-shop .tooltip-inner:hover,
.theme-shop .moominvalley .explore-list-item-mobile__title:hover,
.moominvalley .theme-shop .explore-list-item-mobile__title:hover {
	color: #212529;
	background-color: #ff7b0d;
	border-color: #ff7400;
}

.btn-shop:focus,
.theme-shop .btn-themed:focus,
.theme-shop .characters .tooltip-inner:focus,
.characters .theme-shop .tooltip-inner:focus,
.theme-shop .characters .explore-list-item-mobile__title:focus,
.characters .theme-shop .explore-list-item-mobile__title:focus,
.theme-shop .moominvalley .tooltip-inner:focus,
.moominvalley .theme-shop .tooltip-inner:focus,
.theme-shop .moominvalley .explore-list-item-mobile__title:focus,
.moominvalley .theme-shop .explore-list-item-mobile__title:focus,
.btn-shop.focus,
.theme-shop .focus.btn-themed,
.theme-shop .characters .focus.tooltip-inner,
.characters .theme-shop .focus.tooltip-inner,
.theme-shop .characters .focus.explore-list-item-mobile__title,
.characters .theme-shop .focus.explore-list-item-mobile__title,
.theme-shop .moominvalley .focus.tooltip-inner,
.moominvalley .theme-shop .focus.tooltip-inner,
.theme-shop .moominvalley .focus.explore-list-item-mobile__title,
.moominvalley .theme-shop .focus.explore-list-item-mobile__title {
	color: #212529;
	background-color: #ff7b0d;
	border-color: #ff7400;
	box-shadow: 0 0 0 .2rem rgba(222,128,50,.5);
}

.btn-shop.disabled,
.theme-shop .disabled.btn-themed,
.theme-shop .characters .disabled.tooltip-inner,
.characters .theme-shop .disabled.tooltip-inner,
.theme-shop .characters .disabled.explore-list-item-mobile__title,
.characters .theme-shop .disabled.explore-list-item-mobile__title,
.theme-shop .moominvalley .disabled.tooltip-inner,
.moominvalley .theme-shop .disabled.tooltip-inner,
.theme-shop .moominvalley .disabled.explore-list-item-mobile__title,
.moominvalley .theme-shop .disabled.explore-list-item-mobile__title,
.btn-shop:disabled,
.theme-shop .btn-themed:disabled,
.theme-shop .characters .tooltip-inner:disabled,
.characters .theme-shop .tooltip-inner:disabled,
.theme-shop .characters .explore-list-item-mobile__title:disabled,
.characters .theme-shop .explore-list-item-mobile__title:disabled,
.theme-shop .moominvalley .tooltip-inner:disabled,
.moominvalley .theme-shop .tooltip-inner:disabled,
.theme-shop .moominvalley .explore-list-item-mobile__title:disabled,
.moominvalley .theme-shop .explore-list-item-mobile__title:disabled {
	color: #212529;
	background-color: #ff9033;
	border-color: #ff9033;
}

.btn-shop:not(:disabled):not(.disabled):active,
.theme-shop .btn-themed:not(:disabled):not(.disabled):active,
.theme-shop .characters .tooltip-inner:not(:disabled):not(.disabled):active,
.characters .theme-shop .tooltip-inner:not(:disabled):not(.disabled):active,
.theme-shop .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.characters .theme-shop .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.theme-shop .moominvalley .tooltip-inner:not(:disabled):not(.disabled):active,
.moominvalley .theme-shop .tooltip-inner:not(:disabled):not(.disabled):active,
.theme-shop .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.moominvalley .theme-shop .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.btn-shop:not(:disabled):not(.disabled).active,
.theme-shop .btn-themed:not(:disabled):not(.disabled).active,
.theme-shop .characters .tooltip-inner:not(:disabled):not(.disabled).active,
.characters .theme-shop .tooltip-inner:not(:disabled):not(.disabled).active,
.theme-shop .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.characters .theme-shop .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.theme-shop .moominvalley .tooltip-inner:not(:disabled):not(.disabled).active,
.moominvalley .theme-shop .tooltip-inner:not(:disabled):not(.disabled).active,
.theme-shop .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.moominvalley .theme-shop .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.show>.btn-shop.dropdown-toggle,
.theme-shop .show>.dropdown-toggle.btn-themed,
.theme-shop .characters .show>.dropdown-toggle.tooltip-inner,
.characters .theme-shop .show>.dropdown-toggle.tooltip-inner,
.theme-shop .characters .show>.dropdown-toggle.explore-list-item-mobile__title,
.characters .theme-shop .show>.dropdown-toggle.explore-list-item-mobile__title,
.theme-shop .moominvalley .show>.dropdown-toggle.tooltip-inner,
.moominvalley .theme-shop .show>.dropdown-toggle.tooltip-inner,
.theme-shop .moominvalley .show>.dropdown-toggle.explore-list-item-mobile__title,
.moominvalley .theme-shop .show>.dropdown-toggle.explore-list-item-mobile__title {
	color: #fff;
	background-color: #ff7400;
	border-color: #f26e00;
}

.btn-shop:not(:disabled):not(.disabled):active:focus,
.theme-shop .btn-themed:not(:disabled):not(.disabled):active:focus,
.theme-shop .characters .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.characters .theme-shop .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.theme-shop .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.characters .theme-shop .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.theme-shop .moominvalley .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.moominvalley .theme-shop .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.theme-shop .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.moominvalley .theme-shop .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.btn-shop:not(:disabled):not(.disabled).active:focus,
.theme-shop .btn-themed:not(:disabled):not(.disabled).active:focus,
.theme-shop .characters .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.characters .theme-shop .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.theme-shop .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.characters .theme-shop .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.theme-shop .moominvalley .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.moominvalley .theme-shop .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.theme-shop .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.moominvalley .theme-shop .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.show>.btn-shop.dropdown-toggle:focus,
.theme-shop .show>.dropdown-toggle.btn-themed:focus,
.theme-shop .characters .show>.dropdown-toggle.tooltip-inner:focus,
.characters .theme-shop .show>.dropdown-toggle.tooltip-inner:focus,
.theme-shop .characters .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.characters .theme-shop .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.theme-shop .moominvalley .show>.dropdown-toggle.tooltip-inner:focus,
.moominvalley .theme-shop .show>.dropdown-toggle.tooltip-inner:focus,
.theme-shop .moominvalley .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.moominvalley .theme-shop .show>.dropdown-toggle.explore-list-item-mobile__title:focus {
	box-shadow: 0 0 0 .2rem rgba(222,128,50,.5);
}

.btn-shop:hover,
.theme-shop .btn-themed:hover,
.theme-shop .characters .tooltip-inner:hover,
.characters .theme-shop .tooltip-inner:hover,
.theme-shop .characters .explore-list-item-mobile__title:hover,
.characters .theme-shop .explore-list-item-mobile__title:hover,
.theme-shop .moominvalley .tooltip-inner:hover,
.moominvalley .theme-shop .tooltip-inner:hover,
.theme-shop .moominvalley .explore-list-item-mobile__title:hover,
.moominvalley .theme-shop .explore-list-item-mobile__title:hover {
	background-color: #fff064;
	color: #ff9033;
}

.btn-oursea,
.theme-oursea .btn-themed,
.theme-oursea .characters .tooltip-inner,
.characters .theme-oursea .tooltip-inner,
.theme-oursea .characters .explore-list-item-mobile__title,
.characters .theme-oursea .explore-list-item-mobile__title,
.theme-oursea .moominvalley .tooltip-inner,
.moominvalley .theme-oursea .tooltip-inner,
.theme-oursea .moominvalley .explore-list-item-mobile__title,
.moominvalley .theme-oursea .explore-list-item-mobile__title {
	color: #212529;
	background-color: #ffeb63;
	border-color: #ffeb63;
	color: #0a6b96;
}

.btn-oursea:hover,
.theme-oursea .btn-themed:hover,
.theme-oursea .characters .tooltip-inner:hover,
.characters .theme-oursea .tooltip-inner:hover,
.theme-oursea .characters .explore-list-item-mobile__title:hover,
.characters .theme-oursea .explore-list-item-mobile__title:hover,
.theme-oursea .moominvalley .tooltip-inner:hover,
.moominvalley .theme-oursea .tooltip-inner:hover,
.theme-oursea .moominvalley .explore-list-item-mobile__title:hover,
.moominvalley .theme-oursea .explore-list-item-mobile__title:hover {
	color: #212529;
	background-color: #ffe63d;
	border-color: #ffe430;
}

.btn-oursea:focus,
.theme-oursea .btn-themed:focus,
.theme-oursea .characters .tooltip-inner:focus,
.characters .theme-oursea .tooltip-inner:focus,
.theme-oursea .characters .explore-list-item-mobile__title:focus,
.characters .theme-oursea .explore-list-item-mobile__title:focus,
.theme-oursea .moominvalley .tooltip-inner:focus,
.moominvalley .theme-oursea .tooltip-inner:focus,
.theme-oursea .moominvalley .explore-list-item-mobile__title:focus,
.moominvalley .theme-oursea .explore-list-item-mobile__title:focus,
.btn-oursea.focus,
.theme-oursea .focus.btn-themed,
.theme-oursea .characters .focus.tooltip-inner,
.characters .theme-oursea .focus.tooltip-inner,
.theme-oursea .characters .focus.explore-list-item-mobile__title,
.characters .theme-oursea .focus.explore-list-item-mobile__title,
.theme-oursea .moominvalley .focus.tooltip-inner,
.moominvalley .theme-oursea .focus.tooltip-inner,
.theme-oursea .moominvalley .focus.explore-list-item-mobile__title,
.moominvalley .theme-oursea .focus.explore-list-item-mobile__title {
	color: #212529;
	background-color: #ffe63d;
	border-color: #ffe430;
	box-shadow: 0 0 0 .2rem rgba(222,205,90,.5);
}

.btn-oursea.disabled,
.theme-oursea .disabled.btn-themed,
.theme-oursea .characters .disabled.tooltip-inner,
.characters .theme-oursea .disabled.tooltip-inner,
.theme-oursea .characters .disabled.explore-list-item-mobile__title,
.characters .theme-oursea .disabled.explore-list-item-mobile__title,
.theme-oursea .moominvalley .disabled.tooltip-inner,
.moominvalley .theme-oursea .disabled.tooltip-inner,
.theme-oursea .moominvalley .disabled.explore-list-item-mobile__title,
.moominvalley .theme-oursea .disabled.explore-list-item-mobile__title,
.btn-oursea:disabled,
.theme-oursea .btn-themed:disabled,
.theme-oursea .characters .tooltip-inner:disabled,
.characters .theme-oursea .tooltip-inner:disabled,
.theme-oursea .characters .explore-list-item-mobile__title:disabled,
.characters .theme-oursea .explore-list-item-mobile__title:disabled,
.theme-oursea .moominvalley .tooltip-inner:disabled,
.moominvalley .theme-oursea .tooltip-inner:disabled,
.theme-oursea .moominvalley .explore-list-item-mobile__title:disabled,
.moominvalley .theme-oursea .explore-list-item-mobile__title:disabled {
	color: #212529;
	background-color: #ffeb63;
	border-color: #ffeb63;
}

.btn-oursea:not(:disabled):not(.disabled):active,
.theme-oursea .btn-themed:not(:disabled):not(.disabled):active,
.theme-oursea .characters .tooltip-inner:not(:disabled):not(.disabled):active,
.characters .theme-oursea .tooltip-inner:not(:disabled):not(.disabled):active,
.theme-oursea .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.characters .theme-oursea .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.theme-oursea .moominvalley .tooltip-inner:not(:disabled):not(.disabled):active,
.moominvalley .theme-oursea .tooltip-inner:not(:disabled):not(.disabled):active,
.theme-oursea .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.moominvalley .theme-oursea .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.btn-oursea:not(:disabled):not(.disabled).active,
.theme-oursea .btn-themed:not(:disabled):not(.disabled).active,
.theme-oursea .characters .tooltip-inner:not(:disabled):not(.disabled).active,
.characters .theme-oursea .tooltip-inner:not(:disabled):not(.disabled).active,
.theme-oursea .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.characters .theme-oursea .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.theme-oursea .moominvalley .tooltip-inner:not(:disabled):not(.disabled).active,
.moominvalley .theme-oursea .tooltip-inner:not(:disabled):not(.disabled).active,
.theme-oursea .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.moominvalley .theme-oursea .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.show>.btn-oursea.dropdown-toggle,
.theme-oursea .show>.dropdown-toggle.btn-themed,
.theme-oursea .characters .show>.dropdown-toggle.tooltip-inner,
.characters .theme-oursea .show>.dropdown-toggle.tooltip-inner,
.theme-oursea .characters .show>.dropdown-toggle.explore-list-item-mobile__title,
.characters .theme-oursea .show>.dropdown-toggle.explore-list-item-mobile__title,
.theme-oursea .moominvalley .show>.dropdown-toggle.tooltip-inner,
.moominvalley .theme-oursea .show>.dropdown-toggle.tooltip-inner,
.theme-oursea .moominvalley .show>.dropdown-toggle.explore-list-item-mobile__title,
.moominvalley .theme-oursea .show>.dropdown-toggle.explore-list-item-mobile__title {
	color: #212529;
	background-color: #ffe430;
	border-color: #ffe323;
}

.btn-oursea:not(:disabled):not(.disabled):active:focus,
.theme-oursea .btn-themed:not(:disabled):not(.disabled):active:focus,
.theme-oursea .characters .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.characters .theme-oursea .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.theme-oursea .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.characters .theme-oursea .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.theme-oursea .moominvalley .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.moominvalley .theme-oursea .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.theme-oursea .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.moominvalley .theme-oursea .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.btn-oursea:not(:disabled):not(.disabled).active:focus,
.theme-oursea .btn-themed:not(:disabled):not(.disabled).active:focus,
.theme-oursea .characters .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.characters .theme-oursea .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.theme-oursea .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.characters .theme-oursea .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.theme-oursea .moominvalley .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.moominvalley .theme-oursea .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.theme-oursea .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.moominvalley .theme-oursea .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.show>.btn-oursea.dropdown-toggle:focus,
.theme-oursea .show>.dropdown-toggle.btn-themed:focus,
.theme-oursea .characters .show>.dropdown-toggle.tooltip-inner:focus,
.characters .theme-oursea .show>.dropdown-toggle.tooltip-inner:focus,
.theme-oursea .characters .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.characters .theme-oursea .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.theme-oursea .moominvalley .show>.dropdown-toggle.tooltip-inner:focus,
.moominvalley .theme-oursea .show>.dropdown-toggle.tooltip-inner:focus,
.theme-oursea .moominvalley .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.moominvalley .theme-oursea .show>.dropdown-toggle.explore-list-item-mobile__title:focus {
	box-shadow: 0 0 0 .2rem rgba(222,205,90,.5);
}

.btn-oursea:hover,
.theme-oursea .btn-themed:hover,
.theme-oursea .characters .tooltip-inner:hover,
.characters .theme-oursea .tooltip-inner:hover,
.theme-oursea .characters .explore-list-item-mobile__title:hover,
.characters .theme-oursea .explore-list-item-mobile__title:hover,
.theme-oursea .moominvalley .tooltip-inner:hover,
.moominvalley .theme-oursea .tooltip-inner:hover,
.theme-oursea .moominvalley .explore-list-item-mobile__title:hover,
.moominvalley .theme-oursea .explore-list-item-mobile__title:hover {
	background-color: #0a6b96;
	color: #ffeb63;
}

.btn-campaign {
	color: #fff !important;
}

.btn-tove,
.theme-tove .btn-themed,
.theme-tove .characters .tooltip-inner,
.characters .theme-tove .tooltip-inner,
.theme-tove .characters .explore-list-item-mobile__title,
.characters .theme-tove .explore-list-item-mobile__title,
.theme-tove .moominvalley .tooltip-inner,
.moominvalley .theme-tove .tooltip-inner,
.theme-tove .moominvalley .explore-list-item-mobile__title,
.moominvalley .theme-tove .explore-list-item-mobile__title {
	color: #212529;
	background-color: #fff064;
	border-color: #fff064;
	color: #da7483;
}

.btn-tove:hover,
.theme-tove .btn-themed:hover,
.theme-tove .characters .tooltip-inner:hover,
.characters .theme-tove .tooltip-inner:hover,
.theme-tove .characters .explore-list-item-mobile__title:hover,
.characters .theme-tove .explore-list-item-mobile__title:hover,
.theme-tove .moominvalley .tooltip-inner:hover,
.moominvalley .theme-tove .tooltip-inner:hover,
.theme-tove .moominvalley .explore-list-item-mobile__title:hover,
.moominvalley .theme-tove .explore-list-item-mobile__title:hover {
	color: #212529;
	background-color: #ffec3e;
	border-color: #ffeb31;
}

.btn-tove:focus,
.theme-tove .btn-themed:focus,
.theme-tove .characters .tooltip-inner:focus,
.characters .theme-tove .tooltip-inner:focus,
.theme-tove .characters .explore-list-item-mobile__title:focus,
.characters .theme-tove .explore-list-item-mobile__title:focus,
.theme-tove .moominvalley .tooltip-inner:focus,
.moominvalley .theme-tove .tooltip-inner:focus,
.theme-tove .moominvalley .explore-list-item-mobile__title:focus,
.moominvalley .theme-tove .explore-list-item-mobile__title:focus,
.btn-tove.focus,
.theme-tove .focus.btn-themed,
.theme-tove .characters .focus.tooltip-inner,
.characters .theme-tove .focus.tooltip-inner,
.theme-tove .characters .focus.explore-list-item-mobile__title,
.characters .theme-tove .focus.explore-list-item-mobile__title,
.theme-tove .moominvalley .focus.tooltip-inner,
.moominvalley .theme-tove .focus.tooltip-inner,
.theme-tove .moominvalley .focus.explore-list-item-mobile__title,
.moominvalley .theme-tove .focus.explore-list-item-mobile__title {
	color: #212529;
	background-color: #ffec3e;
	border-color: #ffeb31;
	box-shadow: 0 0 0 .2rem rgba(222,210,91,.5);
}

.btn-tove.disabled,
.theme-tove .disabled.btn-themed,
.theme-tove .characters .disabled.tooltip-inner,
.characters .theme-tove .disabled.tooltip-inner,
.theme-tove .characters .disabled.explore-list-item-mobile__title,
.characters .theme-tove .disabled.explore-list-item-mobile__title,
.theme-tove .moominvalley .disabled.tooltip-inner,
.moominvalley .theme-tove .disabled.tooltip-inner,
.theme-tove .moominvalley .disabled.explore-list-item-mobile__title,
.moominvalley .theme-tove .disabled.explore-list-item-mobile__title,
.btn-tove:disabled,
.theme-tove .btn-themed:disabled,
.theme-tove .characters .tooltip-inner:disabled,
.characters .theme-tove .tooltip-inner:disabled,
.theme-tove .characters .explore-list-item-mobile__title:disabled,
.characters .theme-tove .explore-list-item-mobile__title:disabled,
.theme-tove .moominvalley .tooltip-inner:disabled,
.moominvalley .theme-tove .tooltip-inner:disabled,
.theme-tove .moominvalley .explore-list-item-mobile__title:disabled,
.moominvalley .theme-tove .explore-list-item-mobile__title:disabled {
	color: #212529;
	background-color: #fff064;
	border-color: #fff064;
}

.btn-tove:not(:disabled):not(.disabled):active,
.theme-tove .btn-themed:not(:disabled):not(.disabled):active,
.theme-tove .characters .tooltip-inner:not(:disabled):not(.disabled):active,
.characters .theme-tove .tooltip-inner:not(:disabled):not(.disabled):active,
.theme-tove .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.characters .theme-tove .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.theme-tove .moominvalley .tooltip-inner:not(:disabled):not(.disabled):active,
.moominvalley .theme-tove .tooltip-inner:not(:disabled):not(.disabled):active,
.theme-tove .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.moominvalley .theme-tove .explore-list-item-mobile__title:not(:disabled):not(.disabled):active,
.btn-tove:not(:disabled):not(.disabled).active,
.theme-tove .btn-themed:not(:disabled):not(.disabled).active,
.theme-tove .characters .tooltip-inner:not(:disabled):not(.disabled).active,
.characters .theme-tove .tooltip-inner:not(:disabled):not(.disabled).active,
.theme-tove .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.characters .theme-tove .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.theme-tove .moominvalley .tooltip-inner:not(:disabled):not(.disabled).active,
.moominvalley .theme-tove .tooltip-inner:not(:disabled):not(.disabled).active,
.theme-tove .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.moominvalley .theme-tove .explore-list-item-mobile__title:not(:disabled):not(.disabled).active,
.show>.btn-tove.dropdown-toggle,
.theme-tove .show>.dropdown-toggle.btn-themed,
.theme-tove .characters .show>.dropdown-toggle.tooltip-inner,
.characters .theme-tove .show>.dropdown-toggle.tooltip-inner,
.theme-tove .characters .show>.dropdown-toggle.explore-list-item-mobile__title,
.characters .theme-tove .show>.dropdown-toggle.explore-list-item-mobile__title,
.theme-tove .moominvalley .show>.dropdown-toggle.tooltip-inner,
.moominvalley .theme-tove .show>.dropdown-toggle.tooltip-inner,
.theme-tove .moominvalley .show>.dropdown-toggle.explore-list-item-mobile__title,
.moominvalley .theme-tove .show>.dropdown-toggle.explore-list-item-mobile__title {
	color: #212529;
	background-color: #ffeb31;
	border-color: #ffea24;
}

.btn-tove:not(:disabled):not(.disabled):active:focus,
.theme-tove .btn-themed:not(:disabled):not(.disabled):active:focus,
.theme-tove .characters .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.characters .theme-tove .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.theme-tove .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.characters .theme-tove .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.theme-tove .moominvalley .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.moominvalley .theme-tove .tooltip-inner:not(:disabled):not(.disabled):active:focus,
.theme-tove .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.moominvalley .theme-tove .explore-list-item-mobile__title:not(:disabled):not(.disabled):active:focus,
.btn-tove:not(:disabled):not(.disabled).active:focus,
.theme-tove .btn-themed:not(:disabled):not(.disabled).active:focus,
.theme-tove .characters .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.characters .theme-tove .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.theme-tove .characters .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.characters .theme-tove .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.theme-tove .moominvalley .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.moominvalley .theme-tove .tooltip-inner:not(:disabled):not(.disabled).active:focus,
.theme-tove .moominvalley .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.moominvalley .theme-tove .explore-list-item-mobile__title:not(:disabled):not(.disabled).active:focus,
.show>.btn-tove.dropdown-toggle:focus,
.theme-tove .show>.dropdown-toggle.btn-themed:focus,
.theme-tove .characters .show>.dropdown-toggle.tooltip-inner:focus,
.characters .theme-tove .show>.dropdown-toggle.tooltip-inner:focus,
.theme-tove .characters .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.characters .theme-tove .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.theme-tove .moominvalley .show>.dropdown-toggle.tooltip-inner:focus,
.moominvalley .theme-tove .show>.dropdown-toggle.tooltip-inner:focus,
.theme-tove .moominvalley .show>.dropdown-toggle.explore-list-item-mobile__title:focus,
.moominvalley .theme-tove .show>.dropdown-toggle.explore-list-item-mobile__title:focus {
	box-shadow: 0 0 0 .2rem rgba(222,210,91,.5);
}

.btn-tove:hover,
.theme-tove .btn-themed:hover,
.theme-tove .characters .tooltip-inner:hover,
.characters .theme-tove .tooltip-inner:hover,
.theme-tove .characters .explore-list-item-mobile__title:hover,
.characters .theme-tove .explore-list-item-mobile__title:hover,
.theme-tove .moominvalley .tooltip-inner:hover,
.moominvalley .theme-tove .tooltip-inner:hover,
.theme-tove .moominvalley .explore-list-item-mobile__title:hover,
.moominvalley .theme-tove .explore-list-item-mobile__title:hover {
	background-color: #da7483;
	color: #fff064;
}

.btn-orange {
	background-color: #ff9033;
	border-color: #ff9033;
	color: #fff;
}

.btn-orange:hover {
	color: #212529;
	background-color: #ff7b0d;
	border-color: #ff7400;
}

.btn-orange:focus,
.btn-orange.focus {
	color: #212529;
	background-color: #ff7b0d;
	border-color: #ff7400;
	box-shadow: 0 0 0 .2rem rgba(222,128,50,.5);
}

.btn-orange.disabled,
.btn-orange:disabled {
	color: #212529;
	background-color: #ff9033;
	border-color: #ff9033;
}

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show>.btn-orange.dropdown-toggle {
	color: #fff;
	background-color: #ff7400;
	border-color: #f26e00;
}

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-orange.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222,128,50,.5);
}

.btn-orange:hover {
	color: #fff;
	background-color: #b24800;
	border-color: #b24800;
}

.btn-orange:hover:hover {
	color: #fff;
	background-color: #8c3900;
	border-color: #7f3300;
}

.btn-orange:hover:focus,
.btn-orange:hover.focus {
	color: #fff;
	background-color: #8c3900;
	border-color: #7f3300;
	box-shadow: 0 0 0 .2rem rgba(190,99,38,.5);
}

.btn-orange:hover.disabled,
.btn-orange:hover:disabled {
	color: #fff;
	background-color: #b24800;
	border-color: #b24800;
}

.btn-orange:hover:not(:disabled):not(.disabled):active,
.btn-orange:hover:not(:disabled):not(.disabled).active,
.show>.btn-orange:hover.dropdown-toggle {
	color: #fff;
	background-color: #7f3300;
	border-color: #722e00;
}

.btn-orange:hover:not(:disabled):not(.disabled):active:focus,
.btn-orange:hover:not(:disabled):not(.disabled).active:focus,
.show>.btn-orange:hover.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(190,99,38,.5);
}

.btn-sidebar-linklist {
	color: #2ab0e1;
	padding: 0;
	border-bottom: 1px solid #2ab0e1;
}

.btn-sidebar-linklist:before {
	content: "→";
}

.btn-sidebar-linklist:hover {
	text-decoration: none;
	color: #21537f;
	border-color: #21537f;
}

.fill-news-light {
	fill: #2ab0e1;
}

.fill-news-lighter,
.theme-news.theme-bg-darker .image-themed,
.theme-news.theme-bg-darker .image-themed svg {
	fill: #8ed7e8;
}

.fill-news-dark {
	fill: #0087cd;
}

.fill-news-darker,
.theme-news .image-themed,
.theme-news .image-themed svg {
	fill: #21537f;
}

.bg-news-light,
.theme-news.theme-bg-light {
	background-color: #2ab0e1;
}

.bg-news-lighter,
.theme-news.theme-bg-lighter,
.event-header .event-header__navigation {
	background-color: #8ed7e8;
}

.bg-news-dark,
.theme-news.theme-bg-dark {
	background-color: #0087cd;
}

.bg-news-darker,
.theme-news.theme-bg-darker,
.event-header .event-header__status {
	background-color: #21537f;
}

.color-news-lighter,
.theme-news.theme-bg-darker,
.theme-news.theme-bg-darker.rte,
.rns .rns-plugin .rns-header .theme-news.theme-bg-darker.rns-sub-header,
.theme-news.theme-bg-darker .text-themed,
.theme-news.theme-bg-darker .text-themed p {
	color: #8ed7e8;
}

.color-news-light {
	color: #2ab0e1;
}

.color-news-dark,
.theme-news a:hover {
	color: #0087cd;
}

.color-news-darker,
.theme-news .text-themed,
.theme-news .text-themed p,
.theme-news a,
.theme-news .title-themed,
.theme-news .tablepress tfoot th,
.tablepress tfoot .theme-news th,
.theme-news .tablepress thead th,
.tablepress thead .theme-news th,
.theme-news.rte,
.rns .rns-plugin .rns-header .theme-news.rns-sub-header,
.theme-news.theme-bg-white.rte,
.theme-news.theme-bg-white.rte h1,
.rns .rns-plugin .rns-header .theme-news.theme-bg-white.rns-sub-header h1,
.theme-news.theme-bg-white.rte .h1,
.rns .rns-plugin .rns-header .theme-news.theme-bg-white.rns-sub-header .h1,
.theme-news.theme-bg-white.rte h2,
.rns .rns-plugin .rns-header .theme-news.theme-bg-white.rns-sub-header h2,
.theme-news.theme-bg-white.rte .h2,
.rns .rns-plugin .rns-header .theme-news.theme-bg-white.rns-sub-header .h2,
.theme-news.theme-bg-white.rte h3,
.rns .rns-plugin .rns-header .theme-news.theme-bg-white.rns-sub-header h3,
.theme-news.theme-bg-white.rte .h3,
.rns .rns-plugin .rns-header .theme-news.theme-bg-white.rns-sub-header .h3,
.theme-news.theme-bg-white.rte h4,
.rns .rns-plugin .rns-header .theme-news.theme-bg-white.rns-sub-header h4,
.theme-news.theme-bg-white.rte .h4,
.rns .rns-plugin .rns-header .theme-news.theme-bg-white.rns-sub-header .h4,
.theme-news.theme-bg-white.rte h5,
.rns .rns-plugin .rns-header .theme-news.theme-bg-white.rns-sub-header h5,
.theme-news.theme-bg-white.rte .h5,
.rns .rns-plugin .rns-header .theme-news.theme-bg-white.rns-sub-header .h5,
.theme-news.theme-bg-white.rte h6,
.rns .rns-plugin .rns-header .theme-news.theme-bg-white.rns-sub-header h6,
.theme-news.theme-bg-white.rte .h6,
.rns .rns-plugin .rns-header .theme-news.theme-bg-white.rns-sub-header .h6,
.theme-news.theme-bg-white .title-themed,
.theme-news.theme-bg-white .tablepress tfoot th,
.tablepress tfoot .theme-news.theme-bg-white th,
.theme-news.theme-bg-white .tablepress thead th,
.tablepress thead .theme-news.theme-bg-white th {
	color: #21537f;
}

.fill-about-light {
	fill: #6ecc94;
}

.fill-about-lighter,
.theme-about.theme-bg-darker .image-themed,
.theme-about.theme-bg-darker .image-themed svg {
	fill: #95e8b7;
}

.fill-about-dark {
	fill: #52ab80;
}

.fill-about-darker,
.theme-about .image-themed,
.theme-about .image-themed svg {
	fill: #073f1e;
}

.bg-about-light,
.theme-about.theme-bg-light {
	background-color: #6ecc94;
}

.bg-about-lighter,
.theme-about,
.theme-about.theme-bg-lighter {
	background-color: #95e8b7;
}

.bg-about-dark,
.theme-about.theme-bg-dark {
	background-color: #52ab80;
}

.bg-about-darker,
.theme-about.theme-bg-darker,
.body-about .moomin-nav .navbar {
	background-color: #073f1e;
}

.color-about-lighter,
.theme-about.theme-bg-darker,
.theme-about.theme-bg-darker.rte,
.rns .rns-plugin .rns-header .theme-about.theme-bg-darker.rns-sub-header,
.theme-about.theme-bg-darker .text-themed,
.theme-about.theme-bg-darker .text-themed p {
	color: #95e8b7;
}

.color-about-light {
	color: #6ecc94;
}

.color-about-dark,
.theme-about a:hover {
	color: #52ab80;
}

.color-about-darker,
.theme-about .text-themed,
.theme-about .text-themed p,
.theme-about a,
.theme-about.rte,
.rns .rns-plugin .rns-header .theme-about.rns-sub-header,
.theme-about.theme-bg-white.rte,
.theme-about.theme-bg-white.rte h1,
.rns .rns-plugin .rns-header .theme-about.theme-bg-white.rns-sub-header h1,
.theme-about.theme-bg-white.rte .h1,
.rns .rns-plugin .rns-header .theme-about.theme-bg-white.rns-sub-header .h1,
.theme-about.theme-bg-white.rte h2,
.rns .rns-plugin .rns-header .theme-about.theme-bg-white.rns-sub-header h2,
.theme-about.theme-bg-white.rte .h2,
.rns .rns-plugin .rns-header .theme-about.theme-bg-white.rns-sub-header .h2,
.theme-about.theme-bg-white.rte h3,
.rns .rns-plugin .rns-header .theme-about.theme-bg-white.rns-sub-header h3,
.theme-about.theme-bg-white.rte .h3,
.rns .rns-plugin .rns-header .theme-about.theme-bg-white.rns-sub-header .h3,
.theme-about.theme-bg-white.rte h4,
.rns .rns-plugin .rns-header .theme-about.theme-bg-white.rns-sub-header h4,
.theme-about.theme-bg-white.rte .h4,
.rns .rns-plugin .rns-header .theme-about.theme-bg-white.rns-sub-header .h4,
.theme-about.theme-bg-white.rte h5,
.rns .rns-plugin .rns-header .theme-about.theme-bg-white.rns-sub-header h5,
.theme-about.theme-bg-white.rte .h5,
.rns .rns-plugin .rns-header .theme-about.theme-bg-white.rns-sub-header .h5,
.theme-about.theme-bg-white.rte h6,
.rns .rns-plugin .rns-header .theme-about.theme-bg-white.rns-sub-header h6,
.theme-about.theme-bg-white.rte .h6,
.rns .rns-plugin .rns-header .theme-about.theme-bg-white.rns-sub-header .h6,
.theme-about.theme-bg-white .title-themed,
.theme-about.theme-bg-white .tablepress tfoot th,
.tablepress tfoot .theme-about.theme-bg-white th,
.theme-about.theme-bg-white .tablepress thead th,
.tablepress thead .theme-about.theme-bg-white th {
	color: #073f1e;
}

.fill-explore-light {
	fill: #6ec7cc;
}

.fill-explore-lighter,
.theme-explore.theme-bg-darker .image-themed,
.which-moomin-are-you main.theme-bg-darker#content .image-themed,
.theme-explore.theme-bg-darker .image-themed svg,
.which-moomin-are-you main.theme-bg-darker#content .image-themed svg {
	fill: #95e4e8;
}

.fill-explore-dark {
	fill: #47a0aa;
}

.fill-explore-darker,
.theme-explore .image-themed,
.which-moomin-are-you main#content .image-themed,
.theme-explore .image-themed svg,
.which-moomin-are-you main#content .image-themed svg {
	fill: #0c5156;
}

.bg-explore-light,
.theme-explore.theme-bg-light,
.which-moomin-are-you main.theme-bg-light#content {
	background-color: #6ec7cc;
}

.bg-explore-lighter,
.theme-explore,
.which-moomin-are-you main#content,
.theme-explore.theme-bg-lighter {
	background-color: #95e4e8;
}

.bg-explore-dark,
.theme-explore.theme-bg-dark,
.which-moomin-are-you main.theme-bg-dark#content,
.character-post.character-post--even {
	background-color: #47a0aa;
}

.bg-explore-darker,
.theme-explore.theme-bg-darker,
.which-moomin-are-you main.theme-bg-darker#content {
	background-color: #0c5156;
}

.color-explore-lighter,
.theme-explore.theme-bg-darker,
.which-moomin-are-you main.theme-bg-darker#content,
.theme-explore.theme-bg-darker.rte,
.rns .rns-plugin .rns-header .theme-explore.theme-bg-darker.rns-sub-header,
.theme-explore.theme-bg-darker .text-themed,
.which-moomin-are-you main.theme-bg-darker#content .text-themed,
.theme-explore.theme-bg-darker .text-themed p,
.which-moomin-are-you main.theme-bg-darker#content .text-themed p {
	color: #95e4e8;
}

.color-explore-light {
	color: #6ec7cc;
}

.color-explore-dark,
.theme-explore a:hover,
.which-moomin-are-you main#content a:hover {
	color: #47a0aa;
}

.color-explore-darker,
.theme-explore .text-themed,
.which-moomin-are-you main#content .text-themed,
.theme-explore .text-themed p,
.which-moomin-are-you main#content .text-themed p,
.theme-explore a,
.which-moomin-are-you main#content a,
.theme-explore.rte,
.which-moomin-are-you main.rte#content,
.which-moomin-are-you .rns .rns-plugin .rns-header main#content.rns-sub-header,
.rns .rns-plugin .rns-header .which-moomin-are-you main#content.rns-sub-header,
.rns .rns-plugin .rns-header .theme-explore.rns-sub-header,
.theme-explore.theme-bg-white.rte,
.theme-explore.theme-bg-white.rte h1,
.which-moomin-are-you main.theme-bg-white.rte#content h1,
.which-moomin-are-you .rns .rns-plugin .rns-header main.theme-bg-white#content.rns-sub-header h1,
.rns .rns-plugin .rns-header .which-moomin-are-you main.theme-bg-white#content.rns-sub-header h1,
.rns .rns-plugin .rns-header .theme-explore.theme-bg-white.rns-sub-header h1,
.theme-explore.theme-bg-white.rte .h1,
.which-moomin-are-you main.theme-bg-white.rte#content .h1,
.which-moomin-are-you .rns .rns-plugin .rns-header main.theme-bg-white#content.rns-sub-header .h1,
.rns .rns-plugin .rns-header .which-moomin-are-you main.theme-bg-white#content.rns-sub-header .h1,
.rns .rns-plugin .rns-header .theme-explore.theme-bg-white.rns-sub-header .h1,
.theme-explore.theme-bg-white.rte h2,
.which-moomin-are-you main.theme-bg-white.rte#content h2,
.which-moomin-are-you .rns .rns-plugin .rns-header main.theme-bg-white#content.rns-sub-header h2,
.rns .rns-plugin .rns-header .which-moomin-are-you main.theme-bg-white#content.rns-sub-header h2,
.rns .rns-plugin .rns-header .theme-explore.theme-bg-white.rns-sub-header h2,
.theme-explore.theme-bg-white.rte .h2,
.which-moomin-are-you main.theme-bg-white.rte#content .h2,
.which-moomin-are-you .rns .rns-plugin .rns-header main.theme-bg-white#content.rns-sub-header .h2,
.rns .rns-plugin .rns-header .which-moomin-are-you main.theme-bg-white#content.rns-sub-header .h2,
.rns .rns-plugin .rns-header .theme-explore.theme-bg-white.rns-sub-header .h2,
.theme-explore.theme-bg-white.rte h3,
.which-moomin-are-you main.theme-bg-white.rte#content h3,
.which-moomin-are-you .rns .rns-plugin .rns-header main.theme-bg-white#content.rns-sub-header h3,
.rns .rns-plugin .rns-header .which-moomin-are-you main.theme-bg-white#content.rns-sub-header h3,
.rns .rns-plugin .rns-header .theme-explore.theme-bg-white.rns-sub-header h3,
.theme-explore.theme-bg-white.rte .h3,
.which-moomin-are-you main.theme-bg-white.rte#content .h3,
.which-moomin-are-you .rns .rns-plugin .rns-header main.theme-bg-white#content.rns-sub-header .h3,
.rns .rns-plugin .rns-header .which-moomin-are-you main.theme-bg-white#content.rns-sub-header .h3,
.rns .rns-plugin .rns-header .theme-explore.theme-bg-white.rns-sub-header .h3,
.theme-explore.theme-bg-white.rte h4,
.which-moomin-are-you main.theme-bg-white.rte#content h4,
.which-moomin-are-you .rns .rns-plugin .rns-header main.theme-bg-white#content.rns-sub-header h4,
.rns .rns-plugin .rns-header .which-moomin-are-you main.theme-bg-white#content.rns-sub-header h4,
.rns .rns-plugin .rns-header .theme-explore.theme-bg-white.rns-sub-header h4,
.theme-explore.theme-bg-white.rte .h4,
.which-moomin-are-you main.theme-bg-white.rte#content .h4,
.which-moomin-are-you .rns .rns-plugin .rns-header main.theme-bg-white#content.rns-sub-header .h4,
.rns .rns-plugin .rns-header .which-moomin-are-you main.theme-bg-white#content.rns-sub-header .h4,
.rns .rns-plugin .rns-header .theme-explore.theme-bg-white.rns-sub-header .h4,
.theme-explore.theme-bg-white.rte h5,
.which-moomin-are-you main.theme-bg-white.rte#content h5,
.which-moomin-are-you .rns .rns-plugin .rns-header main.theme-bg-white#content.rns-sub-header h5,
.rns .rns-plugin .rns-header .which-moomin-are-you main.theme-bg-white#content.rns-sub-header h5,
.rns .rns-plugin .rns-header .theme-explore.theme-bg-white.rns-sub-header h5,
.theme-explore.theme-bg-white.rte .h5,
.which-moomin-are-you main.theme-bg-white.rte#content .h5,
.which-moomin-are-you .rns .rns-plugin .rns-header main.theme-bg-white#content.rns-sub-header .h5,
.rns .rns-plugin .rns-header .which-moomin-are-you main.theme-bg-white#content.rns-sub-header .h5,
.rns .rns-plugin .rns-header .theme-explore.theme-bg-white.rns-sub-header .h5,
.theme-explore.theme-bg-white.rte h6,
.which-moomin-are-you main.theme-bg-white.rte#content h6,
.which-moomin-are-you .rns .rns-plugin .rns-header main.theme-bg-white#content.rns-sub-header h6,
.rns .rns-plugin .rns-header .which-moomin-are-you main.theme-bg-white#content.rns-sub-header h6,
.rns .rns-plugin .rns-header .theme-explore.theme-bg-white.rns-sub-header h6,
.theme-explore.theme-bg-white.rte .h6,
.which-moomin-are-you main.theme-bg-white.rte#content .h6,
.which-moomin-are-you .rns .rns-plugin .rns-header main.theme-bg-white#content.rns-sub-header .h6,
.rns .rns-plugin .rns-header .which-moomin-are-you main.theme-bg-white#content.rns-sub-header .h6,
.rns .rns-plugin .rns-header .theme-explore.theme-bg-white.rns-sub-header .h6,
.theme-explore.theme-bg-white .title-themed,
.which-moomin-are-you main.theme-bg-white#content .title-themed,
.theme-explore.theme-bg-white .tablepress tfoot th,
.tablepress tfoot .theme-explore.theme-bg-white th,
.which-moomin-are-you main.theme-bg-white#content .tablepress tfoot th,
.tablepress tfoot .which-moomin-are-you main.theme-bg-white#content th,
.theme-explore.theme-bg-white .tablepress thead th,
.tablepress thead .theme-explore.theme-bg-white th,
.which-moomin-are-you main.theme-bg-white#content .tablepress thead th,
.tablepress thead .which-moomin-are-you main.theme-bg-white#content th,
.theme-tove .title-themed.text-highlight,
.theme-tove .tablepress tfoot th.text-highlight,
.tablepress tfoot .theme-tove th.text-highlight,
.theme-tove .tablepress thead th.text-highlight,
.tablepress thead .theme-tove th.text-highlight {
	color: #0c5156;
}

.fill-shop-light {
	fill: #fcca00;
}

.fill-shop-lighter,
.theme-shop.theme-bg-darker .image-themed,
.theme-shop.theme-bg-darker .image-themed svg {
	fill: #fff064;
}

.fill-shop-dark {
	fill: #ff9033;
}

.fill-shop-darker,
.theme-shop .image-themed,
.theme-shop .image-themed svg {
	fill: #b24800;
}

.bg-shop-light,
.theme-shop.theme-bg-light {
	background-color: #fcca00;
}

.bg-shop-lighter,
.theme-shop,
.theme-shop.theme-bg-lighter {
	background-color: #fff064;
}

.bg-shop-dark,
.theme-shop.theme-bg-dark {
	background-color: #ff9033;
}

.bg-shop-darker,
.theme-shop.theme-bg-darker {
	background-color: #b24800;
}

.color-shop-lighter,
.theme-shop.theme-bg-dark .title-themed,
.theme-shop.theme-bg-dark .tablepress tfoot th,
.tablepress tfoot .theme-shop.theme-bg-dark th,
.theme-shop.theme-bg-dark .tablepress thead th,
.tablepress thead .theme-shop.theme-bg-dark th,
.theme-shop.theme-bg-darker,
.theme-shop.theme-bg-darker.rte,
.rns .rns-plugin .rns-header .theme-shop.theme-bg-darker.rns-sub-header,
.theme-shop.theme-bg-darker .text-themed,
.theme-shop.theme-bg-darker .text-themed p {
	color: #fff064;
}

.color-shop-light {
	color: #fcca00;
}

.color-shop-dark,
.theme-shop a:hover,
.theme-shop .title-themed,
.theme-shop .tablepress tfoot th,
.tablepress tfoot .theme-shop th,
.theme-shop .tablepress thead th,
.tablepress thead .theme-shop th {
	color: #ff9033;
}

.color-shop-darker,
.theme-shop .text-themed,
.theme-shop .text-themed p,
.theme-shop a,
.theme-shop.rte,
.rns .rns-plugin .rns-header .theme-shop.rns-sub-header,
.theme-shop.theme-bg-white.rte,
.theme-shop.theme-bg-white.rte h1,
.rns .rns-plugin .rns-header .theme-shop.theme-bg-white.rns-sub-header h1,
.theme-shop.theme-bg-white.rte .h1,
.rns .rns-plugin .rns-header .theme-shop.theme-bg-white.rns-sub-header .h1,
.theme-shop.theme-bg-white.rte h2,
.rns .rns-plugin .rns-header .theme-shop.theme-bg-white.rns-sub-header h2,
.theme-shop.theme-bg-white.rte .h2,
.rns .rns-plugin .rns-header .theme-shop.theme-bg-white.rns-sub-header .h2,
.theme-shop.theme-bg-white.rte h3,
.rns .rns-plugin .rns-header .theme-shop.theme-bg-white.rns-sub-header h3,
.theme-shop.theme-bg-white.rte .h3,
.rns .rns-plugin .rns-header .theme-shop.theme-bg-white.rns-sub-header .h3,
.theme-shop.theme-bg-white.rte h4,
.rns .rns-plugin .rns-header .theme-shop.theme-bg-white.rns-sub-header h4,
.theme-shop.theme-bg-white.rte .h4,
.rns .rns-plugin .rns-header .theme-shop.theme-bg-white.rns-sub-header .h4,
.theme-shop.theme-bg-white.rte h5,
.rns .rns-plugin .rns-header .theme-shop.theme-bg-white.rns-sub-header h5,
.theme-shop.theme-bg-white.rte .h5,
.rns .rns-plugin .rns-header .theme-shop.theme-bg-white.rns-sub-header .h5,
.theme-shop.theme-bg-white.rte h6,
.rns .rns-plugin .rns-header .theme-shop.theme-bg-white.rns-sub-header h6,
.theme-shop.theme-bg-white.rte .h6,
.rns .rns-plugin .rns-header .theme-shop.theme-bg-white.rns-sub-header .h6,
.theme-shop.theme-bg-white .title-themed,
.theme-shop.theme-bg-white .tablepress tfoot th,
.tablepress tfoot .theme-shop.theme-bg-white th,
.theme-shop.theme-bg-white .tablepress thead th,
.tablepress thead .theme-shop.theme-bg-white th {
	color: #b24800;
}

.fill-tove-light {
	fill: #f9bbca;
}

.fill-tove-lighter,
.theme-tove.theme-bg-darker .image-themed,
.theme-tove.theme-bg-darker .image-themed svg {
	fill: #ffd2dc;
}

.fill-tove-dark {
	fill: #da7483;
}

.fill-tove-darker,
.theme-tove .image-themed,
.theme-tove .image-themed svg {
	fill: #aa5364;
}

.bg-tove-light {
	background-color: #f9bbca;
}

.bg-tove-lighter,
.theme-tove,
.theme-tove.theme-bg-lighter {
	background-color: #ffd2dc;
}

.bg-tove-dark,
.theme-tove.theme-bg-dark {
	background-color: #da7483;
}

.bg-tove-darker,
.theme-tove.theme-bg-darker {
	background-color: #aa5364;
}

.color-tove-lighter,
.theme-tove.theme-bg-darker,
.theme-tove.theme-bg-darker.rte,
.rns .rns-plugin .rns-header .theme-tove.theme-bg-darker.rns-sub-header,
.theme-tove.theme-bg-darker .text-themed,
.theme-tove.theme-bg-darker .text-themed p {
	color: #ffd2dc;
}

.color-tove-light {
	color: #f9bbca;
}

.color-tove-dark,
.theme-tove a:hover {
	color: #da7483;
}

.color-tove-darker,
.theme-tove .text-themed,
.theme-tove .text-themed p,
.theme-tove a,
.theme-tove.rte,
.rns .rns-plugin .rns-header .theme-tove.rns-sub-header,
.theme-tove.theme-bg-white.rte,
.theme-tove.theme-bg-white.rte h1,
.rns .rns-plugin .rns-header .theme-tove.theme-bg-white.rns-sub-header h1,
.theme-tove.theme-bg-white.rte .h1,
.rns .rns-plugin .rns-header .theme-tove.theme-bg-white.rns-sub-header .h1,
.theme-tove.theme-bg-white.rte h2,
.rns .rns-plugin .rns-header .theme-tove.theme-bg-white.rns-sub-header h2,
.theme-tove.theme-bg-white.rte .h2,
.rns .rns-plugin .rns-header .theme-tove.theme-bg-white.rns-sub-header .h2,
.theme-tove.theme-bg-white.rte h3,
.rns .rns-plugin .rns-header .theme-tove.theme-bg-white.rns-sub-header h3,
.theme-tove.theme-bg-white.rte .h3,
.rns .rns-plugin .rns-header .theme-tove.theme-bg-white.rns-sub-header .h3,
.theme-tove.theme-bg-white.rte h4,
.rns .rns-plugin .rns-header .theme-tove.theme-bg-white.rns-sub-header h4,
.theme-tove.theme-bg-white.rte .h4,
.rns .rns-plugin .rns-header .theme-tove.theme-bg-white.rns-sub-header .h4,
.theme-tove.theme-bg-white.rte h5,
.rns .rns-plugin .rns-header .theme-tove.theme-bg-white.rns-sub-header h5,
.theme-tove.theme-bg-white.rte .h5,
.rns .rns-plugin .rns-header .theme-tove.theme-bg-white.rns-sub-header .h5,
.theme-tove.theme-bg-white.rte h6,
.rns .rns-plugin .rns-header .theme-tove.theme-bg-white.rns-sub-header h6,
.theme-tove.theme-bg-white.rte .h6,
.rns .rns-plugin .rns-header .theme-tove.theme-bg-white.rns-sub-header .h6,
.theme-tove.theme-bg-white .title-themed,
.theme-tove.theme-bg-white .tablepress tfoot th,
.tablepress tfoot .theme-tove.theme-bg-white th,
.theme-tove.theme-bg-white .tablepress thead th,
.tablepress thead .theme-tove.theme-bg-white th {
	color: #aa5364;
}

.fill-oursea-light {
	fill: #66c8e7;
}

.fill-oursea-lighter,
.theme-oursea.theme-bg-dark .image-themed,
.theme-oursea.theme-bg-dark .image-themed svg,
.theme-oursea.theme-bg-darker .image-themed,
.theme-oursea.theme-bg-darker .image-themed svg {
	fill: #b5ebe8;
}

.fill-oursea-dark {
	fill: #0a6b96;
}

.fill-oursea-darker,
.theme-oursea .image-themed,
.theme-oursea .image-themed svg {
	fill: #0a6b96;
}

.bg-oursea-light,
.theme-oursea.theme-bg-light {
	background-color: #66c8e7;
}

.bg-oursea-lighter,
.theme-oursea,
.theme-oursea.theme-bg-lighter {
	background-color: #b5ebe8;
}

.bg-oursea-dark,
.theme-oursea.theme-bg-dark {
	background-color: #0a6b96;
}

.bg-oursea-darker,
.theme-oursea.theme-bg-darker {
	background-color: #0a6b96;
}

.color-oursea-lighter,
.theme-oursea.theme-bg-dark .text-themed,
.theme-oursea.theme-bg-dark .text-themed p,
.theme-oursea.theme-bg-darker,
.theme-oursea.theme-bg-darker.rte,
.rns .rns-plugin .rns-header .theme-oursea.theme-bg-darker.rns-sub-header,
.theme-oursea.theme-bg-darker .text-themed,
.theme-oursea.theme-bg-darker .text-themed p {
	color: #b5ebe8;
}

.color-oursea-light {
	color: #66c8e7;
}

.color-oursea-dark,
.theme-oursea a:hover {
	color: #0a6b96;
}

.color-oursea-darker,
.theme-oursea .text-themed,
.theme-oursea .text-themed p,
.theme-oursea a,
.theme-oursea.rte,
.rns .rns-plugin .rns-header .theme-oursea.rns-sub-header,
.theme-oursea.theme-bg-white.rte,
.theme-oursea.theme-bg-white.rte h1,
.rns .rns-plugin .rns-header .theme-oursea.theme-bg-white.rns-sub-header h1,
.theme-oursea.theme-bg-white.rte .h1,
.rns .rns-plugin .rns-header .theme-oursea.theme-bg-white.rns-sub-header .h1,
.theme-oursea.theme-bg-white.rte h2,
.rns .rns-plugin .rns-header .theme-oursea.theme-bg-white.rns-sub-header h2,
.theme-oursea.theme-bg-white.rte .h2,
.rns .rns-plugin .rns-header .theme-oursea.theme-bg-white.rns-sub-header .h2,
.theme-oursea.theme-bg-white.rte h3,
.rns .rns-plugin .rns-header .theme-oursea.theme-bg-white.rns-sub-header h3,
.theme-oursea.theme-bg-white.rte .h3,
.rns .rns-plugin .rns-header .theme-oursea.theme-bg-white.rns-sub-header .h3,
.theme-oursea.theme-bg-white.rte h4,
.rns .rns-plugin .rns-header .theme-oursea.theme-bg-white.rns-sub-header h4,
.theme-oursea.theme-bg-white.rte .h4,
.rns .rns-plugin .rns-header .theme-oursea.theme-bg-white.rns-sub-header .h4,
.theme-oursea.theme-bg-white.rte h5,
.rns .rns-plugin .rns-header .theme-oursea.theme-bg-white.rns-sub-header h5,
.theme-oursea.theme-bg-white.rte .h5,
.rns .rns-plugin .rns-header .theme-oursea.theme-bg-white.rns-sub-header .h5,
.theme-oursea.theme-bg-white.rte h6,
.rns .rns-plugin .rns-header .theme-oursea.theme-bg-white.rns-sub-header h6,
.theme-oursea.theme-bg-white.rte .h6,
.rns .rns-plugin .rns-header .theme-oursea.theme-bg-white.rns-sub-header .h6,
.theme-oursea.theme-bg-white .title-themed,
.theme-oursea.theme-bg-white .tablepress tfoot th,
.tablepress tfoot .theme-oursea.theme-bg-white th,
.theme-oursea.theme-bg-white .tablepress thead th,
.tablepress thead .theme-oursea.theme-bg-white th {
	color: #0a6b96;
}

.theme-news {
	background-color: #fff;
}

.theme-news.rte h1,
.rns .rns-plugin .rns-header .theme-news.rns-sub-header h1,
.theme-news.rte .h1,
.rns .rns-plugin .rns-header .theme-news.rns-sub-header .h1,
.theme-news.rte h2,
.rns .rns-plugin .rns-header .theme-news.rns-sub-header h2,
.theme-news.rte .h2,
.rns .rns-plugin .rns-header .theme-news.rns-sub-header .h2,
.theme-news.rte h3,
.rns .rns-plugin .rns-header .theme-news.rns-sub-header h3,
.theme-news.rte .h3,
.rns .rns-plugin .rns-header .theme-news.rns-sub-header .h3,
.theme-news.rte h4,
.rns .rns-plugin .rns-header .theme-news.rns-sub-header h4,
.theme-news.rte .h4,
.rns .rns-plugin .rns-header .theme-news.rns-sub-header .h4,
.theme-news.rte h5,
.rns .rns-plugin .rns-header .theme-news.rns-sub-header h5,
.theme-news.rte .h5,
.rns .rns-plugin .rns-header .theme-news.rns-sub-header .h5,
.theme-news.rte h6,
.rns .rns-plugin .rns-header .theme-news.rns-sub-header h6,
.theme-news.rte .h6,
.rns .rns-plugin .rns-header .theme-news.rns-sub-header .h6 {
	color: #fff;
}

.theme-news.theme-bg-white {
	background-color: #fff;
}

.theme-about .title-themed,
.theme-about .tablepress tfoot th,
.tablepress tfoot .theme-about th,
.theme-about .tablepress thead th,
.tablepress thead .theme-about th {
	color: #fff;
}

.theme-about.rte h1,
.rns .rns-plugin .rns-header .theme-about.rns-sub-header h1,
.theme-about.rte .h1,
.rns .rns-plugin .rns-header .theme-about.rns-sub-header .h1,
.theme-about.rte h2,
.rns .rns-plugin .rns-header .theme-about.rns-sub-header h2,
.theme-about.rte .h2,
.rns .rns-plugin .rns-header .theme-about.rns-sub-header .h2,
.theme-about.rte h3,
.rns .rns-plugin .rns-header .theme-about.rns-sub-header h3,
.theme-about.rte .h3,
.rns .rns-plugin .rns-header .theme-about.rns-sub-header .h3,
.theme-about.rte h4,
.rns .rns-plugin .rns-header .theme-about.rns-sub-header h4,
.theme-about.rte .h4,
.rns .rns-plugin .rns-header .theme-about.rns-sub-header .h4,
.theme-about.rte h5,
.rns .rns-plugin .rns-header .theme-about.rns-sub-header h5,
.theme-about.rte .h5,
.rns .rns-plugin .rns-header .theme-about.rns-sub-header .h5,
.theme-about.rte h6,
.rns .rns-plugin .rns-header .theme-about.rns-sub-header h6,
.theme-about.rte .h6,
.rns .rns-plugin .rns-header .theme-about.rns-sub-header .h6 {
	color: #fff;
}

.theme-about.theme-bg-white {
	background-color: #fff;
}

.theme-explore .title-themed,
.which-moomin-are-you main#content .title-themed,
.theme-explore .tablepress tfoot th,
.tablepress tfoot .theme-explore th,
.which-moomin-are-you main#content .tablepress tfoot th,
.tablepress tfoot .which-moomin-are-you main#content th,
.theme-explore .tablepress thead th,
.tablepress thead .theme-explore th,
.which-moomin-are-you main#content .tablepress thead th,
.tablepress thead .which-moomin-are-you main#content th {
	color: #fff;
}

.theme-explore.rte h1,
.which-moomin-are-you main.rte#content h1,
.which-moomin-are-you .rns .rns-plugin .rns-header main#content.rns-sub-header h1,
.rns .rns-plugin .rns-header .which-moomin-are-you main#content.rns-sub-header h1,
.rns .rns-plugin .rns-header .theme-explore.rns-sub-header h1,
.theme-explore.rte .h1,
.which-moomin-are-you main.rte#content .h1,
.which-moomin-are-you .rns .rns-plugin .rns-header main#content.rns-sub-header .h1,
.rns .rns-plugin .rns-header .which-moomin-are-you main#content.rns-sub-header .h1,
.rns .rns-plugin .rns-header .theme-explore.rns-sub-header .h1,
.theme-explore.rte h2,
.which-moomin-are-you main.rte#content h2,
.which-moomin-are-you .rns .rns-plugin .rns-header main#content.rns-sub-header h2,
.rns .rns-plugin .rns-header .which-moomin-are-you main#content.rns-sub-header h2,
.rns .rns-plugin .rns-header .theme-explore.rns-sub-header h2,
.theme-explore.rte .h2,
.which-moomin-are-you main.rte#content .h2,
.which-moomin-are-you .rns .rns-plugin .rns-header main#content.rns-sub-header .h2,
.rns .rns-plugin .rns-header .which-moomin-are-you main#content.rns-sub-header .h2,
.rns .rns-plugin .rns-header .theme-explore.rns-sub-header .h2,
.theme-explore.rte h3,
.which-moomin-are-you main.rte#content h3,
.which-moomin-are-you .rns .rns-plugin .rns-header main#content.rns-sub-header h3,
.rns .rns-plugin .rns-header .which-moomin-are-you main#content.rns-sub-header h3,
.rns .rns-plugin .rns-header .theme-explore.rns-sub-header h3,
.theme-explore.rte .h3,
.which-moomin-are-you main.rte#content .h3,
.which-moomin-are-you .rns .rns-plugin .rns-header main#content.rns-sub-header .h3,
.rns .rns-plugin .rns-header .which-moomin-are-you main#content.rns-sub-header .h3,
.rns .rns-plugin .rns-header .theme-explore.rns-sub-header .h3,
.theme-explore.rte h4,
.which-moomin-are-you main.rte#content h4,
.which-moomin-are-you .rns .rns-plugin .rns-header main#content.rns-sub-header h4,
.rns .rns-plugin .rns-header .which-moomin-are-you main#content.rns-sub-header h4,
.rns .rns-plugin .rns-header .theme-explore.rns-sub-header h4,
.theme-explore.rte .h4,
.which-moomin-are-you main.rte#content .h4,
.which-moomin-are-you .rns .rns-plugin .rns-header main#content.rns-sub-header .h4,
.rns .rns-plugin .rns-header .which-moomin-are-you main#content.rns-sub-header .h4,
.rns .rns-plugin .rns-header .theme-explore.rns-sub-header .h4,
.theme-explore.rte h5,
.which-moomin-are-you main.rte#content h5,
.which-moomin-are-you .rns .rns-plugin .rns-header main#content.rns-sub-header h5,
.rns .rns-plugin .rns-header .which-moomin-are-you main#content.rns-sub-header h5,
.rns .rns-plugin .rns-header .theme-explore.rns-sub-header h5,
.theme-explore.rte .h5,
.which-moomin-are-you main.rte#content .h5,
.which-moomin-are-you .rns .rns-plugin .rns-header main#content.rns-sub-header .h5,
.rns .rns-plugin .rns-header .which-moomin-are-you main#content.rns-sub-header .h5,
.rns .rns-plugin .rns-header .theme-explore.rns-sub-header .h5,
.theme-explore.rte h6,
.which-moomin-are-you main.rte#content h6,
.which-moomin-are-you .rns .rns-plugin .rns-header main#content.rns-sub-header h6,
.rns .rns-plugin .rns-header .which-moomin-are-you main#content.rns-sub-header h6,
.rns .rns-plugin .rns-header .theme-explore.rns-sub-header h6,
.theme-explore.rte .h6,
.which-moomin-are-you main.rte#content .h6,
.which-moomin-are-you .rns .rns-plugin .rns-header main#content.rns-sub-header .h6,
.rns .rns-plugin .rns-header .which-moomin-are-you main#content.rns-sub-header .h6,
.rns .rns-plugin .rns-header .theme-explore.rns-sub-header .h6 {
	color: #fff;
}

.theme-explore.theme-bg-white,
.which-moomin-are-you main.theme-bg-white#content {
	background-color: #fff;
}

.theme-shop.rte h1,
.rns .rns-plugin .rns-header .theme-shop.rns-sub-header h1,
.theme-shop.rte .h1,
.rns .rns-plugin .rns-header .theme-shop.rns-sub-header .h1,
.theme-shop.rte h2,
.rns .rns-plugin .rns-header .theme-shop.rns-sub-header h2,
.theme-shop.rte .h2,
.rns .rns-plugin .rns-header .theme-shop.rns-sub-header .h2,
.theme-shop.rte h3,
.rns .rns-plugin .rns-header .theme-shop.rns-sub-header h3,
.theme-shop.rte .h3,
.rns .rns-plugin .rns-header .theme-shop.rns-sub-header .h3,
.theme-shop.rte h4,
.rns .rns-plugin .rns-header .theme-shop.rns-sub-header h4,
.theme-shop.rte .h4,
.rns .rns-plugin .rns-header .theme-shop.rns-sub-header .h4,
.theme-shop.rte h5,
.rns .rns-plugin .rns-header .theme-shop.rns-sub-header h5,
.theme-shop.rte .h5,
.rns .rns-plugin .rns-header .theme-shop.rns-sub-header .h5,
.theme-shop.rte h6,
.rns .rns-plugin .rns-header .theme-shop.rns-sub-header h6,
.theme-shop.rte .h6,
.rns .rns-plugin .rns-header .theme-shop.rns-sub-header .h6 {
	color: #fff;
}

.theme-shop.theme-bg-white {
	background-color: #fff;
}

.theme-tove .title-themed,
.theme-tove .tablepress tfoot th,
.tablepress tfoot .theme-tove th,
.theme-tove .tablepress thead th,
.tablepress thead .theme-tove th {
	color: #fff;
}

.theme-tove.rte h1,
.rns .rns-plugin .rns-header .theme-tove.rns-sub-header h1,
.theme-tove.rte .h1,
.rns .rns-plugin .rns-header .theme-tove.rns-sub-header .h1,
.theme-tove.rte h2,
.rns .rns-plugin .rns-header .theme-tove.rns-sub-header h2,
.theme-tove.rte .h2,
.rns .rns-plugin .rns-header .theme-tove.rns-sub-header .h2,
.theme-tove.rte h3,
.rns .rns-plugin .rns-header .theme-tove.rns-sub-header h3,
.theme-tove.rte .h3,
.rns .rns-plugin .rns-header .theme-tove.rns-sub-header .h3,
.theme-tove.rte h4,
.rns .rns-plugin .rns-header .theme-tove.rns-sub-header h4,
.theme-tove.rte .h4,
.rns .rns-plugin .rns-header .theme-tove.rns-sub-header .h4,
.theme-tove.rte h5,
.rns .rns-plugin .rns-header .theme-tove.rns-sub-header h5,
.theme-tove.rte .h5,
.rns .rns-plugin .rns-header .theme-tove.rns-sub-header .h5,
.theme-tove.rte h6,
.rns .rns-plugin .rns-header .theme-tove.rns-sub-header h6,
.theme-tove.rte .h6,
.rns .rns-plugin .rns-header .theme-tove.rns-sub-header .h6 {
	color: #fff;
}

.theme-tove.theme-bg-white {
	background-color: #fff;
}

.theme-oursea .title-themed,
.theme-oursea .tablepress tfoot th,
.tablepress tfoot .theme-oursea th,
.theme-oursea .tablepress thead th,
.tablepress thead .theme-oursea th {
	color: #fff;
}

.theme-oursea.rte h1,
.rns .rns-plugin .rns-header .theme-oursea.rns-sub-header h1,
.theme-oursea.rte .h1,
.rns .rns-plugin .rns-header .theme-oursea.rns-sub-header .h1,
.theme-oursea.rte h2,
.rns .rns-plugin .rns-header .theme-oursea.rns-sub-header h2,
.theme-oursea.rte .h2,
.rns .rns-plugin .rns-header .theme-oursea.rns-sub-header .h2,
.theme-oursea.rte h3,
.rns .rns-plugin .rns-header .theme-oursea.rns-sub-header h3,
.theme-oursea.rte .h3,
.rns .rns-plugin .rns-header .theme-oursea.rns-sub-header .h3,
.theme-oursea.rte h4,
.rns .rns-plugin .rns-header .theme-oursea.rns-sub-header h4,
.theme-oursea.rte .h4,
.rns .rns-plugin .rns-header .theme-oursea.rns-sub-header .h4,
.theme-oursea.rte h5,
.rns .rns-plugin .rns-header .theme-oursea.rns-sub-header h5,
.theme-oursea.rte .h5,
.rns .rns-plugin .rns-header .theme-oursea.rns-sub-header .h5,
.theme-oursea.rte h6,
.rns .rns-plugin .rns-header .theme-oursea.rns-sub-header h6,
.theme-oursea.rte .h6,
.rns .rns-plugin .rns-header .theme-oursea.rns-sub-header .h6 {
	color: #fff;
}

.theme-oursea.theme-bg-white {
	background-color: #fff;
}

.body-about {
	background-color: #95e8b7;
}

.body-about .nav-link:hover {
	color: #52ab80;
}

.body-about .moomin-nav .navbar-brand svg {
	fill: #073f1e;
}

.body-about .moomin-nav .navbar-shop {
	color: #073f1e;
}

.body-about .moomin-nav .navbar-shop .navbar-shop-icon svg {
	fill: #073f1e;
}

.body-about .moomin-nav .navbar .main-menu__container .main-menu .nav-item .nav-link:hover {
	color: #52ab80;
}

.body-about .moomin-nav .navbar .main-menu__container .main-menu .nav-item.current-menu-parent>.nav-link,
.body-about .moomin-nav .navbar .main-menu__container .main-menu .nav-item.current-page-parent>.nav-link,
.body-about .moomin-nav .navbar .main-menu__container .main-menu .nav-item.current-menu-item>.nav-link {
	color: #52ab80;
}

.body-about .moomin-nav .navbar .main-menu__container .main-menu .nav-item .main-menu-dropdown .current-menu-item .nav-link,
.body-about .moomin-nav .navbar .main-menu__container .main-menu .nav-item .main-menu-dropdown .nav-link:hover {
	color: #95e8b7;
}

.body-about .footer .footer__title {
	color: #95e8b7;
}

.body-about .footer .footer__row.footer__row--secondary {
	color: #95e8b7;
}

.body-about .footer .footer__illustration svg .cls-1 {
	fill: #95e8b7;
}

.body-about .footer .footer__illustration svg .cls-2 {
	fill: #6ecc94;
}

.body-about .footer .social-icons a svg {
	fill: #12334c;
}

.body-about .footer .social-icons a:hover {
	background-color: #52ab80;
}

.body-about .footer .social-icons a:hover svg {
	fill: #fff;
}

.blog-post .blog-post__title {
	margin-bottom: 1em;
	color: #21537f;
	font-size: 1.8rem;
	line-height: 1.3333333333em;
	letter-spacing: .04em;
	font-weight: 400;
}

.blog-post .blog-post__info {
	display: flex;
	align-items: center;
}

.mugs-wrapper .pagination-block {
	background-color: #fff;
}

.btn {
	-webkit-appearance: none;
}

.btn-event {
	color: #fff;
	background-color: #6898c5;
	border-color: #6898c5;
	transition: all .2s ease-in-out;
	font-weight: bold !important;
}

.btn-event:hover {
	opacity: .75;
	color: #fff;
}

.btn-contact {
	color: #fff;
	background-color: #6893c0;
	border-color: #6893c0;
	transition: all .2s ease-in-out;
}

.btn-contact:hover {
	opacity: .75;
	color: #fff;
}

.btn-gray {
	color: #fff;
	background-color: #bdbdbd;
	border-color: #bdbdbd;
	transition: all .2s ease-in-out;
}

.btn-gray:hover {
	opacity: .75;
	color: #fff;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: none solid rgba(0,0,0,.15);
	border-radius: 0;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #07344e;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529;
}

header {
	flex: 0 0 auto;
}

.header-top {
	background-color: #f2e672;
	text-align: center;
	font-size: .75rem;
}

.header-top a {
	padding: .75rem 0;
	display: inline-block;
	color: #34537d;
	transition: all .15s ease-in-out;
}

.header-top a:hover {
	opacity: .8;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
	text-decoration: none;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #07344e;
}

.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: .5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .wp-block-group.alignwide>.wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	text-decoration: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl,
.wp-block-group.alignwide.navbar-expand>.wp-block-group__inner-container {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl,
.wp-block-group.alignwide.navbar-expand>.wp-block-group__inner-container {
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0,0,0,.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0,0,0,.9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0,0,0,.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0,0,0,.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0,0,0,.9);
}

.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.5);
	border-color: rgba(0,0,0,.1);
}

.navbar-light .navbar-text {
	color: rgba(0,0,0,.5);
}

.navbar-light .navbar-text a {
	color: rgba(0,0,0,.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0,0,0,.9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255,255,255,.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255,255,255,.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255,255,255,.5);
	border-color: rgba(255,255,255,.1);
}

.navbar-dark .navbar-text {
	color: rgba(255,255,255,.5);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #fff;
}

.nav-top,
.nav-moomin .nav-moomin__search>a .icon-caption,
.nav-moomin .nav-item {
	font-family: "Mikado",BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1.25rem;
	line-height: 1.3888888889em;
	letter-spacing: 0;
}

.nav-sub,
.nav-moomin .nav-item .nav-item {
	font-family: "Mikado",BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	line-height: 1.3888888889em;
	letter-spacing: 0;
}

.nav-moomin {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}

.nav-moomin .nav-moomin__search {
	display: flex;
	position: absolute;
	top: 16px;
	right: 15px;
}

.nav-moomin .nav-moomin__search>a {
	display: flex;
	align-items: center;
	padding: 0;
	color: #12334c;
}

.nav-moomin .nav-moomin__search>a:last-of-type {
	margin-right: 0;
}

.nav-moomin .nav-moomin__search>a .icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	height: 1.325rem;
	width: 1.325rem;
}

.nav-moomin .nav-moomin__search>a .icon svg,
.nav-moomin .nav-moomin__search>a .icon img {
	width: 100%;
	height: auto;
}

.nav-moomin .nav-moomin__search>a .icon-caption {
	display: none;
}

.nav-moomin .nav-moomin__search .moomin-nav__search-form {
	display: none;
}

.nav-moomin .nav-moomin__brand {
	display: flex;
	justify-content: center;
	flex: 0 0 100%;
}

.nav-moomin .nav-moomin__brand .navbar-brand {
	padding-top: 1rem;
	padding-bottom: 1rem;
	line-height: 0;
	display: block;
	width: 100px;
	margin: 0;
}

.nav-moomin .nav-moomin__brand .navbar-brand svg {
	fill: #07344e;
}

.nav-moomin .navbar-collapse .nav-moomin__menu-container {
	padding: 0 25px 25px;
}

.nav-moomin .navbar-collapse .nav-moomin__menu-container svg {
	display: none;
}

.nav-moomin .main-menu-dropdown {
	margin-top: 5px;
	padding-left: 12px;
}

.nav-moomin .nav-item .nav-link {
	color: #12334c;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.nav-moomin .nav-item .nav-item .nav-link {
	color: rgba(18,51,76,.5);
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.nav-moomin .nav-item .nav-item .nav-link.nav-link--arrow.after {
	content: " ";
}

.nav-moomin .nav-moomin__toggler {
	-webkit-appearance: none;
	position: absolute;
	top: 14px;
	left: 25px;
	padding: 0;
}

.nav-moomin .nav-moomin__toggler .navbar-toggler-icon {
	vertical-align: middle;
	background: none;
}

.nav-moomin .nav-moomin__toggler .navbar-toggler-icon .icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	height: 1.325rem;
	width: 1.325rem;
}

.nav-moomin .nav-moomin__toggler .navbar-toggler-icon .icon svg {
	width: 100%;
	height: auto;
}

.nav-moomin .nav-moomin__toggler .navbar-toggler-icon .svg-fill {
	fill: #12334c;
}

.nav-moomin .nav-moomin__toggler .navbar-toggler-icon--open {
	display: none;
}

.nav-moomin .nav-moomin__toggler.collapsed .navbar-toggler-icon--open {
	display: inline-block;
}

.nav-moomin .nav-moomin__toggler.collapsed .navbar-toggler-icon--close {
	display: none;
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: .9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
	padding: .4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
	bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
	padding: 0 .4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
	padding: .4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
	top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
	padding: 0 .4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0;
}

.pagination-block {
	width: 100%;
	text-align: center;
}

.pagination-block.theme-explore,
.which-moomin-are-you main.pagination-block#content {
	background-color: rgba(149,228,232,.5);
}

.pagination {
	font-family: "Mikado",BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.pagination li {
	margin-right: .5rem;
}

.pagination li:last-child {
	margin-right: 0;
}

.pagination li a,
.pagination li button,
.pagination li span,
.pagination li.arrow a,
.pagination li.arrow span {
	width: 28px;
	height: 28px;
}

.pagination li a,
.pagination li button,
.pagination li span {
	text-align: center;
	display: block;
	line-height: 28px;
	border-radius: 50%;
	vertical-align: middle;
	font-size: .9375rem;
}

.pagination li a:hover,
.pagination li button:hover,
.pagination li span:hover {
	text-decoration: none;
}

.pagination li.arrow a,
.pagination li.arrow span {
	border: 2px solid #0c5156;
}

.pagination li.arrow a svg,
.pagination li.arrow span svg {
	fill: #0c5156;
	width: 12px;
	vertical-align: 2px;
}

.pagination li.arrow span {
	border-color: rgba(12,81,86,.5);
}

.pagination li.arrow span svg {
	fill: rgba(12,81,86,.5);
}

.pagination li.arrow.next a svg,
.pagination li.arrow.next span svg {
	transform: rotate(180deg);
}

.pagination li.current .page-number {
	color: #fff064;
}

.sidebar {
	color: #21537f;
}

.sidebar-list {
	padding: 1rem .4rem;
	border-bottom: 1px solid #0087cd;
}

.sidebar-list h3 {
	margin-top: 1rem;
}

.sidebar-list:first-of-type {
	padding-top: 0;
}

.sidebar-list:last-child {
	border: none;
}

.sidebar-list p:last-of-type {
	margin-bottom: 0;
}

.sidebar-linklist {
	list-style-type: none;
	margin: .2rem 0 0;
	padding: 0;
}

.sidebar-linklist li {
	display: inline-block;
	margin-right: .5rem;
}

.sidebar-linklist li:last-child {
	margin-right: 0;
}

.sidebar-title {
	font-family: "Noto Sans JP",sans-serif;
	background-color: #21537f;
	padding: .5rem .9rem .4rem;
	margin-bottom: 1rem;
	font-size: 1.125rem;
	color: #fff;
	font-weight: 400;
	text-align: center;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin-right: -25px;
	margin-left: -25px;
	margin-right: -12px;
	margin-left: -12px;
}

.gallery-item {
	padding-right: 12px;
	padding-left: 12px;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.gallery img {
	max-width: 100%;
	height: auto;
}

.gallery-caption {
	margin-left: 0;
}

.footer-banner {
	padding: 0 .625rem;
}

.footer-banner__item a {
	transition: all .2s ease-in-out;
}

.footer-banner__item a:hover {
	text-decoration: none;
	opacity: .75;
}

.footer-banner img {
	width: 100%;
}

.footer-banner .slick-arrow {
	z-index: 1;
	width: 2.5rem;
	height: 2.5rem;
}

.footer-banner .slick-arrow::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	border-style: solid;
	border-color: #939393;
	border-width: 2px 0 0 2px;
	top: calc(50% - 9px);
}

.footer-banner .slick-prev {
	left: -1.5625rem;
}

.footer-banner .slick-prev::before {
	transform: rotate(-45deg);
	left: calc(50% - 3px);
}

.footer-banner .slick-next {
	right: -1.5625rem;
}

.footer-banner .slick-next::before {
	transform: rotate(135deg);
	left: calc(50% - 15px);
}

.footer-banner .slick-slide {
	margin: 0 .5rem;
}

footer {
	flex: 0 0 auto;
}

.footer {
	background-color: #12334c;
	color: #fff;
	padding: 3rem 0;
	font-weight: 500;
}

.footer a {
	color: #fff;
}

.footer .footer__row.footer__row--primary {
	margin-bottom: 5rem;
}

.footer .footer__row.footer__row--secondary {
	color: #8ed7e8;
	text-transform: uppercase;
}

.footer .footer__row .col {
	flex-basis: 50%;
}

.footer .footer__row p:last-child {
	margin-bottom: 0;
}

.footer .footer__title {
	text-transform: uppercase;
	color: #8ed7e8;
	margin-bottom: .5rem;
	display: inline-block;
}

.footer .footer__title:hover {
	text-decoration: none;
}

.footer .footer__illustration {
	max-width: 140px;
	margin: 0 auto;
}

.footer .footer__illustration svg .cls-1,
.footer .footer__illustration img .cls-1 {
	fill: #8ed7e8;
}

.footer .footer__illustration svg .cls-2 {
	fill: #8ed7e8;
}

.footer-links {
	color: #fff;
}

.footer-links .nav-item {
	margin-bottom: .3125rem;
}

.footer-links__sub {
	display: none;
	padding-left: .375rem;
}

.footer-links__sub .nav-link {
	font-weight: 300;
}

.footer-links .nav-link {
	padding: 0;
}

.social-icons {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	display: flex;
}

.social-icons li {
	display: block;
	margin-right: .5rem;
}

.social-icons li:last-child {
	margin-right: 0;
}

.social-icons li a {
	width: 25px;
	height: 25px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-icons li a svg {
	fill: #12334c;
}

.social-icons li a svg .inverse-color {
	fill: #fff;
}

.social-icons li a:hover {
	background-color: #0087cd;
}

.social-icons li a:hover svg {
	fill: #fff;
}

.social-icons li.line a:hover svg .d {
	fill: #0087cd;
}

.social-icons li a:hover svg .inverse-color {
	fill: #12334c;
}

.social-icons li.facebook svg,
.social-icons li.facebook img {
	width: 7px;
}

.social-icons li.twitter svg,
.social-icons li.twitter img {
	width: 14px;
}

.social-icons li.instagram svg,
.social-icons li.instagram img {
	width: 13px;
}

.social-icons li.youtube svg,
.social-icons li.youtube img {
	width: 17px;
	margin-top: 1px;
}

.social-share {
	list-style-type: none;
	margin: 2rem 0 3.125rem;
	padding: 0;
	font-size: 1rem;
	display: inline-flex;
}

.social-share li {
	display: block;
	margin-right: .5rem;
}

.social-share li.line .d {
	fill: #21537f;
}

.social-share li:last-child {
	margin-right: 0;
}

.social-share li a {
	width: 25px;
	height: 25px;
	background-color: #21537f;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-share li svg {
	fill: #fff;
}

.social-share li.facebook svg {
	width: 7px;
}

.social-share li.twitter svg {
	width: 14px;
}

.social-share li.pinterest svg {
	width: 13px;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 1.3rem);
	padding: .65rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 0 solid #ced4da;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #1282c3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(7,52,78,.25);
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: .65rem;
	padding-bottom: .65rem;
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-size: .875rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .65rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 0 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.5em + .5rem);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.form-control-lg {
	height: calc(1.5em + 1rem);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

select.form-control[size],
select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: .25rem;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
	color: #6c757d;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40,167,69,.9);
	border-radius: 0;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: #28a745;
	padding-right: calc(1.5em + 1.3rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .325rem) center;
	background-size: calc(.75em + .65rem) calc(.75em + .65rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + 1.3rem);
	background-position: top calc(.375em + .325rem) right calc(.375em + .325rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745;
	padding-right: calc(.75em + 2.725rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.65rem) calc(.75em + .65rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
	color: #28a745;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
	color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
	border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
	border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220,53,69,.9);
	border-radius: 0;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 1.3rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .325rem) center;
	background-size: calc(.75em + .65rem) calc(.75em + .65rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 1.3rem);
	background-position: top calc(.375em + .325rem) right calc(.375em + .325rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545;
	padding-right: calc(.75em + 2.725rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.65rem) calc(.75em + .65rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
	color: #dc3545;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
	color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
	border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
	border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

.title-campaign,
.hero-campaign h1 {
	font-family: "Noto Sans JP",sans-serif;
	font-size: 2rem;
	line-height: 1.1em;
	letter-spacing: .04em;
	font-weight: 400;
}

.title-xl,
.is-style-title-xl,
.rte .is-style-title-xl,
.rns .rns-plugin .rns-header .rns-sub-header .is-style-title-xl {
	font-family: "Noto Sans JP",sans-serif;
	line-height: 1.3333333333em;
	letter-spacing: .04em;
	font-weight: 400;
	font-size: 2rem;
}

.title-quote,
.card-mug .card-mug__title {
	font-family: "Noto Sans JP",sans-serif;
	font-size: 1.4rem;
	line-height: 1.2272727273em;
	letter-spacing: .04em;
	font-weight: 400;
}

.title-1,
.rte h1,
.rns .rns-plugin .rns-header .rns-sub-header h1,
.rte .h1,
.rns .rns-plugin .rns-header .rns-sub-header .h1,
.explore-map .explore-map__title,
.character-post .character-post__title,
.character-marquee ul li,
.inspiration-page .inspiration-page__title,
.hero-home--yellow .hero-home__title,
.hero-home--oursea .hero-home__title,
.full-width-halved-block-alt .full-width-halved-block-alt__title,
.teaser-5050 .teaser-5050__title,
.image-with-text-overlay .hero-home__title,
.search-popup .search-popup__title,
.which-moomin .which-moomin__title,
.is-style-title-1 {
	font-family: "Moomin Font",sans-serif;
	font-size: 1.8rem;
	line-height: 1.3333333333em;
	letter-spacing: .04em;
	font-weight: 400;
}

.card-book .card-book__title,
.full-width-halved-block .full-width-halved-block__title,
.history .card-history .card-history__title {
	font-size: 1.8rem;
	line-height: 1.3333333333em;
	letter-spacing: .04em;
	font-weight: 400;
}

.title-2,
.section-title,
.rte h2,
.rns .rns-plugin .rns-header .rns-sub-header h2,
.rte .h2,
.rns .rns-plugin .rns-header .rns-sub-header .h2,
.rte blockquote,
.rns .rns-plugin .rns-header .rns-sub-header blockquote,
.rte blockquote p,
.rns .rns-plugin .rns-header .rns-sub-header blockquote p,
.characters .tooltip-inner,
.characters .explore-list-item-mobile__title,
.moominvalley .tooltip-inner,
.moominvalley .explore-list-item-mobile__title,
.news-categories .news-categories__nav li,
.teaser-join-the-club p,
.which-moomin .question h3,
.is-style-title-2 {
	font-family: "Moomin Font",sans-serif;
	font-size: 1.1rem;
	line-height: 1.2272727273em;
	letter-spacing: .04em;
	font-weight: 400;
}

.teaser-news-full-width .teaser-news-full-width__title {
	font-size: 1.1rem;
	line-height: 1.2272727273em;
	letter-spacing: .04em;
	font-weight: 400;
}

.title-3,
.btn,
.btn-campaign,
.characters .tooltip-inner,
.characters .explore-list-item-mobile__title,
.moominvalley .tooltip-inner,
.moominvalley .explore-list-item-mobile__title,
.rns .rns-plugin .rns-header .rns-header-text,
.is-style-title-3 {
	font-family: "Noto Sans JP",sans-serif;
	font-size: .9rem;
	line-height: 1.2222222222em;
	letter-spacing: .04em;
	font-weight: 400;
}

.teaser-copy-1 {
	font-family: "Mikado",BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1.125rem;
	line-height: 1.3888888889em;
	letter-spacing: 0;
}

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
	display: none;
}

.search-popup {
	background-color: #fff;
	color: #000;
	max-width: 600px;
	margin: 0 auto;
	padding: 30px 45px 35px;
	text-align: center;
	width: 100%;
}

.search-popup .search-popup__title {
	margin-bottom: .5em;
}

.search-popup .search-popup__input-container {
	box-sizing: border-box;
	clear: both;
	font-size: 1rem;
	position: relative;
	text-align: left;
}

.search-popup .search-popup__input-container .icon {
	pointer-events: none;
	position: absolute;
	padding: 5px;
	color: #0a0a0a;
	left: 8px;
	top: 6px;
	height: 1.7em;
	pointer-events: none;
	position: absolute;
	width: 1.8em;
	z-index: 4;
	line-height: 0;
}

.search-popup .search-popup__input-container .icon svg {
	width: 100%;
	height: 100%;
}

.search-popup input[type=text] {
	outline: none;
	border-radius: 0;
	border: thin solid #d3d3d3;
	color: #000;
	padding-left: 2.25em;
	background-color: #fff;
	box-shadow: none;
	max-width: 100%;
	width: 100%;
	padding-bottom: calc(.375em - 1px);
	padding-right: calc(.625em - 1px);
	padding-top: calc(.375em - 1px);
	position: relative;
	vertical-align: top;
	display: inline-flex;
	font-size: 1rem;
	height: 2.25em;
}

.search-popup input[type=text]::-moz-placeholder {
	color: #ccc;
}

.search-popup input[type=text]:-ms-input-placeholder {
	color: #ccc;
}

.search-popup input[type=text]::placeholder {
	color: #ccc;
}

.search-popup .nav-link {
	color: #3897f0;
}

.search-popup .nav-link:hover {
	color: #010508;
}

#redeal-modal-container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	display: none;
}

#redeal-modal-container.redeal-minimized {
	height: 61px !important;
	min-height: 0 !important;
	top: -61px;
	display: block;
}

#redeal-modal-popup {
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
	display: none;
	height: 100%;
}

#redeal-minimized-button,
#redeal-minimized-widget {
	position: fixed;
	z-index: 10000;
	background: #2ecc71;
	border-top: 1px solid #23b862;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	font-family: Arial;
	cursor: pointer;
	transition: all .75s ease;
	box-sizing: border-box;
}

#redeal-minimized-button.down,
#redeal-minimized-button.up,
#redeal-minimized-widget.down,
#redeal-minimized-widget.up {
	width: 100%;
	text-align: center;
}

#redeal-minimized-button.bottomleft,
#redeal-minimized-widget.bottomleft {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	text-align: center;
	left: 0;
}

#redeal-minimized-button.bottomright,
#redeal-minimized-widget.bottomright {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	text-align: center;
	right: 0;
}

#redeal-minimized-button.bottomcenter,
#redeal-minimized-widget.bottomcenter {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#redeal-minimized-button.up,
#redeal-minimized-widget.up {
	top: -60px;
}

#redeal-minimized-button.bottomcenter,
#redeal-minimized-button.bottomleft,
#redeal-minimized-button.bottomright,
#redeal-minimized-button.down,
#redeal-minimized-widget.bottomcenter,
#redeal-minimized-widget.bottomleft,
#redeal-minimized-widget.bottomright,
#redeal-minimized-widget.down {
	bottom: -62px;
}

#redeal-minimized-button.left,
#redeal-minimized-button.right,
#redeal-minimized-widget.left,
#redeal-minimized-widget.right {
	top: 25%;
	margin-top: -80px;
}

#redeal-minimized-button.left,
#redeal-minimized-widget.left {
	left: 0;
	transform: rotate(90deg);
	transform-origin: left top 0;
}

#redeal-minimized-button.right,
#redeal-minimized-widget.right {
	right: 0;
	transform: rotate(-90deg);
	transform-origin: right top 0;
}

#redeal-minimized-button.redealshow,
#redeal-minimized-widget.redealshow {
	transition-delay: .5s;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
}

#redeal-minimized-button.redealshow.up,
#redeal-minimized-widget.redealshow.up {
	top: 0;
}

#redeal-minimized-button.redealshow.down,
#redeal-minimized-widget.redealshow.down {
	bottom: 0;
}

#redeal-minimized-button.redealshow.bottomleft,
#redeal-minimized-widget.redealshow.bottomleft {
	bottom: 0;
	left: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

#redeal-minimized-button.redealshow.bottomright,
#redeal-minimized-widget.redealshow.bottomright {
	bottom: 0;
	right: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

#redeal-minimized-button.redealshow.bottomcenter,
#redeal-minimized-widget.redealshow.bottomcenter {
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

#redeal-minimized-button.redealshow.left,
#redeal-minimized-widget.redealshow.left {
	left: 54px;
}

#redeal-minimized-button.redealshow.right,
#redeal-minimized-widget.redealshow.right {
	right: 54px;
}

#redeal-minimized-button .redeal-minimize-close,
#redeal-minimized-widget .redeal-minimize-widget-btn {
	position: absolute;
	right: -13px;
	top: -15px;
	background-color: #000;
	height: 28px;
	width: 28px;
	padding: 6px;
	border-radius: 36px;
	box-sizing: border-box;
}

.redeal-maximized {
	display: block !important;
}

.page-top {
	position: fixed;
	right: 20px;
	width: 45px;
	height: 45px;
	background-color: #a9aaa5;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: all .2s ease-in-out;
	bottom: 25px;
	opacity: 0;
	visibility: hidden;
	z-index: 29;
}

.page-top.is-active {
	opacity: 1;
	visibility: visible;
}

.page-top:hover {
	opacity: .7;
	box-shadow: 0px 4px 2px 0px rgba(0,0,0,.3);
}

.page-top a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.page-top a::after {
	content: "";
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 0rem 10px 14px 10px;
}

.teaser-category {
	text-transform: uppercase;
	font-weight: 600;
	color: #21537f;
}

.teaser-date {
	font-family: "Mikado",BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: .9rem;
	color: #21537f;
}

.teaser-5050 .teaser-5050__image {
	max-width: 260px;
	display: block;
	margin: 0 auto;
}

.teaser-5050 .teaser-5050__title {
	margin-bottom: 1.5rem;
}

.teaser-5050 .teaser-5050__image-overlay {
	text-align: center;
}

.teaser-5050 .teaser-5050__content-container {
	height: 100%;
}

.teaser-5050 .teaser-5050__content {
	display: flex;
	flex-wrap: wrap;
	padding: 50px 25px;
}

.teaser-5050 .teaser-5050__content .teaser-5050__content-main {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.teaser-5050 .teaser-5050__content .teaser-5050__content-main .btn,
.teaser-5050 .teaser-5050__content .teaser-5050__content-main .btn-campaign,
.teaser-5050 .teaser-5050__content .teaser-5050__content-main .characters .tooltip-inner,
.characters .teaser-5050 .teaser-5050__content .teaser-5050__content-main .tooltip-inner,
.teaser-5050 .teaser-5050__content .teaser-5050__content-main .characters .explore-list-item-mobile__title,
.characters .teaser-5050 .teaser-5050__content .teaser-5050__content-main .explore-list-item-mobile__title,
.teaser-5050 .teaser-5050__content .teaser-5050__content-main .moominvalley .tooltip-inner,
.moominvalley .teaser-5050 .teaser-5050__content .teaser-5050__content-main .tooltip-inner,
.teaser-5050 .teaser-5050__content .teaser-5050__content-main .moominvalley .explore-list-item-mobile__title,
.moominvalley .teaser-5050 .teaser-5050__content .teaser-5050__content-main .explore-list-item-mobile__title {
	align-self: flex-start;
}

.teaser-5050 .teaser-5050__content .teaser-5050__content-sub {
	position: relative;
	flex: 0 0 80%;
	max-width: 80%;
}

.teaser-5050 .teaser-5050__outer-ratio {
	display: none;
	position: relative;
}

.teaser-5050 .teaser-5050__outer-ratio:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 50vw;
}

.teaser-5050 .teaser-5050__outer-ratio--image:before {
	padding-top: 28.128% !important;
}

.teaser-5050 .teaser-5050__outer-ratio>.ar__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.teaser-5050 .teaser-5050__half {
	padding: 0;
	overflow: hidden;
}

.teaser-5050 .teaser-5050__half>div {
	height: 100%;
}

.teaser-5050 .teaser-5050__half.teaser-5050__half-1 .container-static-width {
	right: 0;
}

.teaser-5050 .teaser-5050__half-2 .container-static-width {
	left: 0;
}

.teaser-5050 .flex-row-reverse .teaser-5050__half-2 .teaser-5050__content {
	padding-right: 50px;
}

.teaser-news-full-width {
	position: relative;
	overflow: hidden;
}

.teaser-news-full-width .teaser-news-full-width__title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.35;
}

.teaser-news-full-width .teaser-news-full-width__title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.teaser-news-full-width a:hover {
	text-decoration: none;
}

.teaser-news-full-width .teaser-news-full-width__title {
	margin-bottom: 1.5rem;
}

.teaser-news-full-width .teaser-news-full-width__content {
	z-index: 10;
	text-align: center;
	background-color: #fff;
	padding: 33.33333px 12.5px 0;
	margin-bottom: 33.33333px;
}

.teaser-news-full-width .teaser-news-full-width__content p {
	margin-bottom: .8rem;
}

.teaser-news-full-width.teaser-news-full-width--right .teaser-news-full-width__content {
	left: auto;
	right: 10%;
}

.teaser-join-the-club {
	display: block;
	padding: 2rem 0;
	background-color: #fff064;
	color: #ff9033;
}

.teaser-join-the-club p {
	margin: 0;
}

.teaser-join-the-club:hover {
	background-color: #ff9033;
	text-decoration: none;
	color: #fff064;
}

.teaser-block__item {
	padding: 50px 25px;
	position: relative;
}

.teaser-block__item::after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100vw;
	z-index: 0;
}

.teaser-block__item:first-child::after {
	right: 0;
}

.teaser-block__item:last-child::after {
	left: 0;
}

.teaser-block__item--dark::after {
	background-color: #47a0aa;
}

.teaser-block__item--light::after {
	background-color: #6ec7cc;
}

.teaser-block__item--darker::after {
	background-color: #0c5156;
}

.teaser-block__flex {
	position: relative;
	z-index: 2;
}

.teaser-block__image {
	max-width: 380px;
	margin: 0 auto;
}

.teaser-block__image .btn {
	margin-top: 1rem;
}

.teaser-block__txt {
	margin-bottom: 1.875rem;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: .75;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: 1;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir=rtl] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir=rtl] .slick-next:before {
	content: "←";
}

.slick-dots {
	position: absolute;
	bottom: -2.5rem;
	list-style: none;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: .9375rem;
	width: .9375rem;
	margin: 0 .125rem;
	padding: 0;
	text-align: center;
	cursor: pointer;
	transition: .2s ease-in-out;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: .4375rem;
	width: .4375rem;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 0;
	cursor: pointer;
	background: #000;
	border-radius: 50%;
	transition: all .2s ease-in-out;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: .75;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: 1;
}

.topic-slider {
	padding-bottom: 70px;
	position: relative;
}

.topic-slider::after {
	content: "";
	position: absolute;
	width: calc(100% - 3.125rem);
	height: .125rem;
	background-color: #2ab0e1;
	bottom: 1.25rem;
	left: 1.5625rem;
}

.topic-slider .swiper-arrow {
	z-index: 1;
	position: absolute;
	width: 22px;
	height: 22px;
	border-style: solid;
	border-color: #939393;
	border-width: 2px 0 0 2px;
	top: calc(50% - 15px);
	transition: all .2s ease-in-out;
}

.topic-slider .swiper-arrow:hover {
	opacity: .7;
}

.topic-slider .swiper-arrow::after {
	content: none;
}

.topic-slider .swiper-button-prev {
	left: 1.25rem;
	transform: rotate(-45deg);
}

.topic-slider .swiper-button-next {
	right: 1.25rem;
	transform: rotate(135deg);
}

.topic-slider.swiper-horizontal .swiper-pagination {
	bottom: 2.1875rem;
}

.topic-slider.swiper-horizontal .swiper-pagination .swiper-pagination-bullet {
	background-color: #bdbebe;
}

.topic-slider.swiper-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #68b1de;
}

.topic-slider .swiper-button-next,
.topic-slider .swiper-button-prev {
	color: #939393;
}

.topic-slider .swiper-slide {
	position: relative;
	overflow: hidden;
	height: auto;
}

.topic-slider__content {
	border: none;
	margin-bottom: 0;
	background-color: #fff;
	padding: 30px 25px 15px;
	z-index: 10;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
	min-height: 74.6666666667vw;
}

.block-popular {
	padding-bottom: 5rem;
}

.block-popular__item {
	margin: 0 .9375rem;
}

.block-popular__item:hover {
	text-decoration: none;
	opacity: .75;
}

.block-popular__image {
	margin-bottom: .75rem;
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 9.0625rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.block-popular__image img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
	max-height: inherit;
}

.block-popular__image img.full-width {
	width: 100%;
}

.block-popular__image img.full-height {
	height: 100%;
}

.block-popular__date {
	font-family: "Mikado",BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: .75rem;
	color: #21537f;
}

.block-popular__ttl {
	color: #21537f;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: .75rem;
}

.card-book {
	padding: 1rem 0;
}

.card-book.card-book--even .container-fluid>.row,
.card-book.card-book--even .container-sm>.row,
.card-book.card-book--even .container-md>.row,
.card-book.card-book--even .container-lg>.row,
.card-book.card-book--even .container-xl>.row,
.card-book.card-book--even .wp-block-group.alignwide>.wp-block-group__inner-container>.row {
	flex-direction: row-reverse;
}

.card-book .card-book__half.card-book__half-1>div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-book .card-book__half .card-book__half-bg {
	opacity: .2;
	position: absolute;
	left: -20%;
	right: -20%;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.card-book .card-book__content p:last-of-type {
	margin-bottom: 0;
}

.card-book .card-book__title {
	margin-bottom: 2rem;
}

.card-book .card-book__image {
	z-index: 100;
	max-width: 230px;
	margin: 0 auto;
}

.card-book .card-book__cta {
	margin-top: 2rem;
}

.event-detail {
	font-family: "Noto Sans JP",sans-serif;
}

.event-detail .section {
	margin: 1.875rem auto 3.125rem;
}

.list-tag {
	display: flex;
	flex-flow: wrap;
	list-style: none;
	padding: 0;
}

.list-tag__item:not(:last-child) {
	margin-right: .9375rem;
}

.list-tag__anchor {
	transition: all .2s ease-in-out;
	color: #000 !important;
}

.list-tag__anchor:hover {
	text-decoration: none;
	opacity: .75;
}

.tag-highlight {
	display: flex;
	flex-flow: wrap;
	list-style: none;
	padding: 0;
}

.tag-highlight__item {
	margin-bottom: .3125rem;
}

.tag-highlight__item:not(:last-child) {
	margin-right: .5rem;
}

.tag-highlight__anchor {
	display: block;
	font-size: .6875rem;
	background-color: #b0e1e7;
	padding: .25rem .375rem;
	color: #1b344d;
	font-weight: bold;
}

.tag-highlight__anchor:hover {
	transition: all .2s ease-in-out;
	text-decoration: none;
	opacity: .75;
}

.font-weight-regular {
	font-weight: 400 !important;
}

main {
	flex: 1 0 auto;
}

.page-des {
	position: relative;
	text-align: center;
	color: #12334c;
	font-size: 1.1rem;
}

.mainvisual {
	margin-bottom: 3.125rem;
}

.mainvisual .image-element__wrap {
	display: block;
}

.mainvisual .caption {
	margin-bottom: 0 !important;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.teaser-image,
.card-product .card-product__image,
.card-quote .card-quote__content img,
.card-quote .card-quote__old-content img,
.card-mug .card-mug__content img,
.which-moomin .quiz-result-image {
	width: 100%;
	max-width: 100%;
}

.lazy,
.card-product .ar__content img {
	opacity: 0;
	transition: opacity .3s ease;
}

.lazy.loaded,
.card-product .ar__content img.loaded {
	opacity: 1;
}

div.lazy[data-ll-status=entered],
section.lazy[data-ll-status=entered] {
	opacity: 1;
}

.post-edit-link {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}

.body-copy-1,
.rte p,
.rns .rns-plugin .rns-header .rns-sub-header p,
.rte ul,
.rns .rns-plugin .rns-header .rns-sub-header ul,
.rte ol,
.rns .rns-plugin .rns-header .rns-sub-header ol,
.rte blockquote strong,
.rns .rns-plugin .rns-header .rns-sub-header blockquote strong,
.rte blockquote p strong,
.card-news .card-news__title,
.rns .rns-plugin .rns-header .rns-sub-header,
.rns .rns-plugin .rns-shares .rns-header,
blockquote.wp-block-quote p {
	font-size: 1.125rem;
	line-height: 1.3888888889em;
	letter-spacing: 0;
}

.card-news .card-news__title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

.body-copy-2,
.form-group label,
.teaser-category,
.rte .thumbnail-container,
.rns .rns-plugin .rns-header .rns-sub-header .thumbnail-container,
.btn-sidebar-linklist,
.sidebar,
blockquote.wp-block-quote cite {
	line-height: 1.3076923077em;
	letter-spacing: 0;
	font-size: 1rem;
}

.body-copy-3 {
	font-size: .625rem;
	line-height: 1.6em;
	letter-spacing: 0;
}

.body-bold-1,
.rte h4,
.rns .rns-plugin .rns-header .rns-sub-header h4,
.rte .h4,
.rns .rns-plugin .rns-header .rns-sub-header .h4,
.card-mug .card-mug__date {
	font-size: 1.125rem;
	line-height: 1.3888888889em;
	letter-spacing: 0;
	font-weight: 600;
}

.body-bold-2,
.footer {
	font-size: .8125rem;
	line-height: 1.3076923077em;
	letter-spacing: 0;
	font-weight: 700;
}

.body-bold-3,
.footer .footer__row.footer__row--secondary,
.footer .footer__title {
	font-size: .625rem;
	line-height: 1.6em;
	letter-spacing: 0;
	font-weight: 700;
}

.search-query {
	color: #2ab0e1;
}

.rte,
.rns .rns-plugin .rns-header .rns-sub-header {
	color: #4a4a4a;
}

.rte a,
.rns .rns-plugin .rns-header .rns-sub-header a {
	text-decoration: underline;
	color: #4a4a4a;
}

.rte a:hover,
.rns .rns-plugin .rns-header .rns-sub-header a:hover {
	color: #2ab0e1;
}

.rte h1,
.rns .rns-plugin .rns-header .rns-sub-header h1,
.rte .h1,
.rns .rns-plugin .rns-header .rns-sub-header .h1,
.rte h2,
.rns .rns-plugin .rns-header .rns-sub-header h2,
.rte .h2,
.rns .rns-plugin .rns-header .rns-sub-header .h2,
.rte h3,
.rns .rns-plugin .rns-header .rns-sub-header h3,
.rte .h3,
.rns .rns-plugin .rns-header .rns-sub-header .h3 {
	font-family: "Noto Sans JP",sans-serif;
	color: #21537f;
	margin-top: 2.5em;
	margin-bottom: .7em;
	font-weight: 400;
}

.rte h1 img,
.rns .rns-plugin .rns-header .rns-sub-header h1 img,
.rte .h1 img,
.rns .rns-plugin .rns-header .rns-sub-header .h1 img,
.rte h2 img,
.rns .rns-plugin .rns-header .rns-sub-header h2 img,
.rte .h2 img,
.rns .rns-plugin .rns-header .rns-sub-header .h2 img,
.rte h3 img,
.rns .rns-plugin .rns-header .rns-sub-header h3 img,
.rte .h3 img,
.rns .rns-plugin .rns-header .rns-sub-header .h3 img {
	max-width: 100%;
}

.rte h1:first-child,
.rns .rns-plugin .rns-header .rns-sub-header h1:first-child,
.rte .h1:first-child,
.rns .rns-plugin .rns-header .rns-sub-header .h1:first-child,
.rte h2:first-child,
.rns .rns-plugin .rns-header .rns-sub-header h2:first-child,
.rte .h2:first-child,
.rns .rns-plugin .rns-header .rns-sub-header .h2:first-child,
.rte h3:first-child,
.rns .rns-plugin .rns-header .rns-sub-header h3:first-child,
.rte .h3:first-child,
.rns .rns-plugin .rns-header .rns-sub-header .h3:first-child {
	margin-top: 0;
}

.rte h4,
.rns .rns-plugin .rns-header .rns-sub-header h4,
.rte .h4,
.rns .rns-plugin .rns-header .rns-sub-header .h4,
.rte h5,
.rns .rns-plugin .rns-header .rns-sub-header h5,
.rte .h5,
.rns .rns-plugin .rns-header .rns-sub-header .h5,
.rte h6,
.rns .rns-plugin .rns-header .rns-sub-header h6,
.rte .h6,
.rns .rns-plugin .rns-header .rns-sub-header .h6 {
	color: #21537f;
	margin-top: 2.5em;
	margin-bottom: .7em;
}

.rte h4 img,
.rns .rns-plugin .rns-header .rns-sub-header h4 img,
.rte .h4 img,
.rns .rns-plugin .rns-header .rns-sub-header .h4 img,
.rte h5 img,
.rns .rns-plugin .rns-header .rns-sub-header h5 img,
.rte .h5 img,
.rns .rns-plugin .rns-header .rns-sub-header .h5 img,
.rte h6 img,
.rns .rns-plugin .rns-header .rns-sub-header h6 img,
.rte .h6 img,
.rns .rns-plugin .rns-header .rns-sub-header .h6 img {
	max-width: 100%;
}

.rte h4:first-child,
.rns .rns-plugin .rns-header .rns-sub-header h4:first-child,
.rte .h4:first-child,
.rns .rns-plugin .rns-header .rns-sub-header .h4:first-child,
.rte h5:first-child,
.rns .rns-plugin .rns-header .rns-sub-header h5:first-child,
.rte .h5:first-child,
.rns .rns-plugin .rns-header .rns-sub-header .h5:first-child,
.rte h6:first-child,
.rns .rns-plugin .rns-header .rns-sub-header h6:first-child,
.rte .h6:first-child,
.rns .rns-plugin .rns-header .rns-sub-header .h6:first-child {
	margin-top: 0;
}

.rte h5,
.rns .rns-plugin .rns-header .rns-sub-header h5,
.rte .h5,
.rns .rns-plugin .rns-header .rns-sub-header .h5 {
	font-size: 1rem;
}

.rte--dark-text h1,
.rte--dark-text .h1,
.rte--dark-text h2,
.rte--dark-text .h2,
.rte--dark-text h3,
.rte--dark-text .h3,
.rte--dark-text h4,
.rte--dark-text .h4,
.rte--dark-text h5,
.rte--dark-text .h5,
.rte--dark-text h6,
.rte--dark-text .h6 {
	color: #4a4a4a;
}

.rte p,
.rns .rns-plugin .rns-header .rns-sub-header p {
	margin-bottom: 2.2rem;
}

.rte p.ingress,
.rns .rns-plugin .rns-header .rns-sub-header p.ingress {
	font-size: 1.375rem;
}

.rte p img,
.rns .rns-plugin .rns-header .rns-sub-header p img {
	max-width: 100%;
	height: auto;
}

.rte ul,
.rns .rns-plugin .rns-header .rns-sub-header ul,
.rte ol,
.rns .rns-plugin .rns-header .rns-sub-header ol {
	margin: 0 0 1.5em;
	padding: 0 0 0 1em;
}

.rte blockquote,
.rns .rns-plugin .rns-header .rns-sub-header blockquote,
.rte blockquote p,
.rns .rns-plugin .rns-header .rns-sub-header blockquote p {
	max-width: 420px;
	color: #21537f;
}

.rte blockquote strong,
.rns .rns-plugin .rns-header .rns-sub-header blockquote strong,
.rte blockquote p strong,
.rns .rns-plugin .rns-header .rns-sub-header blockquote p strong {
	color: #4a4a4a;
	font-weight: normal;
}

.rte .thumbnail-container,
.rns .rns-plugin .rns-header .rns-sub-header .thumbnail-container {
	text-align: center;
	margin-bottom: 0rem;
}

.rte .thumbnail-container img,
.rns .rns-plugin .rns-header .rns-sub-header .thumbnail-container img {
	margin-bottom: .5rem;
}

.rte .wp-caption,
.rns .rns-plugin .rns-header .rns-sub-header .wp-caption {
	max-width: 100% !important;
	height: auto !important;
}

.rte .wp-caption img,
.rns .rns-plugin .rns-header .rns-sub-header .wp-caption img {
	max-width: 100%;
	height: auto;
	margin-bottom: 0;
}

.rte .wp-caption.aligncenter,
.rns .rns-plugin .rns-header .rns-sub-header .wp-caption.aligncenter {
	margin: 2em auto;
	text-align: center;
}

.rte .wp-caption.aligncenter .wp-caption-text,
.rns .rns-plugin .rns-header .rns-sub-header .wp-caption.aligncenter .wp-caption-text {
	text-align: center;
}

.rte .wp-caption-text,
.rns .rns-plugin .rns-header .rns-sub-header .wp-caption-text {
	padding: .5em 0;
	margin-bottom: 0;
	font-size: 1em;
}

.rte .alignleft,
.rns .rns-plugin .rns-header .rns-sub-header .alignleft,
.rte .alignright,
.rns .rns-plugin .rns-header .rns-sub-header .alignright {
	margin: 0 auto;
}

.main-title {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.full-width-block,
.wp-block-group.alignwide,
.wp-block-group.alignfull,
.wp-block-image.alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	overflow-x: hidden;
}

.col-reduced {
	max-width: 1120px;
	margin: 0 auto;
}

.col-readable {
	max-width: 640px;
	margin: 0 auto;
}

.section-margin-top {
	margin-top: 1.5rem;
}

.section-margin-bottom,
.section-title,
.blog-post .blog-post__header,
.blog-post .blog-post__content,
.image-block,
.ingress-block,
.wysiwyg-block,
.image-text-block,
.block-products {
	margin-bottom: 1.5rem;
}

.section-padding-top,
.pagination-block,
.page-content-blocks .text-block-padding,
.hero-blocks .text-block-padding,
.blog-post .blog-post__tag-blocks,
.blog-post--no-image,
.explore-characters-map,
.explore-moominvalley-map .explore-map__header,
.character-post,
.character-post .character-post__half.character-post__half-1,
.inspiration-page,
.history,
.search-list,
.card-book .card-book__half,
.card-quote.card-quote__half,
.card-mug.card-mug__half,
.events-container,
.event-header .event-header__status,
.quote-block,
.feature-wrapper {
	padding-top: 2rem;
}

.section-padding-bottom,
.pagination-block,
.page-content-blocks .text-block-padding,
.hero-blocks .text-block-padding,
.blog-post .blog-post__tag-blocks,
.blog-post,
.explore-map .explore-map__header,
.character-post .character-post__half.character-post__half-1,
.inspiration-page,
.history,
.search-list,
.card-book .card-book__half,
.card-quote.card-quote__half,
.card-mug.card-mug__half,
.events-container,
.event-header .event-header__status,
.quote-block,
.wysiwyg-columns-block,
.feature-wrapper {
	padding-bottom: 2rem;
}

.character-post {
	padding-bottom: 3rem;
}

.goverlay {
	background-color: #12334c;
}

.explore-map .explore-map__header {
	background: none;
}

.explore-map .explore-map__title {
	margin-bottom: .75em;
}

.explore-characters-map,
.explore-moominvalley-map {
	background: #95e4e8;
}

.characters .tooltip.show,
.moominvalley .tooltip.show {
	opacity: 1;
}

.characters .tooltip .arrow,
.moominvalley .tooltip .arrow {
	display: none;
}

.characters .tooltip-inner,
.characters .explore-list-item-mobile__title,
.moominvalley .tooltip-inner,
.moominvalley .explore-list-item-mobile__title {
	background-color: #fff064;
	color: #0c5156;
	max-width: unset;
}

.characters .tooltip-inner,
.moominvalley .tooltip-inner {
	padding-top: 1px;
	padding-bottom: 1px;
}

.characters .explore-list-item-mobile__title,
.moominvalley .explore-list-item-mobile__title {
	padding-left: .5em;
	padding-right: .5em;
	font-size: .8rem;
}

.explore__list .explore-list-item-mobile {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
}

.explore__list .explore-list-item-mobile .explore-list-item-mobile__inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.5em;
}

.explore__list .explore-list-item-mobile .explore-list-item-mobile__inner .explore-list-item-mobile__inner__circle {
	width: 100%;
	height: 100%;
}

.explore__list .explore-list-item-mobile .explore-list-item-mobile__inner .explore-list-item-mobile__inner__description {
	position: absolute;
	bottom: .75rem;
	left: 0;
	width: 100%;
	text-align: center;
}

.explore__list .explore-list-item--dark {
	background: #6ec7cc;
}

.explore-characters-map .explore__list .explore-list-item-mobile .explore-list-item-mobile__inner .explore-list-item-mobile__inner__circle {
	border: 2px solid #000;
	border-radius: 100%;
	background: #6ec7cc;
}

.explore-characters-map .explore-list-item--dark .explore-list-item-mobile__inner__circle {
	background: #95e4e8 !important;
}

.explore__map {
	width: 100%;
	text-align: center;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.explore__image-container {
	position: relative;
	margin: auto;
	width: 100%;
}

.explore__image-container .explore__shape-container svg {
	position: absolute;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	pointer-events: none;
}

.explore__image-container .explore__shape-container svg path,
.explore__image-container .explore__shape-container svg polygon {
	cursor: pointer;
	fill: transparent;
	transition: all .25s;
	pointer-events: all;
}

.explore__image-container .explore__shape-container:hover svg path,
.explore__image-container .explore__shape-container:hover svg polygon {
	fill: #fff064;
}

.explore__image-container .explore__shape-container:hover .explore__image__moominvalley-dot {
	display: none;
}

.explore__image-container .explore__map__img {
	position: relative;
	pointer-events: none;
	width: 100%;
}

.explore__image-container .explore__image__moominvalley-shape.moominhouse {
	width: 2.05%;
	left: 49.2%;
	top: 85.7%;
	height: 6%;
}

.explore__image-container .explore__image__moominvalley-shape.the-hammock {
	width: 4.35%;
	left: 43.65%;
	top: 81.2%;
	height: 6.2%;
}

.explore__image-container .explore__image__moominvalley-shape.snufkins-tent {
	width: 2.51%;
	left: 54.8%;
	top: 74.3%;
	height: 3%;
}

.explore__image-container .explore__image__moominvalley-shape.sniffs-cave {
	width: 11%;
	left: 28%;
	top: 65.1%;
	height: 18%;
}

.explore__image-container .explore__image__moominvalley-shape.the-boathouse {
	width: 4.31%;
	left: 33%;
	top: 56.8%;
	height: 6.5%;
}

.explore__image-container .explore__image__moominvalley-shape.the-lonely-mountains {
	width: 15.823%;
	left: 60.7%;
	top: 36.6%;
	height: 33%;
}

.explore__image-container .explore__image__moominvalley-shape.hattifatteners-island {
	width: 9.743%;
	left: 30.2%;
	top: 3.2%;
	height: 16.6%;
}

.explore__image-container .explore__image__moominvalley-dot {
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	background-color: #fff064;
	border-radius: 50%;
	z-index: 5;
}

.explore__image-container .explore__image__moominvalley-dot.moominhouse {
	left: 49.4%;
	top: 87.2%;
}

.explore__image-container .explore__image__moominvalley-dot.the-hammock {
	left: 43.85%;
	top: 84.2%;
}

.explore__image-container .explore__image__moominvalley-dot.snufkins-tent {
	left: 55.9%;
	top: 74.9%;
}

.explore__image-container .explore__image__moominvalley-dot.sniffs-cave {
	left: 31%;
	top: 69.1%;
}

.explore__image-container .explore__image__moominvalley-dot.the-boathouse {
	left: 34.5%;
	top: 59.8%;
}

.explore__image-container .explore__image__moominvalley-dot.the-lonely-mountains {
	left: 67.7%;
	top: 46.6%;
}

.explore__image-container .explore__image__moominvalley-dot.hattifatteners-island {
	left: 37.2%;
	top: 13.2%;
}

.explore__image-container .explore__image__character-shape.snufkin {
	width: 25.3%;
	left: 36%;
	top: .5%;
	height: 11%;
}

.explore__image-container .explore__image__character-shape.snorkmaiden {
	left: 54.9%;
	top: 2.7%;
	width: 11%;
	height: 10.5%;
}

.explore__image-container .explore__image__character-shape.little-my {
	left: 28.8%;
	top: 18.7%;
	width: 11.1%;
	height: 13%;
}

.explore__image-container .explore__image__character-shape.moomintroll {
	left: 62.65%;
	top: 7.1%;
	width: 13.2%;
	height: 17%;
}

.explore__image-container .explore__image__character-shape.fillyjonk {
	left: 40.6%;
	top: 13.45%;
	width: 18.1%;
	height: 26.6%;
}

.explore__image-container .explore__image__character-shape.moominpappa {
	width: 21%;
	left: 49.6%;
	top: 34.5%;
	height: 20.8%;
}

.explore__image-container .explore__image__character-shape.sniff {
	left: 22.7%;
	top: 63.6%;
	width: 19.5%;
	height: 23%;
}

.explore__image-container .explore__image__character-shape.snork {
	left: 42.65%;
	top: 50.7%;
	width: 8.1%;
	height: 13.1%;
}

.explore__image-container .explore__image__character-shape.moominmamma {
	left: 26.1%;
	top: 75.5%;
	width: 26.6%;
	height: 22.4%;
}

.explore__image-container .explore__image__character-shape.stinky {
	left: 64.3%;
	top: 44.3%;
	width: 12.8%;
	height: 12%;
}

.explore__image-container .explore__image__character-shape.the-groke {
	left: 33%;
	top: 69%;
	width: 20%;
	height: 18%;
}

.explore__image-container .explore__image__character-shape.too-ticky {
	left: 42.8%;
	top: 55.7%;
	width: 18.1%;
	height: 17.7%;
}

.explore__image-container .explore__image__character-shape.mymble {
	left: 79.5%;
	top: 33.3%;
	width: 14.2%;
	height: 21.9%;
}

.explore__image-container .explore__image__character-shape.hattifatteners {
	left: 57.3%;
	top: 80.5%;
	width: 17.4%;
	height: 15.5%;
}

.explore__image-container .explore__image__character-shape.hemulen {
	left: 55.1%;
	top: 71.5%;
	width: 11.2%;
	height: 19.9%;
}

.explore__image-container .explore__image__character-shape.thingumy-and-bob {
	left: 44.43%;
	top: 45.2%;
	width: 17.4%;
	height: 7.8%;
}

.explore__image-container .explore__image__character-shape.the-muddler {
	left: 40.1%;
	top: 11.1%;
	width: 10.65%;
	height: 6.5%;
}

.explore__image-container .explore__image__character-shape.toffle {
	left: 54.4%;
	top: 5.9%;
	width: 5.2%;
	height: 6%;
}

.explore__image-container .explore__image__character-shape.lighthouse-keeper {
	left: 23.2%;
	top: 71.9%;
	width: 7.2%;
	height: 17.7%;
}

.explore__image-container .explore__image__character-shape.ghost {
	left: 58.8%;
	top: 58.5%;
	width: 7%;
	height: 17.7%;
}

.explore__image-container .explore__image__character-shape.ancestor {
	left: 76.5%;
	top: 26.7%;
	width: 7.5%;
	height: 15.2%;
}

.explore__image-container .explore__image__character-shape.the-lady-of-the-cold {
	left: 14.2%;
	top: 31.8%;
	width: 10.3%;
	height: 12%;
}

.explore__image-container .explore__image__character-shape.hobgoblin {
	left: 70.15%;
	top: 54.7%;
	width: 14%;
	height: 25.5%;
}

.explore__image-container .explore__image__character-shape.toft {
	left: 68.3%;
	top: 57.28%;
	width: 6%;
	height: 15.4%;
}

.explore__image-container .explore__image__character-shape.primadonna {
	left: 75.3%;
	top: 63.8%;
	width: 24%;
	height: 33.1%;
}

.explore__image-container .explore__image__character-shape.ninny {
	left: 39.2%;
	top: 57%;
	width: 7%;
	height: 12.4%;
}

.explore__image-container .explore__image__character-shape.woodies {
	left: 22.5%;
	top: 90.9%;
	width: 8.3%;
	height: 7.6%;
}

.explore__image-container .explore__image__character-shape.emma {
	left: .4%;
	top: 61.4%;
	width: 17%;
	height: 25.8%;
}

.explore__image-container .explore__image__character-shape.brisk {
	left: 13.8%;
	top: 50.6%;
	width: 11%;
	height: 25.2%;
}

.explore__image-container .explore__image__character-shape.muskrat {
	left: 27.35%;
	top: 46.9%;
	width: 11.5%;
	height: 15%;
}

.explore__image-container .explore__image__character-shape.misabel {
	left: 13.87%;
	top: 87.1%;
	width: 10.4%;
	height: 9%;
}

.explore-moominvalley-map .explore__map {
	position: relative;
}

.explore-moominvalley-map .explore__map:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%;
}

.explore-moominvalley-map .explore__map>.ar__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.explore-moominvalley-map .explore__map .explore__image-container {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	display: flex;
	text-align: center;
}

.explore-moominvalley-map .explore__map .explore__image-container .explore__image-displacement {
	width: 150vw;
	height: auto;
	position: absolute;
	left: -9999px;
	right: -9804px;
	margin: auto;
	max-width: 1858px;
}

.character-post.character-post--even .container-fluid>.row,
.character-post.character-post--even .container-sm>.row,
.character-post.character-post--even .container-md>.row,
.character-post.character-post--even .container-lg>.row,
.character-post.character-post--even .container-xl>.row,
.character-post.character-post--even .wp-block-group.alignwide>.wp-block-group__inner-container>.row {
	flex-direction: row-reverse;
}

.character-post .character-post__half>div {
	height: 100%;
}

.character-post .character-post__half.character-post__half-1 {
	padding-left: 5%;
	padding-right: 5%;
}

.character-post .character-post__half.character-post__half-1 .container-static-width {
	right: 0;
}

.character-post .character-post__half .character-post__half-bg {
	opacity: .2;
	position: absolute;
	left: -20%;
	right: -20%;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
}

.character-post .character-post__content p:last-of-type {
	margin-bottom: 0;
}

.character-post .character-post__title {
	margin-bottom: 2rem;
}

.character-post .character-post__image {
	z-index: 100;
	max-width: 530px;
	margin: 0 auto;
}

.character-marquee {
	padding: 2rem 0;
	overflow: hidden;
	height: 130px;
}

.character-marquee ul {
	display: none;
}

.character-marquee ul li {
	margin-bottom: 1em;
}

.character-marquee ul.newsticker {
	display: block;
}

.card-inspiration {
	text-align: center;
	margin-bottom: 50px;
}

.card-inspiration .card-inspiration__content {
	text-align: center;
}

.card-inspiration .card-inspiration__image {
	max-width: 230px;
	margin: 0 auto 16.66667px;
}

.card-inspiration .card-inspiration__download-links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.card-inspiration .card-inspiration__download-links li {
	display: inline-block;
	margin-right: 4px;
}

.card-inspiration .card-inspiration__download-links li:last-child {
	margin-right: 0;
}

.history .card-history .card-history__image {
	max-width: 400px;
}

.history .card-history .card-history__title {
	margin-top: .5em;
	margin-bottom: .5em;
	font-family: "Moomin Font",sans-serif;
}

.tablepress tfoot th,
.tablepress thead th {
	background: none;
	border: none;
}

.tablepress tbody td {
	border: none;
}

.tablepress tbody tr:nth-child(odd) {
	background-color: rgba(0,0,0,.075);
}

.cta-block {
	margin-bottom: 1em;
}

.card-news>a {
	display: block;
	transition: all .2s ease-in-out;
}

.card-news>a:hover {
	text-decoration: none;
	opacity: .75;
}

.card-news .card-news__image-container {
	position: relative;
	overflow: hidden;
	margin-bottom: .8rem;
}

.card-news .card-news__image-container:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 63.80697%;
}

.card-news .card-news__image-container>.ar__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.card-news .card-news__image-container img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	max-width: none;
	height: 100%;
	width: 100%;
	transition: transform .5s;
}

.card-news .card-news__image-container:hover img {
	transform: scale3d(1.1, 1.1, 1);
}

.card-news .card-news__date {
	margin-bottom: .6rem;
	color: #251e1c;
}

.card-news .card-news__title {
	font-weight: 400;
	margin-top: 0;
	color: #21537f;
}

.card-news .card-news__title a {
	text-decoration: none;
	color: #21537f;
	transition: all .2s ease-in-out;
}

.card-news .card-news__title a:hover {
	opacity: .75;
}

.card-news .card-news__title a:hover {
	text-decoration: none;
}

.card-news .card-news__excerpt {
	color: #4a4a4a;
}

.card-location {
	color: #073f1e;
}

.card-location>a {
	display: block;
}

.card-location .card-location__image-container {
	position: relative;
}

.card-location .card-location__image-container:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 63.80697%;
}

.card-location .card-location__image-container>.ar__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.card-location .card-location__image-container img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	max-width: none;
	height: 100%;
	width: 100%;
}

.card-location .card-location__header {
	display: flex;
	align-items: flex-start;
}

.card-location .card-location__cta {
	margin-left: auto;
}

.card-location .card-location__title {
	font-weight: 600;
	margin-right: 25px;
	color: #073f1e;
}

.card-location .card-location__title a {
	color: #073f1e;
}

.card-product {
	display: block;
	text-align: center;
}

.card-product .card-product__image-container {
	padding: 1em;
	background-color: #fff;
	margin-bottom: 1rem;
}

.card-product .card-product__image {
	transition: transform .5s;
}

.card-product .card-product__image:hover {
	transform: scale3d(1.1, 1.1, 1);
}

.card-product .card-product__title {
	color: #b24800;
}

.card-product .card-product__price {
	color: #fff;
}

.card-product:hover {
	text-decoration: none;
}

.card-quote.card-quote--even .container-fluid>.row,
.card-quote.card-quote--even .container-sm>.row,
.card-quote.card-quote--even .container-md>.row,
.card-quote.card-quote--even .container-lg>.row,
.card-quote.card-quote--even .container-xl>.row,
.card-quote.card-quote--even .wp-block-group.alignwide>.wp-block-group__inner-container>.row {
	flex-direction: row-reverse;
}

.card-quote blockquote {
	font-family: "Noto Sans JP",sans-serif;
	font-size: 1.0625rem;
	letter-spacing: .04em;
	font-weight: bold;
	color: #34537d;
	margin-bottom: 1.5625rem;
}

.card-quote .card-quote__content,
.card-quote .card-quote__old-content {
	color: #0c5156;
}

.card-quote .card-quote__content a,
.card-quote .card-quote__old-content a {
	color: #0c5156;
	text-decoration: underline;
}

.card-quote.card-quote__half .container-static-width {
	width: 100%;
}

.card-quote__old-content {
	flex: 1 1;
}

.card-quote__old-content .attribution {
	font-size: .875rem;
}

.card-quote__half-1 .card-quote__old-image {
	padding: 0;
}

.card-quote--even .card-quote__old-image {
	padding-right: 0;
}

.card-quote.card-quote__half.card-quote__half-1 .container-static-width {
	right: 0;
}

.card-mug {
	background-color: #fff;
}

.card-mug.card-mug--even .container-fluid>.row,
.card-mug.card-mug--even .container-sm>.row,
.card-mug.card-mug--even .container-md>.row,
.card-mug.card-mug--even .container-lg>.row,
.card-mug.card-mug--even .container-xl>.row,
.card-mug.card-mug--even .wp-block-group.alignwide>.wp-block-group__inner-container>.row {
	flex-direction: row-reverse;
}

.card-mug .card-mug__title {
	margin-bottom: 0em;
}

.card-mug .card-mug__image-container {
	max-width: 260px;
	margin: 0 auto 2em;
	text-align: center;
}

.card-mug .card-mug__image-container img {
	width: auto;
	max-height: 200px;
}

.card-mug .card-mug__date {
	margin-bottom: .4em;
}

.card-mug .card-mug__number {
	position: absolute;
	transform: translateX(-100%);
	padding-right: .5em;
	font-size: .6em;
	color: #52ab80;
	line-height: 2.5;
}

.card-mug .card-mug__content {
	padding-right: 25px;
	padding-left: 25px;
	color: #073f1e;
}

.card-mug .card-mug__content a {
	color: #073f1e;
}

.card-mug .card-mug__content ul {
	padding-left: 0;
}

.card-mug .card-mug__content ul li ul {
	padding-left: 2em;
}

.card-mug.card-mug__half.card-mug__half-1 .container-static-width {
	right: 0;
}

.card-event {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #2ab0e1;
}

.card-event:last-child {
	border-bottom: none;
}

.card-event .card-event__date {
	flex: 0 0 175px;
	max-width: 175px;
	margin-right: 25px;
}

.card-event .card-event__title {
	color: #21537f;
	margin-bottom: 1rem;
}

.card-event .card-event__title a {
	color: #21537f;
}

.card-event .card-event__image img {
	width: 100%;
	max-width: 100%;
}

.event-header .event-header__navigation {
	padding: 2rem 0;
}

.event-header .event-header__status {
	color: #8ed7e8;
}

.event-header .event-header__arrow a {
	display: inline-block;
	min-width: 100px;
	max-width: 200px;
	text-align: center;
}

.event-header a {
	color: #fff;
}

.hero {
	overflow: hidden;
}

.hero .hero__bg-image {
	position: absolute;
	left: -10px;
	right: -10px;
	top: -10px;
	bottom: -10px;
	width: 105%;
}

.hero .hero__image-container {
	position: relative;
	overflow-y: hidden;
}

.hero .hero__image-container:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56%;
}

.hero .hero__image-container>.ar__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero .hero__image-container .ar__content .hero__img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	max-width: none;
	height: 100%;
	width: 100%;
}

.hero .hero__image-container .ar__content .hero__logo {
	position: absolute;
	top: 0;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero .hero__image-container .ar__content .hero__logo img {
	width: 100%;
	max-width: 70%;
}

.hero-home--yellow .hero-home__bg-image {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 185% auto;
}

.hero-home--yellow .hero-home__wrapper {
	position: relative;
}

.hero-home--yellow .hero-home__wrapper:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 136.60477%;
}

.hero-home--yellow .hero-home__wrapper>.ar__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero-home--yellow .hero-home__content {
	text-align: center;
	padding: 5% 1em 0;
}

.hero-home--yellow .hero-home__title {
	font-size: 1.4rem;
	color: #21537f;
}

.hero-home--yellow .hero-home__title span {
	font-size: 5.2rem;
	line-height: 1.3;
}

.hero-home--oursea .hero-home__bg-image {
	background-position: right 10% bottom;
	background-repeat: no-repeat;
	background-size: 190% auto;
}

.hero-home--oursea .hero-home__wrapper {
	position: relative;
}

.hero-home--oursea .hero-home__wrapper:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 136.60477%;
}

.hero-home--oursea .hero-home__wrapper>.ar__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero-home--oursea .hero-home__content {
	text-align: center;
	padding: 5% 1em 0;
}

.hero-home--oursea .hero-home__title {
	font-size: 1.4rem;
	color: #0a6b96;
}

.hero-home--oursea .hero-home__title span {
	font-size: 5.2rem;
	line-height: 1.3;
}

.hero-campaign .hero-campaign__bg-image {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 175% auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero-campaign .hero-campaign__wrapper {
	position: relative;
}

.hero-campaign .hero-campaign__wrapper:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 126.5252%;
}

.hero-campaign .hero-campaign__wrapper>.ar__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero-campaign .hero-campaign__content {
	text-align: center;
	margin-bottom: 10vw;
}

.hero-campaign h1 span {
	font-size: 5.2rem;
	line-height: 1.3;
}

.hero-highlight .hero-highlight__title-container {
	height: 100%;
	display: flex;
	max-width: 1100px;
}

.hero-highlight .hero-highlight__title-container .hero-highlight__title {
	font-weight: normal;
	text-align: center;
	align-self: center;
	font-size: 3.8rem;
	margin: 0 auto;
}

.hero-highlight .hero-highlight__wrapper {
	position: relative;
}

.hero-highlight .hero-highlight__wrapper:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 114.28571%;
}

.hero-highlight .hero-highlight__wrapper>.ar__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero-highlight .hero-highlight__wrapper .ar__content>div {
	height: 100%;
}

.hero-highlight .hero-highlight__wrapper .ar__content>div .row {
	height: 100%;
}

.hero-highlight .hero-highlight__wrapper .ar__content>div .row>div {
	height: 100%;
}

.hero-highlight .hero-highlight__image {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	display: flex;
	text-align: center;
	opacity: .3;
}

.hero-highlight .hero-highlight__image svg,
.hero-highlight .hero-highlight__image img {
	width: 200%;
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
	max-width: inherit;
}

.news-categories {
	background-color: #8ed7e8;
}

.news-categories .news-categories__nav li a {
	color: #fff;
	font-size: .75rem;
	font-weight: bold;
}

.news-categories .news-categories__nav {
	color: #fff;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	margin-right: -25px;
	margin-left: -25px;
}

.news-categories .news-categories__nav li {
	white-space: nowrap;
	display: inline-block;
	display: flex;
	align-items: center;
	text-align: center;
	position: relative;
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.news-categories .news-categories__nav li a {
	width: 100%;
	padding-left: 16.66667px;
	padding-right: 16.66667px;
	color: #fff;
}

.news-categories .news-categories__nav li:last-child {
	margin-right: 0;
}

.quote-block .card-quote__content,
.quote-block .card-quote__old-content {
	padding-right: 0;
	padding-left: 0;
}

.quote-block .card-quote__content a,
.quote-block .card-quote__old-content a {
	color: inherit;
}

.quote-block .card-quote__content .attribution,
.quote-block .card-quote__old-content .attribution {
	color: #95e4e8;
}

.quote-block .card-quote__content .attribution a,
.quote-block .card-quote__old-content .attribution a {
	text-decoration: underline;
	color: #95e4e8;
}

.quote-block .card-quote__content .attribution a:hover,
.quote-block .card-quote__old-content .attribution a:hover {
	color: #6ec7cc;
}

.wysiwyg-block.full-width-block,
.wysiwyg-block.wp-block-group.alignwide,
.wysiwyg-block.wp-block-group.alignfull,
.wysiwyg-block.wp-block-image.alignfull {
	margin-bottom: 0;
}

.wysiwyg-block.full-width-block .wysiwyg-block__content img,
.wysiwyg-block.wp-block-group.alignwide .wysiwyg-block__content img,
.wysiwyg-block.wp-block-group.alignfull .wysiwyg-block__content img,
.wysiwyg-block.wp-block-image.alignfull .wysiwyg-block__content img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.wysiwyg-block.full-width-block .wysiwyg-block__content h1:first-child,
.wysiwyg-block.wp-block-group.alignwide .wysiwyg-block__content h1:first-child,
.wysiwyg-block.wp-block-group.alignfull .wysiwyg-block__content h1:first-child,
.wysiwyg-block.wp-block-image.alignfull .wysiwyg-block__content h1:first-child,
.wysiwyg-block.full-width-block .wysiwyg-block__content .h1:first-child,
.wysiwyg-block.wp-block-group.alignwide .wysiwyg-block__content .h1:first-child,
.wysiwyg-block.wp-block-group.alignfull .wysiwyg-block__content .h1:first-child,
.wysiwyg-block.wp-block-image.alignfull .wysiwyg-block__content .h1:first-child,
.wysiwyg-block.full-width-block .wysiwyg-block__content h2:first-child,
.wysiwyg-block.wp-block-group.alignwide .wysiwyg-block__content h2:first-child,
.wysiwyg-block.wp-block-group.alignfull .wysiwyg-block__content h2:first-child,
.wysiwyg-block.wp-block-image.alignfull .wysiwyg-block__content h2:first-child,
.wysiwyg-block.full-width-block .wysiwyg-block__content .h2:first-child,
.wysiwyg-block.wp-block-group.alignwide .wysiwyg-block__content .h2:first-child,
.wysiwyg-block.wp-block-group.alignfull .wysiwyg-block__content .h2:first-child,
.wysiwyg-block.wp-block-image.alignfull .wysiwyg-block__content .h2:first-child,
.wysiwyg-block.full-width-block .wysiwyg-block__content h3:first-child,
.wysiwyg-block.wp-block-group.alignwide .wysiwyg-block__content h3:first-child,
.wysiwyg-block.wp-block-group.alignfull .wysiwyg-block__content h3:first-child,
.wysiwyg-block.wp-block-image.alignfull .wysiwyg-block__content h3:first-child,
.wysiwyg-block.full-width-block .wysiwyg-block__content .h3:first-child,
.wysiwyg-block.wp-block-group.alignwide .wysiwyg-block__content .h3:first-child,
.wysiwyg-block.wp-block-group.alignfull .wysiwyg-block__content .h3:first-child,
.wysiwyg-block.wp-block-image.alignfull .wysiwyg-block__content .h3:first-child,
.wysiwyg-block.full-width-block .wysiwyg-block__content h4:first-child,
.wysiwyg-block.wp-block-group.alignwide .wysiwyg-block__content h4:first-child,
.wysiwyg-block.wp-block-group.alignfull .wysiwyg-block__content h4:first-child,
.wysiwyg-block.wp-block-image.alignfull .wysiwyg-block__content h4:first-child,
.wysiwyg-block.full-width-block .wysiwyg-block__content .h4:first-child,
.wysiwyg-block.wp-block-group.alignwide .wysiwyg-block__content .h4:first-child,
.wysiwyg-block.wp-block-group.alignfull .wysiwyg-block__content .h4:first-child,
.wysiwyg-block.wp-block-image.alignfull .wysiwyg-block__content .h4:first-child,
.wysiwyg-block.full-width-block .wysiwyg-block__content h5:first-child,
.wysiwyg-block.wp-block-group.alignwide .wysiwyg-block__content h5:first-child,
.wysiwyg-block.wp-block-group.alignfull .wysiwyg-block__content h5:first-child,
.wysiwyg-block.wp-block-image.alignfull .wysiwyg-block__content h5:first-child,
.wysiwyg-block.full-width-block .wysiwyg-block__content .h5:first-child,
.wysiwyg-block.wp-block-group.alignwide .wysiwyg-block__content .h5:first-child,
.wysiwyg-block.wp-block-group.alignfull .wysiwyg-block__content .h5:first-child,
.wysiwyg-block.wp-block-image.alignfull .wysiwyg-block__content .h5:first-child,
.wysiwyg-block.full-width-block .wysiwyg-block__content h6:first-child,
.wysiwyg-block.wp-block-group.alignwide .wysiwyg-block__content h6:first-child,
.wysiwyg-block.wp-block-group.alignfull .wysiwyg-block__content h6:first-child,
.wysiwyg-block.wp-block-image.alignfull .wysiwyg-block__content h6:first-child,
.wysiwyg-block.full-width-block .wysiwyg-block__content .h6:first-child,
.wysiwyg-block.wp-block-group.alignwide .wysiwyg-block__content .h6:first-child,
.wysiwyg-block.wp-block-group.alignfull .wysiwyg-block__content .h6:first-child,
.wysiwyg-block.wp-block-image.alignfull .wysiwyg-block__content .h6:first-child {
	margin-top: 0;
}

.large-title .large-title__title {
	margin: 0;
}

.image-text-block.image-text-block--image-right>.row {
	flex-direction: row-reverse;
}

.image-text-block.image-text-block--with-caption img {
	margin-bottom: .5em;
}

.image-text-block .image-text-block__caption {
	font-size: 1rem;
	margin-bottom: 1em !important;
}

.block-products {
	background-color: #fcca00;
	padding: 50px;
}

.full-width-halved-block {
	padding-top: 50px;
	padding-bottom: 50px;
}

.full-width-halved-block .full-width-halved-block__title {
	margin-bottom: 2rem;
}

.full-width-halved-block p:last-child {
	margin-bottom: 2rem;
}

.full-width-halved-block-alt .full-width-halved-block-alt__container {
	padding-left: 0;
	padding-right: 0;
}

.full-width-halved-block-alt .full-width-halved-block-alt__content-padding {
	padding: 50px 25px;
	position: relative;
	z-index: 1;
}

.full-width-halved-block-alt .full-width-halved-block-alt__title {
	margin-bottom: 2rem;
}

.full-width-halved-block-alt .image-themed {
	width: 100%;
}

.full-width-halved-block-alt .image-themed svg,
.full-width-halved-block-alt .image-themed img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.full-width-halved-block-alt .full-width-halved-block-alt__image {
	width: auto;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	max-height: 800px;
}

.full-width-halved-block-alt p:last-child {
	margin-bottom: 2rem;
}

.articles-block-wrapper--withborder .articles-block__inner {
	border-bottom: 2px solid #2ab0e1;
}

.articles-block-wrapper .container-fluid .section-title-block,
.articles-block-wrapper .container-sm .section-title-block,
.articles-block-wrapper .container-md .section-title-block,
.articles-block-wrapper .container-lg .section-title-block,
.articles-block-wrapper .container-xl .section-title-block,
.articles-block-wrapper .wp-block-group.alignwide>.wp-block-group__inner-container .section-title-block {
	margin-bottom: 3rem;
}

.loader {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #ff5722;
	margin-top: -60px;
	-webkit-animation: bounce .5s;
	animation: bounce .5s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
	animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

ball {
	-webkit-animation-name: bounce;
	-webkit-animation-duration: .5s;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
	-webkit-animation-iteration-count: infinite;
}

.loader-container {
	width: 100%;
	flex-basis: 100%;
	display: none;
	justify-content: center;
	position: relative;
	margin: 1em 0 5em;
}

.loader-container.show {
	display: flex;
}

.oursea-donate {
	position: fixed;
	bottom: 12.5px;
	right: 12.5px;
	display: block;
	width: 110px;
	height: 133px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 10;
}

.abc-badge {
	position: fixed;
	bottom: 12.5px;
	right: 12.5px;
	display: block;
	width: 110px;
	height: 139px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 10;
}

.image-gallery.full-width-block,
.image-gallery.wp-block-group.alignwide,
.image-gallery.wp-block-group.alignfull,
.image-gallery.wp-block-image.alignfull {
	overflow: hidden;
}

.image-gallery .gallery {
	display: flex;
	flex-wrap: wrap;
	margin-right: -25px;
	margin-left: -25px;
}

.image-gallery .gallery-item {
	position: relative;
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
	flex: 0 0 50%;
	max-width: 50%;
	padding-bottom: 50px;
}

.image-gallery .gallery-caption {
	display: none;
}

.image-with-text-overlay>div {
	width: 100%;
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.image-with-text-overlay .image-with-text-overlay__banner {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	overflow: hidden;
	position: relative;
}

.image-with-text-overlay .image-element__wrap {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.image-with-text-overlay .image-element__wrap>img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.image-with-text-overlay .caption {
	position: static;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 1%;
	top: 0;
	transform: none;
	width: 100%;
	display: block;
	pointer-events: none;
	text-align: left;
}

.image-with-text-overlay .caption .caption-content {
	background-color: #fff;
	border: 0px solid #fff;
	padding: 30px;
	pointer-events: all;
}

.image-with-text-overlay .hero-home__title {
	font-size: 1.125rem;
	color: #12334c;
}

.image-with-text-overlay .hero-home__title span {
	display: block;
	line-height: 1.3;
	margin: .3em 0 .4em;
	font-size: 3.25rem;
}

.which-moomin .begin-container {
	margin-top: .625rem;
}

.which-moomin .which-form {
	margin-top: 60px;
}

.which-moomin .which-moomin__header {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	text-align: center;
}

.which-moomin .which-moomin__header--bg {
	background-color: #6ec7cc;
}

.which-moomin .question h3 {
	margin-bottom: 2rem;
}

.which-moomin .quiz-answer {
	margin-bottom: 1rem;
}

.which-moomin .quiz-answer label {
	display: inline-block;
}

.which-moomin .which-moomin-shop-title {
	text-align: center;
}

.which-moomin #share-facebook {
	cursor: pointer;
}

.which-moomin .button-which-moomin[disabled] {
	background-color: #fafefe;
	color: #fff;
}

.which-moomin .circle {
	border-radius: 50%;
	background-color: #fff;
	color: #47a0aa;
	width: 78px;
	height: 78px;
	line-height: 78px;
	font-size: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	bottom: -39px;
	left: 0;
	right: 0;
	font-family: "Mikado",BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.share-this-on {
	font-weight: bold;
}

.which-moomin .start-image {
	margin-bottom: 60px;
}

.which-moomin body[lang=ja] {
	font-family: "Apple Gothic" !important;
}

.which-moomin body[lang=ja] #try-again {
	font-size: 13px;
}

.which-moomin [data-quiz] {
	display: none;
}

.which-moomin [data-quiz-character] {
	display: none;
}

.which-moomin [data-quiz-character].flex-show {
	display: flex;
}

.rns .rns-plugin {
	font-family: inherit;
	margin-top: 4rem;
}

.rns .rns-plugin .rns-header .rns-header-text {
	color: #21537f;
}

.rns .rns-plugin .rns-reactions .reactions {
	margin-left: -0.5%;
	margin-right: -0.5%;
	flex-direction: row;
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction {
	position: relative;
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0;
	padding-right: 0;
	border: none;
	border-radius: 0;
	flex-direction: column;
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button .rns-reaction-count {
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	bottom: -22px;
	transition: all .1s;
	font-weight: 400;
	opacity: .8;
	color: #4a4a4a;
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button .rns-icon {
	position: relative;
	transform: none;
	width: auto;
	margin: 0 0 10px;
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button .rns-icon img {
	width: 100%;
	max-width: 80px;
	height: auto;
	z-index: 10;
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button:focus {
	background: none;
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button:focus .rns-icon {
	transform: none;
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button:hover .rns-icon {
	transform: scale(1.1);
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button:hover .rns-icon:after {
	transform: scale(0.85);
	opacity: .3;
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction.selected .rns-reaction-button {
	background: none !important;
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction.selected .rns-reaction-button .rns-reaction-count {
	color: #4a4a4a;
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction.selected .rns-reaction-button .rns-label {
	color: #21537f;
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction.selected .rns-reaction-button .rns-icon {
	transform: scale(1.1);
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction.selected .rns-reaction-button .rns-icon:after {
	background: #6ec7cc;
	transform: scale(0.85);
	opacity: .7;
}

.rns .rns-plugin .rns-shares .rns-header {
	color: #21537f;
}

.rns .rns-plugin .rns-shares .rns-shares-list {
	margin-left: -0.5%;
	margin-right: -0.5%;
}

.rns .rns-plugin .rns-shares .rns-share-button {
	border-radius: 0;
}

.lang-fi .rns-sub-header {
	display: none !important;
}

.lang-fi .rns-header-text {
	display: block;
	text-indent: -9999px !important;
	line-height: 0 !important;
}

.lang-fi .rns-header-text:after {
	content: "Mitä pidit artikkelista?";
	text-indent: 0;
	display: block;
	line-height: initial;
}

.lang-fi .rns-shares .rns-header {
	display: block;
	text-indent: -9999px !important;
	line-height: 0 !important;
}

.lang-fi .rns-shares .rns-header:after {
	content: "Jaa juttu ystävillesi";
	text-indent: 0;
	display: block;
	line-height: initial;
}

.lang-fi .rns-reaction:nth-child(1) .rns-label {
	display: block;
	text-indent: -9999px !important;
	line-height: 0 !important;
}

.lang-fi .rns-reaction:nth-child(1) .rns-label:after {
	content: "Tykkään";
	text-indent: 0;
	display: block;
	line-height: initial;
}

.lang-fi .rns-reaction:nth-child(2) .rns-label {
	display: block;
	text-indent: -9999px !important;
	line-height: 0 !important;
}

.lang-fi .rns-reaction:nth-child(2) .rns-label:after {
	content: "Ihana!";
	text-indent: 0;
	display: block;
	line-height: initial;
}

.lang-fi .rns-reaction:nth-child(3) .rns-label {
	display: block;
	text-indent: -9999px !important;
	line-height: 0 !important;
}

.lang-fi .rns-reaction:nth-child(3) .rns-label:after {
	content: "Hahah";
	text-indent: 0;
	display: block;
	line-height: initial;
}

.lang-fi .rns-reaction:nth-child(4) .rns-label {
	display: block;
	text-indent: -9999px !important;
	line-height: 0 !important;
}

.lang-fi .rns-reaction:nth-child(4) .rns-label:after {
	content: "Vau";
	text-indent: 0;
	display: block;
	line-height: initial;
}

.lang-fi .rns-reaction:nth-child(5) .rns-label {
	display: block;
	text-indent: -9999px !important;
	line-height: 0 !important;
}

.lang-fi .rns-reaction:nth-child(5) .rns-label:after {
	content: "Harmittaa";
	text-indent: 0;
	display: block;
	line-height: initial;
}

.lang-fi .rns-reaction:nth-child(6) .rns-label {
	display: block;
	text-indent: -9999px !important;
	line-height: 0 !important;
}

.lang-fi .rns-reaction:nth-child(6) .rns-label:after {
	content: "Kamalaa";
	text-indent: 0;
	display: block;
	line-height: initial;
}

.lang-sv .rns-sub-header {
	display: none !important;
}

.lang-sv .rns-header-text {
	display: block;
	text-indent: -9999px !important;
	line-height: 0 !important;
}

.lang-sv .rns-header-text:after {
	content: "Vad tyckte du om artikeln?";
	text-indent: 0;
	display: block;
	line-height: initial;
}

.lang-sv .rns-shares .rns-header {
	display: block;
	text-indent: -9999px !important;
	line-height: 0 !important;
}

.lang-sv .rns-shares .rns-header:after {
	content: "Dela artikeln med dina vänner";
	text-indent: 0;
	display: block;
	line-height: initial;
}

.lang-sv .rns-reaction:nth-child(1) .rns-label {
	display: block;
	text-indent: -9999px !important;
	line-height: 0 !important;
}

.lang-sv .rns-reaction:nth-child(1) .rns-label:after {
	content: "Gillar";
	text-indent: 0;
	display: block;
	line-height: initial;
}

.lang-sv .rns-reaction:nth-child(2) .rns-label {
	display: block;
	text-indent: -9999px !important;
	line-height: 0 !important;
}

.lang-sv .rns-reaction:nth-child(2) .rns-label:after {
	content: "Älskar";
	text-indent: 0;
	display: block;
	line-height: initial;
}

.lang-sv .rns-reaction:nth-child(3) .rns-label {
	display: block;
	text-indent: -9999px !important;
	line-height: 0 !important;
}

.lang-sv .rns-reaction:nth-child(3) .rns-label:after {
	content: "Haha";
	text-indent: 0;
	display: block;
	line-height: initial;
}

.lang-sv .rns-reaction:nth-child(4) .rns-label {
	display: block;
	text-indent: -9999px !important;
	line-height: 0 !important;
}

.lang-sv .rns-reaction:nth-child(4) .rns-label:after {
	content: "Wow";
	text-indent: 0;
	display: block;
	line-height: initial;
}

.lang-sv .rns-reaction:nth-child(5) .rns-label {
	display: block;
	text-indent: -9999px !important;
	line-height: 0 !important;
}

.lang-sv .rns-reaction:nth-child(5) .rns-label:after {
	content: "Ledsamt";
	text-indent: 0;
	display: block;
	line-height: initial;
}

.lang-sv .rns-reaction:nth-child(6) .rns-label {
	display: block;
	text-indent: -9999px !important;
	line-height: 0 !important;
}

.lang-sv .rns-reaction:nth-child(6) .rns-label:after {
	content: "Hemskt";
	text-indent: 0;
	display: block;
	line-height: initial;
}

.wp-block-group {
	margin: 0 auto;
}

.wp-block-group.alignwide {
	max-width: none;
}

.wp-block-group.alignfull {
	max-width: none;
}

blockquote.wp-block-quote {
	color: inherit;
	max-width: none;
	margin-bottom: 2em;
}

blockquote.wp-block-quote p {
	color: inherit;
	max-width: none;
	font-style: italic;
}

blockquote.wp-block-quote p:last-of-type {
	margin-bottom: 1em;
}

blockquote.wp-block-quote cite {
	font-size: 1rem;
	font-style: normal;
}

.wp-block-gallery .blocks-gallery-grid {
	margin: 0;
	padding: 0;
}

.wp-block-gallery.is-style-space-between .blocks-gallery-grid {
	width: 100%;
}

.wp-block-gallery.is-style-space-between .blocks-gallery-item:last-of-type {
	margin-right: 0;
}

.wp-block-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.is-style-section-padding {
	padding-top: 2em;
	padding-bottom: 2em;
}

.is-style-section-padding-bottom {
	padding-bottom: 2em;
}

.is-style-title-2 {
	margin-bottom: 1.5em !important;
}

.has-black-color {
	color: #000 !important;
}

.has-body-text-color {
	color: #4a4a4a !important;
}

.has-white-color {
	color: #fff !important;
}

.has-rajah-color {
	color: #ffb760 !important;
}

.has-light-sea-green-color {
	color: #21afa8 !important;
}

.fluid-width-video-wrapper {
	width: 100%;
	position: relative;
	padding: 0;
	padding-top: 56.25%;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-block {
	position: relative;
}

.image-block .page-des {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	top: 80%;
	margin-bottom: 0;
}

.absolute-full {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1280px;
	z-index: -1;
}

.auto-overflow {
	overflow-y: inherit !important;
}

.content-page {
	padding: 4.375rem 0;
}

.content-page__title {
	color: #8d99a4;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: .13em;
	line-height: 1.75;
	margin-bottom: 2.1875rem;
}

.content-page__sub {
	color: #000;
	font-weight: normal;
	line-height: 1.75;
	max-width: 50.17318125rem;
	margin: 0 auto;
}

@media (prefers-reduced-motion: reduce) {

.btn,
.btn-campaign,
.characters .tooltip-inner,
.characters .explore-list-item-mobile__title,
.moominvalley .tooltip-inner,
.moominvalley .explore-list-item-mobile__title {
	transition: none;
}

.btn,
.btn-campaign,
.characters .tooltip-inner,
.characters .explore-list-item-mobile__title,
.moominvalley .tooltip-inner,
.moominvalley .explore-list-item-mobile__title {
	transition: none;
}

.fade {
	transition: none;
}

.collapsing {
	transition: none;
}

.form-control {
	transition: none;
}

}

@media only screen and (min-width: 48em) {

.which-moomin .which-moomin-shop-title {
	text-align: left;
	margin-left: 20px;
}

.which-moomin .start-image {
	margin-bottom: 0;
}

}

@media (min-width: 374px) {

.nav-moomin .nav-moomin__search {
	right: 25px;
}

}

@media (min-width: 375px) {

.teaser-news-full-width .teaser-news-full-width__title {
	-webkit-line-clamp: 3;
}

.teaser-news-full-width .teaser-news-full-width__title a {
	-webkit-line-clamp: 3;
}

.characters .explore-list-item-mobile__title,
.moominvalley .explore-list-item-mobile__title {
	font-size: .9rem;
}

}

@media only screen and (min-width: 501px) {

.rns .rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button .rns-icon:after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
	border: 1.2px solid rgba(0,0,0,.5);
	border-radius: 100%;
	background: #ccc;
	z-index: -1;
	transform: scale(0.72);
	opacity: 0;
	transition: all .1s ease-in;
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button:hover {
	background: none;
}

}

@media (min-width: 576px) {

.container {
	max-width: 540px;
}

.container,
.container-sm {
	max-width: 540px;
}

.d-sm-none {
	display: none !important;
}

.d-sm-inline {
	display: inline !important;
}

.d-sm-inline-block {
	display: inline-block !important;
}

.d-sm-block {
	display: block !important;
}

.d-sm-table {
	display: table !important;
}

.d-sm-table-row {
	display: table-row !important;
}

.d-sm-table-cell {
	display: table-cell !important;
}

.d-sm-flex {
	display: flex !important;
}

.d-sm-inline-flex {
	display: inline-flex !important;
}

.flex-sm-row {
	flex-direction: row !important;
}

.flex-sm-column {
	flex-direction: column !important;
}

.flex-sm-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-sm-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-sm-wrap {
	flex-wrap: wrap !important;
}

.flex-sm-nowrap {
	flex-wrap: nowrap !important;
}

.flex-sm-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-sm-fill {
	flex: 1 1 auto !important;
}

.flex-sm-grow-0 {
	flex-grow: 0 !important;
}

.flex-sm-grow-1 {
	flex-grow: 1 !important;
}

.flex-sm-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-sm-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-sm-start {
	justify-content: flex-start !important;
}

.justify-content-sm-end {
	justify-content: flex-end !important;
}

.justify-content-sm-center {
	justify-content: center !important;
}

.justify-content-sm-between {
	justify-content: space-between !important;
}

.justify-content-sm-around {
	justify-content: space-around !important;
}

.align-items-sm-start {
	align-items: flex-start !important;
}

.align-items-sm-end {
	align-items: flex-end !important;
}

.align-items-sm-center {
	align-items: center !important;
}

.align-items-sm-baseline {
	align-items: baseline !important;
}

.align-items-sm-stretch {
	align-items: stretch !important;
}

.align-content-sm-start {
	align-content: flex-start !important;
}

.align-content-sm-end {
	align-content: flex-end !important;
}

.align-content-sm-center {
	align-content: center !important;
}

.align-content-sm-between {
	align-content: space-between !important;
}

.align-content-sm-around {
	align-content: space-around !important;
}

.align-content-sm-stretch {
	align-content: stretch !important;
}

.align-self-sm-auto {
	align-self: auto !important;
}

.align-self-sm-start {
	align-self: flex-start !important;
}

.align-self-sm-end {
	align-self: flex-end !important;
}

.align-self-sm-center {
	align-self: center !important;
}

.align-self-sm-baseline {
	align-self: baseline !important;
}

.align-self-sm-stretch {
	align-self: stretch !important;
}

.float-sm-left {
	float: left !important;
}

.float-sm-right {
	float: right !important;
}

.float-sm-none {
	float: none !important;
}

.text-sm-left {
	text-align: left !important;
}

.text-sm-right {
	text-align: right !important;
}

.text-sm-center {
	text-align: center !important;
}

.col-sm {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.row-cols-sm-1>* {
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-sm-2>* {
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-sm-3>* {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.row-cols-sm-4>* {
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-sm-5>* {
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-sm-6>* {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-sm-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-sm-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-sm-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-sm-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-sm-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-sm-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-sm-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-sm-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-sm-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-sm-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-sm-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-sm-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-sm-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-sm-first {
	order: -1;
}

.order-sm-last {
	order: 13;
}

.order-sm-0 {
	order: 0;
}

.order-sm-1 {
	order: 1;
}

.order-sm-2 {
	order: 2;
}

.order-sm-3 {
	order: 3;
}

.order-sm-4 {
	order: 4;
}

.order-sm-5 {
	order: 5;
}

.order-sm-6 {
	order: 6;
}

.order-sm-7 {
	order: 7;
}

.order-sm-8 {
	order: 8;
}

.order-sm-9 {
	order: 9;
}

.order-sm-10 {
	order: 10;
}

.order-sm-11 {
	order: 11;
}

.order-sm-12 {
	order: 12;
}

.offset-sm-0 {
	margin-left: 0;
}

.offset-sm-1 {
	margin-left: 8.33333%;
}

.offset-sm-2 {
	margin-left: 16.66667%;
}

.offset-sm-3 {
	margin-left: 25%;
}

.offset-sm-4 {
	margin-left: 33.33333%;
}

.offset-sm-5 {
	margin-left: 41.66667%;
}

.offset-sm-6 {
	margin-left: 50%;
}

.offset-sm-7 {
	margin-left: 58.33333%;
}

.offset-sm-8 {
	margin-left: 66.66667%;
}

.offset-sm-9 {
	margin-left: 75%;
}

.offset-sm-10 {
	margin-left: 83.33333%;
}

.offset-sm-11 {
	margin-left: 91.66667%;
}

.m-sm-0 {
	margin: 0 !important;
}

.mt-sm-0,
.my-sm-0 {
	margin-top: 0 !important;
}

.mr-sm-0,
.mx-sm-0 {
	margin-right: 0 !important;
}

.mb-sm-0,
.my-sm-0 {
	margin-bottom: 0 !important;
}

.ml-sm-0,
.mx-sm-0 {
	margin-left: 0 !important;
}

.m-sm-1 {
	margin: .25rem !important;
}

.mt-sm-1,
.my-sm-1 {
	margin-top: .25rem !important;
}

.mr-sm-1,
.mx-sm-1 {
	margin-right: .25rem !important;
}

.mb-sm-1,
.my-sm-1 {
	margin-bottom: .25rem !important;
}

.ml-sm-1,
.mx-sm-1 {
	margin-left: .25rem !important;
}

.m-sm-2 {
	margin: .5rem !important;
}

.mt-sm-2,
.my-sm-2 {
	margin-top: .5rem !important;
}

.mr-sm-2,
.mx-sm-2 {
	margin-right: .5rem !important;
}

.mb-sm-2,
.my-sm-2 {
	margin-bottom: .5rem !important;
}

.ml-sm-2,
.mx-sm-2 {
	margin-left: .5rem !important;
}

.m-sm-3 {
	margin: 1rem !important;
}

.mt-sm-3,
.my-sm-3 {
	margin-top: 1rem !important;
}

.mr-sm-3,
.mx-sm-3 {
	margin-right: 1rem !important;
}

.mb-sm-3,
.my-sm-3 {
	margin-bottom: 1rem !important;
}

.ml-sm-3,
.mx-sm-3 {
	margin-left: 1rem !important;
}

.m-sm-4 {
	margin: 1.5rem !important;
}

.mt-sm-4,
.my-sm-4 {
	margin-top: 1.5rem !important;
}

.mr-sm-4,
.mx-sm-4 {
	margin-right: 1.5rem !important;
}

.mb-sm-4,
.my-sm-4 {
	margin-bottom: 1.5rem !important;
}

.ml-sm-4,
.mx-sm-4 {
	margin-left: 1.5rem !important;
}

.m-sm-5 {
	margin: 3rem !important;
}

.mt-sm-5,
.my-sm-5 {
	margin-top: 3rem !important;
}

.mr-sm-5,
.mx-sm-5 {
	margin-right: 3rem !important;
}

.mb-sm-5,
.my-sm-5 {
	margin-bottom: 3rem !important;
}

.ml-sm-5,
.mx-sm-5 {
	margin-left: 3rem !important;
}

.p-sm-0 {
	padding: 0 !important;
}

.pt-sm-0,
.py-sm-0 {
	padding-top: 0 !important;
}

.pr-sm-0,
.px-sm-0 {
	padding-right: 0 !important;
}

.pb-sm-0,
.py-sm-0 {
	padding-bottom: 0 !important;
}

.pl-sm-0,
.px-sm-0 {
	padding-left: 0 !important;
}

.p-sm-1 {
	padding: .25rem !important;
}

.pt-sm-1,
.py-sm-1 {
	padding-top: .25rem !important;
}

.pr-sm-1,
.px-sm-1 {
	padding-right: .25rem !important;
}

.pb-sm-1,
.py-sm-1 {
	padding-bottom: .25rem !important;
}

.pl-sm-1,
.px-sm-1 {
	padding-left: .25rem !important;
}

.p-sm-2 {
	padding: .5rem !important;
}

.pt-sm-2,
.py-sm-2 {
	padding-top: .5rem !important;
}

.pr-sm-2,
.px-sm-2 {
	padding-right: .5rem !important;
}

.pb-sm-2,
.py-sm-2 {
	padding-bottom: .5rem !important;
}

.pl-sm-2,
.px-sm-2 {
	padding-left: .5rem !important;
}

.p-sm-3 {
	padding: 1rem !important;
}

.pt-sm-3,
.py-sm-3 {
	padding-top: 1rem !important;
}

.pr-sm-3,
.px-sm-3 {
	padding-right: 1rem !important;
}

.pb-sm-3,
.py-sm-3 {
	padding-bottom: 1rem !important;
}

.pl-sm-3,
.px-sm-3 {
	padding-left: 1rem !important;
}

.p-sm-4 {
	padding: 1.5rem !important;
}

.pt-sm-4,
.py-sm-4 {
	padding-top: 1.5rem !important;
}

.pr-sm-4,
.px-sm-4 {
	padding-right: 1.5rem !important;
}

.pb-sm-4,
.py-sm-4 {
	padding-bottom: 1.5rem !important;
}

.pl-sm-4,
.px-sm-4 {
	padding-left: 1.5rem !important;
}

.p-sm-5 {
	padding: 3rem !important;
}

.pt-sm-5,
.py-sm-5 {
	padding-top: 3rem !important;
}

.pr-sm-5,
.px-sm-5 {
	padding-right: 3rem !important;
}

.pb-sm-5,
.py-sm-5 {
	padding-bottom: 3rem !important;
}

.pl-sm-5,
.px-sm-5 {
	padding-left: 3rem !important;
}

.m-sm-n1 {
	margin: -0.25rem !important;
}

.mt-sm-n1,
.my-sm-n1 {
	margin-top: -0.25rem !important;
}

.mr-sm-n1,
.mx-sm-n1 {
	margin-right: -0.25rem !important;
}

.mb-sm-n1,
.my-sm-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-sm-n1,
.mx-sm-n1 {
	margin-left: -0.25rem !important;
}

.m-sm-n2 {
	margin: -0.5rem !important;
}

.mt-sm-n2,
.my-sm-n2 {
	margin-top: -0.5rem !important;
}

.mr-sm-n2,
.mx-sm-n2 {
	margin-right: -0.5rem !important;
}

.mb-sm-n2,
.my-sm-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-sm-n2,
.mx-sm-n2 {
	margin-left: -0.5rem !important;
}

.m-sm-n3 {
	margin: -1rem !important;
}

.mt-sm-n3,
.my-sm-n3 {
	margin-top: -1rem !important;
}

.mr-sm-n3,
.mx-sm-n3 {
	margin-right: -1rem !important;
}

.mb-sm-n3,
.my-sm-n3 {
	margin-bottom: -1rem !important;
}

.ml-sm-n3,
.mx-sm-n3 {
	margin-left: -1rem !important;
}

.m-sm-n4 {
	margin: -1.5rem !important;
}

.mt-sm-n4,
.my-sm-n4 {
	margin-top: -1.5rem !important;
}

.mr-sm-n4,
.mx-sm-n4 {
	margin-right: -1.5rem !important;
}

.mb-sm-n4,
.my-sm-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-sm-n4,
.mx-sm-n4 {
	margin-left: -1.5rem !important;
}

.m-sm-n5 {
	margin: -3rem !important;
}

.mt-sm-n5,
.my-sm-n5 {
	margin-top: -3rem !important;
}

.mr-sm-n5,
.mx-sm-n5 {
	margin-right: -3rem !important;
}

.mb-sm-n5,
.my-sm-n5 {
	margin-bottom: -3rem !important;
}

.ml-sm-n5,
.mx-sm-n5 {
	margin-left: -3rem !important;
}

.m-sm-auto {
	margin: auto !important;
}

.mt-sm-auto,
.my-sm-auto {
	margin-top: auto !important;
}

.mr-sm-auto,
.mx-sm-auto {
	margin-right: auto !important;
}

.mb-sm-auto,
.my-sm-auto {
	margin-bottom: auto !important;
}

.ml-sm-auto,
.mx-sm-auto {
	margin-left: auto !important;
}

.dropdown-menu-sm-left {
	right: auto;
	left: 0;
}

.dropdown-menu-sm-right {
	right: 0;
	left: auto;
}

.navbar-expand-sm {
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.navbar-expand-sm .navbar-nav {
	flex-direction: row;
}

.navbar-expand-sm .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand-sm .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid,
.navbar-expand-sm>.container-sm,
.navbar-expand-sm>.container-md,
.navbar-expand-sm>.container-lg,
.navbar-expand-sm>.container-xl,
.wp-block-group.alignwide.navbar-expand-sm>.wp-block-group__inner-container {
	flex-wrap: nowrap;
}

.navbar-expand-sm .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand-sm .navbar-toggler {
	display: none;
}

.gallery-item {
	flex: 0 0 25%;
	max-width: 25%;
}

.form-inline label {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.form-inline .form-group {
	display: flex;
	flex: 0 0 auto;
	flex-flow: row wrap;
	align-items: center;
	margin-bottom: 0;
}

.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.form-inline .form-control-plaintext {
	display: inline-block;
}

.form-inline .input-group,
.form-inline .custom-select {
	width: auto;
}

.form-inline .form-check {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	padding-left: 0;
}

.form-inline .form-check-input {
	position: relative;
	flex-shrink: 0;
	margin-top: 0;
	margin-right: .25rem;
	margin-left: 0;
}

.form-inline .custom-control {
	align-items: center;
	justify-content: center;
}

.form-inline .custom-control-label {
	margin-bottom: 0;
}

.title-campaign,
.hero-campaign h1 {
	font-size: 2.8rem;
}

.rte .alignleft,
.rns .rns-plugin .rns-header .rns-sub-header .alignleft,
.rte .alignright,
.rns .rns-plugin .rns-header .rns-sub-header .alignright {
	max-width: 50%;
	margin-bottom: .3em;
}

.rte .alignleft,
.rns .rns-plugin .rns-header .rns-sub-header .alignleft {
	float: left;
	margin-right: 1.25em;
}

.rte .alignright,
.rns .rns-plugin .rns-header .rns-sub-header .alignright {
	float: right;
	margin-left: 1.25em;
}

.explore-moominvalley-map .explore-map__header {
	position: absolute;
	left: auto;
	right: 0;
	z-index: 100;
	width: 311px;
}

.card-quote__old-image {
	min-width: 6.25rem;
}

.card-quote__half-1 .card-quote__old-content {
	padding: 0 0 0 25px;
}

.card-quote--bg {
	background-color: #6ec7cc;
}

.card-mug .card-mug__content {
	padding-right: 50px;
	padding-left: 50px;
}

.hero-highlight .hero-highlight__title-container {
	padding-left: 50px;
	padding-right: 50px;
}

.hero-highlight .hero-highlight__title-container .hero-highlight__title {
	font-size: 5.25rem;
}

.image-with-text-overlay .hero-home__title span {
	font-size: 3.85rem;
}

.is-style-section-padding {
	padding-top: 4em;
	padding-bottom: 4em;
}

.is-style-section-padding-bottom {
	padding-bottom: 4em;
}

}

@media (min-width: 576px)and (max-width: 768px) {

.card-quote__old-image {
	padding: 0;
}

.card-quote--revert .card-quote__old-content {
	padding: 0 25px 0 0;
}

}

@media (min-width: 576px)and (max-width: 1279px) {

.card-quote:nth-child(4n+4) .card-quote__old-content {
	padding: 0 20px 0 0;
}

.card-quote:nth-child(4n+2) .card-quote__old-content {
	padding: 0 0 0 20px;
}

}

@media (min-width: 768px) {

.container {
	max-width: 720px;
}

.container,
.container-sm,
.container-md {
	max-width: 720px;
}

.d-md-none {
	display: none !important;
}

.d-md-inline {
	display: inline !important;
}

.d-md-inline-block {
	display: inline-block !important;
}

.d-md-block {
	display: block !important;
}

.d-md-table {
	display: table !important;
}

.d-md-table-row {
	display: table-row !important;
}

.d-md-table-cell {
	display: table-cell !important;
}

.d-md-flex {
	display: flex !important;
}

.d-md-inline-flex {
	display: inline-flex !important;
}

.flex-md-row {
	flex-direction: row !important;
}

.flex-md-column {
	flex-direction: column !important;
}

.flex-md-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-md-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-md-wrap {
	flex-wrap: wrap !important;
}

.flex-md-nowrap {
	flex-wrap: nowrap !important;
}

.flex-md-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-md-fill {
	flex: 1 1 auto !important;
}

.flex-md-grow-0 {
	flex-grow: 0 !important;
}

.flex-md-grow-1 {
	flex-grow: 1 !important;
}

.flex-md-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-md-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-md-start {
	justify-content: flex-start !important;
}

.justify-content-md-end {
	justify-content: flex-end !important;
}

.justify-content-md-center {
	justify-content: center !important;
}

.justify-content-md-between {
	justify-content: space-between !important;
}

.justify-content-md-around {
	justify-content: space-around !important;
}

.align-items-md-start {
	align-items: flex-start !important;
}

.align-items-md-end {
	align-items: flex-end !important;
}

.align-items-md-center {
	align-items: center !important;
}

.align-items-md-baseline {
	align-items: baseline !important;
}

.align-items-md-stretch {
	align-items: stretch !important;
}

.align-content-md-start {
	align-content: flex-start !important;
}

.align-content-md-end {
	align-content: flex-end !important;
}

.align-content-md-center {
	align-content: center !important;
}

.align-content-md-between {
	align-content: space-between !important;
}

.align-content-md-around {
	align-content: space-around !important;
}

.align-content-md-stretch {
	align-content: stretch !important;
}

.align-self-md-auto {
	align-self: auto !important;
}

.align-self-md-start {
	align-self: flex-start !important;
}

.align-self-md-end {
	align-self: flex-end !important;
}

.align-self-md-center {
	align-self: center !important;
}

.align-self-md-baseline {
	align-self: baseline !important;
}

.align-self-md-stretch {
	align-self: stretch !important;
}

.float-md-left {
	float: left !important;
}

.float-md-right {
	float: right !important;
}

.float-md-none {
	float: none !important;
}

.text-md-left {
	text-align: left !important;
}

.text-md-right {
	text-align: right !important;
}

.text-md-center {
	text-align: center !important;
}

.col-md {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.row-cols-md-1>* {
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-md-2>* {
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-md-3>* {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.row-cols-md-4>* {
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-md-5>* {
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-md-6>* {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-md-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-md-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-md-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-md-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-md-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-md-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-md-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-md-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-md-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-md-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-md-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-md-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-md-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-md-first {
	order: -1;
}

.order-md-last {
	order: 13;
}

.order-md-0 {
	order: 0;
}

.order-md-1 {
	order: 1;
}

.order-md-2 {
	order: 2;
}

.order-md-3 {
	order: 3;
}

.order-md-4 {
	order: 4;
}

.order-md-5 {
	order: 5;
}

.order-md-6 {
	order: 6;
}

.order-md-7 {
	order: 7;
}

.order-md-8 {
	order: 8;
}

.order-md-9 {
	order: 9;
}

.order-md-10 {
	order: 10;
}

.order-md-11 {
	order: 11;
}

.order-md-12 {
	order: 12;
}

.offset-md-0 {
	margin-left: 0;
}

.offset-md-1 {
	margin-left: 8.33333%;
}

.offset-md-2 {
	margin-left: 16.66667%;
}

.offset-md-3 {
	margin-left: 25%;
}

.offset-md-4 {
	margin-left: 33.33333%;
}

.offset-md-5 {
	margin-left: 41.66667%;
}

.offset-md-6 {
	margin-left: 50%;
}

.offset-md-7 {
	margin-left: 58.33333%;
}

.offset-md-8 {
	margin-left: 66.66667%;
}

.offset-md-9 {
	margin-left: 75%;
}

.offset-md-10 {
	margin-left: 83.33333%;
}

.offset-md-11 {
	margin-left: 91.66667%;
}

.m-md-0 {
	margin: 0 !important;
}

.mt-md-0,
.my-md-0 {
	margin-top: 0 !important;
}

.mr-md-0,
.mx-md-0 {
	margin-right: 0 !important;
}

.mb-md-0,
.my-md-0 {
	margin-bottom: 0 !important;
}

.ml-md-0,
.mx-md-0 {
	margin-left: 0 !important;
}

.m-md-1 {
	margin: .25rem !important;
}

.mt-md-1,
.my-md-1 {
	margin-top: .25rem !important;
}

.mr-md-1,
.mx-md-1 {
	margin-right: .25rem !important;
}

.mb-md-1,
.my-md-1 {
	margin-bottom: .25rem !important;
}

.ml-md-1,
.mx-md-1 {
	margin-left: .25rem !important;
}

.m-md-2 {
	margin: .5rem !important;
}

.mt-md-2,
.my-md-2 {
	margin-top: .5rem !important;
}

.mr-md-2,
.mx-md-2 {
	margin-right: .5rem !important;
}

.mb-md-2,
.my-md-2 {
	margin-bottom: .5rem !important;
}

.ml-md-2,
.mx-md-2 {
	margin-left: .5rem !important;
}

.m-md-3 {
	margin: 1rem !important;
}

.mt-md-3,
.my-md-3 {
	margin-top: 1rem !important;
}

.mr-md-3,
.mx-md-3 {
	margin-right: 1rem !important;
}

.mb-md-3,
.my-md-3 {
	margin-bottom: 1rem !important;
}

.ml-md-3,
.mx-md-3 {
	margin-left: 1rem !important;
}

.m-md-4 {
	margin: 1.5rem !important;
}

.mt-md-4,
.my-md-4 {
	margin-top: 1.5rem !important;
}

.mr-md-4,
.mx-md-4 {
	margin-right: 1.5rem !important;
}

.mb-md-4,
.my-md-4 {
	margin-bottom: 1.5rem !important;
}

.ml-md-4,
.mx-md-4 {
	margin-left: 1.5rem !important;
}

.m-md-5 {
	margin: 3rem !important;
}

.mt-md-5,
.my-md-5 {
	margin-top: 3rem !important;
}

.mr-md-5,
.mx-md-5 {
	margin-right: 3rem !important;
}

.mb-md-5,
.my-md-5 {
	margin-bottom: 3rem !important;
}

.ml-md-5,
.mx-md-5 {
	margin-left: 3rem !important;
}

.p-md-0 {
	padding: 0 !important;
}

.pt-md-0,
.py-md-0 {
	padding-top: 0 !important;
}

.pr-md-0,
.px-md-0 {
	padding-right: 0 !important;
}

.pb-md-0,
.py-md-0 {
	padding-bottom: 0 !important;
}

.pl-md-0,
.px-md-0 {
	padding-left: 0 !important;
}

.p-md-1 {
	padding: .25rem !important;
}

.pt-md-1,
.py-md-1 {
	padding-top: .25rem !important;
}

.pr-md-1,
.px-md-1 {
	padding-right: .25rem !important;
}

.pb-md-1,
.py-md-1 {
	padding-bottom: .25rem !important;
}

.pl-md-1,
.px-md-1 {
	padding-left: .25rem !important;
}

.p-md-2 {
	padding: .5rem !important;
}

.pt-md-2,
.py-md-2 {
	padding-top: .5rem !important;
}

.pr-md-2,
.px-md-2 {
	padding-right: .5rem !important;
}

.pb-md-2,
.py-md-2 {
	padding-bottom: .5rem !important;
}

.pl-md-2,
.px-md-2 {
	padding-left: .5rem !important;
}

.p-md-3 {
	padding: 1rem !important;
}

.pt-md-3,
.py-md-3 {
	padding-top: 1rem !important;
}

.pr-md-3,
.px-md-3 {
	padding-right: 1rem !important;
}

.pb-md-3,
.py-md-3 {
	padding-bottom: 1rem !important;
}

.pl-md-3,
.px-md-3 {
	padding-left: 1rem !important;
}

.p-md-4 {
	padding: 1.5rem !important;
}

.pt-md-4,
.py-md-4 {
	padding-top: 1.5rem !important;
}

.pr-md-4,
.px-md-4 {
	padding-right: 1.5rem !important;
}

.pb-md-4,
.py-md-4 {
	padding-bottom: 1.5rem !important;
}

.pl-md-4,
.px-md-4 {
	padding-left: 1.5rem !important;
}

.p-md-5 {
	padding: 3rem !important;
}

.pt-md-5,
.py-md-5 {
	padding-top: 3rem !important;
}

.pr-md-5,
.px-md-5 {
	padding-right: 3rem !important;
}

.pb-md-5,
.py-md-5 {
	padding-bottom: 3rem !important;
}

.pl-md-5,
.px-md-5 {
	padding-left: 3rem !important;
}

.m-md-n1 {
	margin: -0.25rem !important;
}

.mt-md-n1,
.my-md-n1 {
	margin-top: -0.25rem !important;
}

.mr-md-n1,
.mx-md-n1 {
	margin-right: -0.25rem !important;
}

.mb-md-n1,
.my-md-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-md-n1,
.mx-md-n1 {
	margin-left: -0.25rem !important;
}

.m-md-n2 {
	margin: -0.5rem !important;
}

.mt-md-n2,
.my-md-n2 {
	margin-top: -0.5rem !important;
}

.mr-md-n2,
.mx-md-n2 {
	margin-right: -0.5rem !important;
}

.mb-md-n2,
.my-md-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-md-n2,
.mx-md-n2 {
	margin-left: -0.5rem !important;
}

.m-md-n3 {
	margin: -1rem !important;
}

.mt-md-n3,
.my-md-n3 {
	margin-top: -1rem !important;
}

.mr-md-n3,
.mx-md-n3 {
	margin-right: -1rem !important;
}

.mb-md-n3,
.my-md-n3 {
	margin-bottom: -1rem !important;
}

.ml-md-n3,
.mx-md-n3 {
	margin-left: -1rem !important;
}

.m-md-n4 {
	margin: -1.5rem !important;
}

.mt-md-n4,
.my-md-n4 {
	margin-top: -1.5rem !important;
}

.mr-md-n4,
.mx-md-n4 {
	margin-right: -1.5rem !important;
}

.mb-md-n4,
.my-md-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-md-n4,
.mx-md-n4 {
	margin-left: -1.5rem !important;
}

.m-md-n5 {
	margin: -3rem !important;
}

.mt-md-n5,
.my-md-n5 {
	margin-top: -3rem !important;
}

.mr-md-n5,
.mx-md-n5 {
	margin-right: -3rem !important;
}

.mb-md-n5,
.my-md-n5 {
	margin-bottom: -3rem !important;
}

.ml-md-n5,
.mx-md-n5 {
	margin-left: -3rem !important;
}

.m-md-auto {
	margin: auto !important;
}

.mt-md-auto,
.my-md-auto {
	margin-top: auto !important;
}

.mr-md-auto,
.mx-md-auto {
	margin-right: auto !important;
}

.mb-md-auto,
.my-md-auto {
	margin-bottom: auto !important;
}

.ml-md-auto,
.mx-md-auto {
	margin-left: auto !important;
}

.btn,
.btn-campaign,
.characters .tooltip-inner,
.characters .explore-list-item-mobile__title,
.moominvalley .tooltip-inner,
.moominvalley .explore-list-item-mobile__title {
	height: 40px;
	line-height: 40px;
}

.btn:before,
.btn-campaign:before,
.characters .tooltip-inner:before,
.characters .explore-list-item-mobile__title:before,
.moominvalley .tooltip-inner:before,
.moominvalley .explore-list-item-mobile__title:before {
	height: 40px;
	-webkit-mask-size: 8px 40px;
	mask-size: 8px 40px;
	left: -5px;
}

.btn:after,
.btn-campaign:after,
.characters .tooltip-inner:after,
.characters .explore-list-item-mobile__title:after,
.moominvalley .tooltip-inner:after,
.moominvalley .explore-list-item-mobile__title:after {
	height: 40px;
	-webkit-mask-size: 6px 40px;
	mask-size: 6px 40px;
	right: -5px;
}

.body-about .overlay-navigation {
	background-color: rgba(7,63,30,.7);
}

.dropdown-menu-md-left {
	right: auto;
	left: 0;
}

.dropdown-menu-md-right {
	right: 0;
	left: auto;
}

.navbar-expand-md {
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.navbar-expand-md .navbar-nav {
	flex-direction: row;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid,
.navbar-expand-md>.container-sm,
.navbar-expand-md>.container-md,
.navbar-expand-md>.container-lg,
.navbar-expand-md>.container-xl,
.wp-block-group.alignwide.navbar-expand-md>.wp-block-group__inner-container {
	flex-wrap: nowrap;
}

.navbar-expand-md .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand-md .navbar-toggler {
	display: none;
}

.title-campaign,
.hero-campaign h1 {
	font-size: 3rem;
}

.title-xl,
.is-style-title-xl,
.rte .is-style-title-xl,
.rns .rns-plugin .rns-header .rns-sub-header .is-style-title-xl {
	font-size: 2.25rem;
}

.title-quote,
.card-mug .card-mug__title {
	font-size: 1.75rem;
}

.title-1,
.rte h1,
.rns .rns-plugin .rns-header .rns-sub-header h1,
.rte .h1,
.rns .rns-plugin .rns-header .rns-sub-header .h1,
.explore-map .explore-map__title,
.character-post .character-post__title,
.character-marquee ul li,
.inspiration-page .inspiration-page__title,
.history .card-history .card-history__title,
.card-book .card-book__title,
.hero-home--yellow .hero-home__title,
.hero-home--oursea .hero-home__title,
.full-width-halved-block .full-width-halved-block__title,
.full-width-halved-block-alt .full-width-halved-block-alt__title,
.teaser-5050 .teaser-5050__title,
.search-popup .search-popup__title,
.which-moomin .which-moomin__title,
.is-style-title-1 {
	font-size: 2.25rem;
}

.title-2,
.section-title,
.rte h2,
.rns .rns-plugin .rns-header .rns-sub-header h2,
.rte .h2,
.rns .rns-plugin .rns-header .rns-sub-header .h2,
.rte blockquote,
.rns .rns-plugin .rns-header .rns-sub-header blockquote,
.rte blockquote p,
.rns .rns-plugin .rns-header .rns-sub-header blockquote p,
.characters .tooltip-inner,
.characters .explore-list-item-mobile__title,
.moominvalley .tooltip-inner,
.moominvalley .explore-list-item-mobile__title,
.news-categories .news-categories__nav li,
.teaser-news-full-width .teaser-news-full-width__title,
.teaser-join-the-club p,
.which-moomin .question h3,
.is-style-title-2 {
	font-size: 1.375rem;
}

.main .section-title {
	font-size: 1.875rem;
}

.title-3,
.btn,
.btn-campaign,
.characters .tooltip-inner,
.characters .explore-list-item-mobile__title,
.moominvalley .tooltip-inner,
.moominvalley .explore-list-item-mobile__title,
.rns .rns-plugin .rns-header .rns-header-text,
.is-style-title-3 {
	font-size: 1.125rem;
}

.teaser-copy-1 {
	font-size: 1.25rem;
}

.teaser-5050 .teaser-5050__content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: row;
}

.teaser-5050 .teaser-5050__content-wrapper>div {
	flex: 1;
}

.teaser-5050 svg {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.teaser-5050 .teaser-5050__image {
	-o-object-fit: contain;
	object-fit: contain;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.teaser-5050 .teaser-5050__title {
	font-size: 1.3rem;
}

.teaser-5050 .teaser-5050__ratio {
	position: relative;
}

.teaser-5050 .teaser-5050__ratio:before {
	display: block;
	width: 100%;
	padding-top: 56.25%;
}

.teaser-5050 .teaser-5050__ratio>.ar__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.teaser-5050 .teaser-5050__content .teaser-5050__content-main {
	text-align: left;
}

.teaser-5050 .teaser-5050__content .teaser-5050__content-main {
	padding-right: 25px;
}

.teaser-5050 .teaser-5050__content .teaser-5050__content-main.with-image {
	flex: 0 0 58%;
	max-width: 58%;
}

.teaser-5050 .teaser-5050__content .teaser-5050__content-sub {
	flex: 0 0 42%;
	max-width: 42%;
}

.teaser-5050 .teaser-5050__outer-ratio {
	display: block;
}

.teaser-5050 .teaser-5050__half .container-static-width {
	flex: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50vw;
}

.teaser-5050 .teaser-5050__half .container-static-width>div {
	height: 100%;
}

.teaser-5050 .flex-row-reverse .teaser-5050__content {
	padding-left: 0;
}

.teaser-5050 .flex-row-reverse .teaser-5050__half-2 .teaser-5050__content {
	padding-right: 100px;
}

.teaser-5050 .flex-row-reverse .teaser-5050__half-2 .container-static-width {
	right: 0;
	left: auto;
}

.teaser-news-full-width .teaser-news-full-width__title {
	font-size: 1.25rem;
}

.teaser-news-full-width .teaser-news-full-width__content {
	padding: 25px 25px;
	position: absolute;
	top: 50%;
	left: 10%;
	max-width: 33%;
	min-width: 320px;
	transform: translateY(-50%);
	border: none;
	margin-bottom: 0;
}

.section-margin-top {
	margin-top: 3rem;
}

.section-margin-bottom,
.section-title,
.blog-post .blog-post__header,
.blog-post .blog-post__content,
.image-block,
.ingress-block,
.wysiwyg-block,
.image-text-block,
.block-products {
	margin-bottom: 3rem;
}

.section-padding-top,
.pagination-block,
.page-content-blocks .text-block-padding,
.hero-blocks .text-block-padding,
.blog-post .blog-post__tag-blocks,
.blog-post--no-image,
.explore-characters-map,
.explore-moominvalley-map .explore-map__header,
.character-post,
.character-post .character-post__half.character-post__half-1,
.inspiration-page,
.history,
.search-list,
.card-book .card-book__half,
.card-quote.card-quote__half,
.card-mug.card-mug__half,
.events-container,
.event-header .event-header__status,
.quote-block,
.feature-wrapper {
	padding-top: 3rem;
}

.section-padding-bottom,
.pagination-block,
.page-content-blocks .text-block-padding,
.hero-blocks .text-block-padding,
.blog-post .blog-post__tag-blocks,
.blog-post,
.explore-map .explore-map__header,
.explore-characters-map,
.character-post .character-post__half.character-post__half-1,
.inspiration-page,
.history,
.search-list,
.card-book .card-book__half,
.card-quote.card-quote__half,
.card-mug.card-mug__half,
.events-container,
.event-header .event-header__status,
.quote-block,
.wysiwyg-columns-block,
.feature-wrapper {
	padding-bottom: 3rem;
}

.explore-moominvalley-map .explore-map__header {
	width: 374px;
}

.history {
	background-image: url("../images/common/history_line.png");
	background-repeat: repeat-y;
	background-position: center top;
}

.history .card-history .card-history__title:before {
	content: "";
	display: block;
	position: absolute;
	top: 42px;
	left: -25px;
	width: 50px;
	height: 4px;
	background: url("../images/common/history_line_horizontal.png") no-repeat center;
}

.history .card-history.card-history--even>.row {
	flex-direction: row-reverse;
}

.history .card-history.card-history--even .card-history__content {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.history .card-history.card-history--even .card-history__title:before {
	left: auto;
	right: -25px;
}

.history .card-history p {
	max-width: 400px;
}

.card-event .card-event__content {
	padding-right: 50px;
}

.card-event .card-event__image img {
	max-width: 482px;
}

.hero .hero__bg-image {
	background-size: cover;
	background-position: center center;
	filter: blur(50px);
}

.hero .hero__image-container {
	position: relative;
}

.hero .hero__image-container:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 46.875%;
}

.hero .hero__image-container>.ar__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero-home--yellow .hero-home__bg-image {
	background-size: 185% auto;
}

.hero-home--yellow .hero-home__wrapper {
	position: relative;
}

.hero-home--yellow .hero-home__wrapper:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%;
}

.hero-home--yellow .hero-home__wrapper>.ar__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero-home--oursea .hero-home__bg-image {
	background-size: 145% auto;
}

.hero-home--oursea .hero-home__wrapper {
	position: relative;
}

.hero-home--oursea .hero-home__wrapper:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%;
}

.hero-home--oursea .hero-home__wrapper>.ar__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero-campaign .hero-campaign__bg-image {
	background-size: 155% auto;
}

.hero-campaign .hero-campaign__wrapper {
	position: relative;
}

.hero-campaign .hero-campaign__wrapper:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%;
}

.hero-campaign .hero-campaign__wrapper>.ar__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero-highlight .hero-highlight__title-container .hero-highlight__title {
	font-size: 7.25rem;
}

.hero-highlight .hero-highlight__wrapper {
	position: relative;
}

.hero-highlight .hero-highlight__wrapper:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%;
}

.hero-highlight .hero-highlight__wrapper>.ar__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero-highlight .hero-highlight__image svg,
.hero-highlight .hero-highlight__image img {
	width: 170%;
}

.news-categories .news-categories__nav li {
	font-size: 1.1rem;
}

.news-categories .news-categories__nav li {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.image-gallery .gallery-item {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.image-with-text-overlay .image-with-text-overlay__banner {
	padding-bottom: 100px;
	margin-bottom: 3.6em;
}

.image-with-text-overlay .image-element__wrap {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}

.image-with-text-overlay .caption {
	padding-top: 100px;
	position: relative;
}

.image-with-text-overlay .caption .caption-content {
	display: inline-block;
	max-width: 450px;
	min-width: 360px;
	margin-left: 150px;
	padding-top: 60px;
	padding-left: 41px;
	padding-right: 41px;
	padding-bottom: 60px;
}

.wp-block-gallery.is-style-space-between .blocks-gallery-item:last-of-type figure {
	justify-content: flex-end;
}

}

@media (min-width: 769px) {

.text-sub {
	font-size: 1.2rem;
}

.txt-common h1 {
	margin: 3.125rem 0;
	font-size: 1.875rem;
}

.txt-common h2 {
	font-size: 1.5rem;
	margin: 2.5rem 0 1.5625rem;
}

.txt-common h3 {
	font-size: 1.25rem;
	margin: 1.875rem 0 1.5625rem;
}

.txt-common h4 {
	margin: 1.25rem 0;
}

.txt-common p {
	margin-bottom: 1.5625rem;
}

.breadcrumb__item {
	padding: 1.125rem 0;
}

.breadcrumb__item:not(:last-child) {
	margin-right: 3.125rem;
}

.breadcrumb__item:not(:last-child)::after {
	right: -1.75rem;
	top: calc(50% - 9px);
	height: 1.125rem;
}

.breadcrumb__item:last-child {
	padding: .875rem 0;
}

.breadcrumb__anchor {
	letter-spacing: .3125rem;
	font-size: .9375rem;
}

.blog-post .blog-post__title {
	font-size: 2.25rem;
}

.pagination li {
	margin-right: 12.5px;
}

.pagination li a,
.pagination li button,
.pagination li span,
.pagination li.arrow a,
.pagination li.arrow span {
	width: 32px;
	height: 32px;
}

.pagination li a,
.pagination li button,
.pagination li span {
	font-size: 1.2rem;
	line-height: 32px;
}

.footer-banner {
	padding: 0 2.1875rem;
}

.footer-banner .slick-arrow {
	width: 3.125rem;
	height: 3.125rem;
}

.footer-banner .slick-prev {
	left: 0rem;
}

.footer-banner .slick-next {
	right: 0rem;
}

.footer-banner .slick-slide {
	margin: 0 .9375rem;
}

.footer .footer__row .col {
	flex-basis: 25%;
	margin-top: 1.875rem;
}

.footer-links .nav-link {
	white-space: nowrap;
}

.page-top {
	width: 50px;
	height: 50px;
	right: 2rem;
	right: 25px;
}

.page-top a::after {
	border-width: 0rem 11px 15px 11px;
}

.teaser-block {
	display: flex;
}

.teaser-block__item {
	width: 50%;
}

.teaser-block__item::after {
	width: 50vw;
}

.teaser-block__item:first-child {
	padding: 50px 25px 50px 0;
}

.teaser-block__item:last-child {
	padding: 50px 0 50px 25px;
}

.teaser-block__flex {
	display: flex;
}

.teaser-block__body {
	padding-right: 25px;
	flex: 1 1;
}

.teaser-block__image {
	width: 42%;
}

.slick-dots li {
	margin: 0 .3125rem;
}

.slick-dots li button {
	height: .625rem;
	width: .625rem;
}

.topic-slider {
	overflow: hidden;
	padding-bottom: 80px;
}

.topic-slider::after {
	content: none;
}

.topic-slider .swiper-arrow {
	top: calc(50% - 35px);
	width: 1.875rem;
	height: 1.875rem;
}

.topic-slider .swiper-button-prev {
	left: 3.75rem;
}

.topic-slider .swiper-button-next {
	right: 3.75rem;
}

.topic-slider.swiper-horizontal .swiper-pagination {
	bottom: 2.8125rem;
}

.topic-slider__content {
	min-width: 320px;
	max-width: 33%;
	padding: 50px 40px;
	transform: translateY(50%);
	bottom: 50%;
	left: 10%;
	min-height: initial;
}

.block-popular__item {
	transition: opacity .2s ease-in-out;
}

.block-popular__image {
	min-height: 8rem;
}

.block-popular__ttl {
	font-size: .875rem;
}

.event-detail .section {
	margin: 5rem auto 5.625rem;
	max-width: 61.25rem;
}

.event-detail .section.articles-block-wrapper {
	max-width: inherit;
}

.tag-highlight__item {
	margin-bottom: .625rem;
}

.tag-highlight__item:not(:last-child) {
	margin-right: .625rem;
}

.tag-highlight__anchor {
	padding: .375rem .5rem;
}

.sp {
	display: none !important;
}

.page-des {
	font-size: 1.4rem;
}

.mainvisual {
	min-height: 40rem;
}

.mainvisual--full {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.body-copy-1,
.rte p,
.rns .rns-plugin .rns-header .rns-sub-header p,
.rte ul,
.rns .rns-plugin .rns-header .rns-sub-header ul,
.rte ol,
.rns .rns-plugin .rns-header .rns-sub-header ol,
.rte blockquote strong,
.rns .rns-plugin .rns-header .rns-sub-header blockquote strong,
.rte blockquote p strong,
.card-news .card-news__title,
.rns .rns-plugin .rns-header .rns-sub-header,
.rns .rns-plugin .rns-shares .rns-header,
blockquote.wp-block-quote p {
	font-size: 1.1875rem;
}

.body-copy-2,
.form-group label,
.teaser-category,
.rte .thumbnail-container,
.rns .rns-plugin .rns-header .rns-sub-header .thumbnail-container,
.btn-sidebar-linklist,
.sidebar,
blockquote.wp-block-quote cite {
	font-size: 1.1875rem;
}

.goverlay {
	background: rgba(18,51,76,.95);
}

.glightbox-clean .gslide-media,
.glightbox-modern .gslide-media {
	box-shadow: 1px 2px 9px 0px rgba(0,0,0,.35);
}

.explore-map .explore-map__header {
	max-width: 375px;
}

.card-quote blockquote {
	margin-bottom: 2.5rem;
	font-size: 1.25rem;
}

.card-quote__old-content .attribution {
	font-size: 1rem;
}

.card-quote__old-image {
	min-width: 9.375rem;
}

.card-quote__half-1 .card-quote__old-content {
	padding: 0;
}

.card-quote__half-1 .card-quote__old-image {
	padding: 0 30px 0 0;
}

.card-quote--revert.card-quote__half-1 .card-quote__old-image {
	padding: 0 0 0 30px;
}

.news-categories .news-categories__nav li a {
	font-size: 1.1rem;
}

.which-moomin .begin-container {
	margin: auto 0;
}

.page-content-blocks .btn-themed {
	white-space: nowrap;
}

.nowrap-pc {
	white-space: nowrap;
}

.content-page__title {
	font-size: 1.8125rem;
	margin-bottom: 4.375rem;
}

.content-page__sub {
	font-size: 1rem;
}

}

@media (min-width: 769px)and (max-width: 991px) {

.footer .footer__row {
	margin-top: -30px;
}

}

@media (min-width: 769px)and (max-width: 1279px) {

.card-quote--revert .card-quote__old-image {
	padding: 0 0 0 25px;
}

}

@media (min-width: 800px) {

.teaser-5050 .teaser-5050__outer-ratio:before {
	padding-top: 40%;
}

}

@media (min-width: 992px) {

.container {
	max-width: 960px;
}

.container,
.container-sm,
.container-md,
.container-lg {
	max-width: 960px;
}

.d-lg-none {
	display: none !important;
}

.d-lg-inline {
	display: inline !important;
}

.d-lg-inline-block {
	display: inline-block !important;
}

.d-lg-block {
	display: block !important;
}

.d-lg-table {
	display: table !important;
}

.d-lg-table-row {
	display: table-row !important;
}

.d-lg-table-cell {
	display: table-cell !important;
}

.d-lg-flex {
	display: flex !important;
}

.d-lg-inline-flex {
	display: inline-flex !important;
}

.flex-lg-row {
	flex-direction: row !important;
}

.flex-lg-column {
	flex-direction: column !important;
}

.flex-lg-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-lg-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-lg-wrap {
	flex-wrap: wrap !important;
}

.flex-lg-nowrap {
	flex-wrap: nowrap !important;
}

.flex-lg-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-lg-fill {
	flex: 1 1 auto !important;
}

.flex-lg-grow-0 {
	flex-grow: 0 !important;
}

.flex-lg-grow-1 {
	flex-grow: 1 !important;
}

.flex-lg-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-lg-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-lg-start {
	justify-content: flex-start !important;
}

.justify-content-lg-end {
	justify-content: flex-end !important;
}

.justify-content-lg-center {
	justify-content: center !important;
}

.justify-content-lg-between {
	justify-content: space-between !important;
}

.justify-content-lg-around {
	justify-content: space-around !important;
}

.align-items-lg-start {
	align-items: flex-start !important;
}

.align-items-lg-end {
	align-items: flex-end !important;
}

.align-items-lg-center {
	align-items: center !important;
}

.align-items-lg-baseline {
	align-items: baseline !important;
}

.align-items-lg-stretch {
	align-items: stretch !important;
}

.align-content-lg-start {
	align-content: flex-start !important;
}

.align-content-lg-end {
	align-content: flex-end !important;
}

.align-content-lg-center {
	align-content: center !important;
}

.align-content-lg-between {
	align-content: space-between !important;
}

.align-content-lg-around {
	align-content: space-around !important;
}

.align-content-lg-stretch {
	align-content: stretch !important;
}

.align-self-lg-auto {
	align-self: auto !important;
}

.align-self-lg-start {
	align-self: flex-start !important;
}

.align-self-lg-end {
	align-self: flex-end !important;
}

.align-self-lg-center {
	align-self: center !important;
}

.align-self-lg-baseline {
	align-self: baseline !important;
}

.align-self-lg-stretch {
	align-self: stretch !important;
}

.float-lg-left {
	float: left !important;
}

.float-lg-right {
	float: right !important;
}

.float-lg-none {
	float: none !important;
}

.text-lg-left {
	text-align: left !important;
}

.text-lg-right {
	text-align: right !important;
}

.text-lg-center {
	text-align: center !important;
}

.col-lg {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.row-cols-lg-1>* {
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-lg-2>* {
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-lg-3>* {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.row-cols-lg-4>* {
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-lg-5>* {
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-lg-6>* {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-lg-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-lg-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-lg-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-lg-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-lg-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-lg-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-lg-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-lg-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-lg-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-lg-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-lg-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-lg-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-lg-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-lg-first {
	order: -1;
}

.order-lg-last {
	order: 13;
}

.order-lg-0 {
	order: 0;
}

.order-lg-1 {
	order: 1;
}

.order-lg-2 {
	order: 2;
}

.order-lg-3 {
	order: 3;
}

.order-lg-4 {
	order: 4;
}

.order-lg-5 {
	order: 5;
}

.order-lg-6 {
	order: 6;
}

.order-lg-7 {
	order: 7;
}

.order-lg-8 {
	order: 8;
}

.order-lg-9 {
	order: 9;
}

.order-lg-10 {
	order: 10;
}

.order-lg-11 {
	order: 11;
}

.order-lg-12 {
	order: 12;
}

.offset-lg-0 {
	margin-left: 0;
}

.offset-lg-1 {
	margin-left: 8.33333%;
}

.offset-lg-2 {
	margin-left: 16.66667%;
}

.offset-lg-3 {
	margin-left: 25%;
}

.offset-lg-4 {
	margin-left: 33.33333%;
}

.offset-lg-5 {
	margin-left: 41.66667%;
}

.offset-lg-6 {
	margin-left: 50%;
}

.offset-lg-7 {
	margin-left: 58.33333%;
}

.offset-lg-8 {
	margin-left: 66.66667%;
}

.offset-lg-9 {
	margin-left: 75%;
}

.offset-lg-10 {
	margin-left: 83.33333%;
}

.offset-lg-11 {
	margin-left: 91.66667%;
}

.m-lg-0 {
	margin: 0 !important;
}

.mt-lg-0,
.my-lg-0 {
	margin-top: 0 !important;
}

.mr-lg-0,
.mx-lg-0 {
	margin-right: 0 !important;
}

.mb-lg-0,
.my-lg-0 {
	margin-bottom: 0 !important;
}

.ml-lg-0,
.mx-lg-0 {
	margin-left: 0 !important;
}

.m-lg-1 {
	margin: .25rem !important;
}

.mt-lg-1,
.my-lg-1 {
	margin-top: .25rem !important;
}

.mr-lg-1,
.mx-lg-1 {
	margin-right: .25rem !important;
}

.mb-lg-1,
.my-lg-1 {
	margin-bottom: .25rem !important;
}

.ml-lg-1,
.mx-lg-1 {
	margin-left: .25rem !important;
}

.m-lg-2 {
	margin: .5rem !important;
}

.mt-lg-2,
.my-lg-2 {
	margin-top: .5rem !important;
}

.mr-lg-2,
.mx-lg-2 {
	margin-right: .5rem !important;
}

.mb-lg-2,
.my-lg-2 {
	margin-bottom: .5rem !important;
}

.ml-lg-2,
.mx-lg-2 {
	margin-left: .5rem !important;
}

.m-lg-3 {
	margin: 1rem !important;
}

.mt-lg-3,
.my-lg-3 {
	margin-top: 1rem !important;
}

.mr-lg-3,
.mx-lg-3 {
	margin-right: 1rem !important;
}

.mb-lg-3,
.my-lg-3 {
	margin-bottom: 1rem !important;
}

.ml-lg-3,
.mx-lg-3 {
	margin-left: 1rem !important;
}

.m-lg-4 {
	margin: 1.5rem !important;
}

.mt-lg-4,
.my-lg-4 {
	margin-top: 1.5rem !important;
}

.mr-lg-4,
.mx-lg-4 {
	margin-right: 1.5rem !important;
}

.mb-lg-4,
.my-lg-4 {
	margin-bottom: 1.5rem !important;
}

.ml-lg-4,
.mx-lg-4 {
	margin-left: 1.5rem !important;
}

.m-lg-5 {
	margin: 3rem !important;
}

.mt-lg-5,
.my-lg-5 {
	margin-top: 3rem !important;
}

.mr-lg-5,
.mx-lg-5 {
	margin-right: 3rem !important;
}

.mb-lg-5,
.my-lg-5 {
	margin-bottom: 3rem !important;
}

.ml-lg-5,
.mx-lg-5 {
	margin-left: 3rem !important;
}

.p-lg-0 {
	padding: 0 !important;
}

.pt-lg-0,
.py-lg-0 {
	padding-top: 0 !important;
}

.pr-lg-0,
.px-lg-0 {
	padding-right: 0 !important;
}

.pb-lg-0,
.py-lg-0 {
	padding-bottom: 0 !important;
}

.pl-lg-0,
.px-lg-0 {
	padding-left: 0 !important;
}

.p-lg-1 {
	padding: .25rem !important;
}

.pt-lg-1,
.py-lg-1 {
	padding-top: .25rem !important;
}

.pr-lg-1,
.px-lg-1 {
	padding-right: .25rem !important;
}

.pb-lg-1,
.py-lg-1 {
	padding-bottom: .25rem !important;
}

.pl-lg-1,
.px-lg-1 {
	padding-left: .25rem !important;
}

.p-lg-2 {
	padding: .5rem !important;
}

.pt-lg-2,
.py-lg-2 {
	padding-top: .5rem !important;
}

.pr-lg-2,
.px-lg-2 {
	padding-right: .5rem !important;
}

.pb-lg-2,
.py-lg-2 {
	padding-bottom: .5rem !important;
}

.pl-lg-2,
.px-lg-2 {
	padding-left: .5rem !important;
}

.p-lg-3 {
	padding: 1rem !important;
}

.pt-lg-3,
.py-lg-3 {
	padding-top: 1rem !important;
}

.pr-lg-3,
.px-lg-3 {
	padding-right: 1rem !important;
}

.pb-lg-3,
.py-lg-3 {
	padding-bottom: 1rem !important;
}

.pl-lg-3,
.px-lg-3 {
	padding-left: 1rem !important;
}

.p-lg-4 {
	padding: 1.5rem !important;
}

.pt-lg-4,
.py-lg-4 {
	padding-top: 1.5rem !important;
}

.pr-lg-4,
.px-lg-4 {
	padding-right: 1.5rem !important;
}

.pb-lg-4,
.py-lg-4 {
	padding-bottom: 1.5rem !important;
}

.pl-lg-4,
.px-lg-4 {
	padding-left: 1.5rem !important;
}

.p-lg-5 {
	padding: 3rem !important;
}

.pt-lg-5,
.py-lg-5 {
	padding-top: 3rem !important;
}

.pr-lg-5,
.px-lg-5 {
	padding-right: 3rem !important;
}

.pb-lg-5,
.py-lg-5 {
	padding-bottom: 3rem !important;
}

.pl-lg-5,
.px-lg-5 {
	padding-left: 3rem !important;
}

.m-lg-n1 {
	margin: -0.25rem !important;
}

.mt-lg-n1,
.my-lg-n1 {
	margin-top: -0.25rem !important;
}

.mr-lg-n1,
.mx-lg-n1 {
	margin-right: -0.25rem !important;
}

.mb-lg-n1,
.my-lg-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-lg-n1,
.mx-lg-n1 {
	margin-left: -0.25rem !important;
}

.m-lg-n2 {
	margin: -0.5rem !important;
}

.mt-lg-n2,
.my-lg-n2 {
	margin-top: -0.5rem !important;
}

.mr-lg-n2,
.mx-lg-n2 {
	margin-right: -0.5rem !important;
}

.mb-lg-n2,
.my-lg-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-lg-n2,
.mx-lg-n2 {
	margin-left: -0.5rem !important;
}

.m-lg-n3 {
	margin: -1rem !important;
}

.mt-lg-n3,
.my-lg-n3 {
	margin-top: -1rem !important;
}

.mr-lg-n3,
.mx-lg-n3 {
	margin-right: -1rem !important;
}

.mb-lg-n3,
.my-lg-n3 {
	margin-bottom: -1rem !important;
}

.ml-lg-n3,
.mx-lg-n3 {
	margin-left: -1rem !important;
}

.m-lg-n4 {
	margin: -1.5rem !important;
}

.mt-lg-n4,
.my-lg-n4 {
	margin-top: -1.5rem !important;
}

.mr-lg-n4,
.mx-lg-n4 {
	margin-right: -1.5rem !important;
}

.mb-lg-n4,
.my-lg-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-lg-n4,
.mx-lg-n4 {
	margin-left: -1.5rem !important;
}

.m-lg-n5 {
	margin: -3rem !important;
}

.mt-lg-n5,
.my-lg-n5 {
	margin-top: -3rem !important;
}

.mr-lg-n5,
.mx-lg-n5 {
	margin-right: -3rem !important;
}

.mb-lg-n5,
.my-lg-n5 {
	margin-bottom: -3rem !important;
}

.ml-lg-n5,
.mx-lg-n5 {
	margin-left: -3rem !important;
}

.m-lg-auto {
	margin: auto !important;
}

.mt-lg-auto,
.my-lg-auto {
	margin-top: auto !important;
}

.mr-lg-auto,
.mx-lg-auto {
	margin-right: auto !important;
}

.mb-lg-auto,
.my-lg-auto {
	margin-bottom: auto !important;
}

.ml-lg-auto,
.mx-lg-auto {
	margin-left: auto !important;
}

.dropdown-menu-lg-left {
	right: auto;
	left: 0;
}

.dropdown-menu-lg-right {
	right: 0;
	left: auto;
}

.navbar-expand-lg {
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.navbar-expand-lg .navbar-nav {
	flex-direction: row;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid,
.navbar-expand-lg>.container-sm,
.navbar-expand-lg>.container-md,
.navbar-expand-lg>.container-lg,
.navbar-expand-lg>.container-xl,
.wp-block-group.alignwide.navbar-expand-lg>.wp-block-group__inner-container {
	flex-wrap: nowrap;
}

.navbar-expand-lg .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand-lg .navbar-toggler {
	display: none;
}

.nav-top,
.nav-moomin .nav-moomin__search>a .icon-caption,
.nav-moomin .nav-item {
	font-size: .875rem;
}

.nav-moomin {
	flex-direction: row-reverse;
	align-items: center;
}

.nav-moomin .nav-moomin__search {
	padding: 0 calc(2.5vw + 10px) 0 25px;
	position: static;
	top: auto;
	right: auto;
	display: inline-flex;
	flex: 1;
	justify-content: flex-end;
}

.nav-moomin .nav-moomin__search>a {
	justify-content: flex-end;
	position: relative;
	margin-right: 27px;
	text-align: center;
}

.nav-moomin .nav-moomin__search>a .icon-caption {
	display: inline-block;
	margin-left: 14px;
}

.nav-moomin .nav-moomin__brand {
	flex: 0 0 auto;
}

.nav-moomin .nav-moomin__brand .navbar-brand {
	width: 138px;
	padding-top: 1.825rem;
	padding-bottom: 1.825rem;
}

.nav-moomin .nav-moomin__brand .navbar-brand svg {
	width: 100%;
	max-height: 36px;
}

.nav-moomin .navbar-collapse {
	display: flex !important;
	flex: 1;
	padding: 0 25px 0 calc(2.5vw + 10px);
}

.nav-moomin .navbar-collapse .nav-moomin__menu-container {
	padding: 0;
}

.nav-moomin .navbar-nav {
	flex-direction: row;
}

.nav-moomin .navbar-nav>li {
	position: relative;
	margin-right: 15px;
}

.nav-moomin .navbar-nav>li:last-of-type {
	margin-right: 0;
}

.nav-moomin .navbar-nav>li:hover .navbar-nav-dropdown {
	display: block;
}

.nav-moomin .navbar-nav .navbar-nav-dropdown {
	display: none;
	position: absolute;
	left: -25px;
	top: calc(100% - 0.125rem);
	z-index: 120;
	min-width: 300px;
	background-color: #fff;
	padding: 14.5px 25px 25px;
}

.nav-moomin .navbar-nav .navbar-nav-dropdown--align-right {
	text-align: right;
	left: auto;
	right: -25px;
}

.nav-moomin .navbar-nav .navbar-nav-dropdown .sub-menu {
	flex-wrap: wrap;
}

.nav-moomin .navbar-nav .navbar-nav-dropdown .sub-menu>li {
	flex: 0 0 100%;
}

.nav-moomin .nav-item .nav-link {
	padding: 0;
}

.nav-moomin .nav-item .nav-link__item {
	text-align: center;
}

.nav-moomin .nav-item .nav-item .nav-link {
	padding: 0;
}

.nav-moomin .nav-moomin__toggler {
	display: none;
}

.animation {
	transition: transform .3s;
}

#moominMenu .navbar-nav .nav-item .nav-hover__box {
	overflow: hidden;
}

#moominMenu .navbar-nav .nav-item .nav-hover span {
	display: block;
}

#moominMenu .navbar-nav .nav-item .nav-hover__en {
	transform: translateY(50%);
}

#moominMenu .navbar-nav .nav-item .nav-hover__jp {
	display: inline-block !important;
	transform: translateY(100%);
}

#moominMenu .navbar-nav .nav-item .nav-hover:hover .nav-hover__en {
	transform: translateY(-120%);
}

#moominMenu .navbar-nav .nav-item .nav-hover:hover .nav-hover__jp {
	transform: translateY(-50%);
}

#moominMenu .navbar-nav .sub-menu .nav-item .nav-hover__box {
	max-height: 33px;
}

.nav-moomin__search .nav-link .icon-caption {
	display: block;
	overflow: hidden;
}

.nav-moomin__search .nav-link .icon-caption span {
	display: block;
}

.nav-moomin__search .nav-link .icon-en {
	transform: translateY(50%);
}

.nav-moomin__search .nav-link .icon-jp {
	transform: translateY(100%);
}

.nav-moomin__search .nav-link:hover .icon-en {
	transform: translateY(-130%);
}

.nav-moomin__search .nav-link:hover .icon-jp {
	transform: translateY(-50%);
}

.footer-banner {
	padding: 0 5.3125rem;
}

.footer-banner .slick-prev {
	left: 2.5rem;
}

.footer-banner .slick-next {
	right: 2.5rem;
}

.footer .footer__row .col {
	flex-basis: 0;
}

.footer .footer__row .col {
	flex-basis: 0;
	margin-top: 0;
}

.title-xl,
.is-style-title-xl,
.rte .is-style-title-xl,
.rns .rns-plugin .rns-header .rns-sub-header .is-style-title-xl {
	font-size: 3rem;
}

.teaser-5050 .teaser-5050__title {
	font-size: 1.7rem;
}

.teaser-5050 .teaser-5050__outer-ratio:before {
	padding-top: 32%;
}

.teaser-news-full-width .teaser-news-full-width__title {
	font-size: 1.375rem;
	margin-bottom: 2.5rem;
}

.teaser-block__item:first-child {
	padding: 60px 50px 60px 0;
}

.teaser-block__item:last-child {
	padding: 60px 0 60px 50px;
}

.explore-moominvalley-map .explore__map {
	position: relative;
}

.explore-moominvalley-map .explore__map:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 116.66667%;
}

.explore-moominvalley-map .explore__map>.ar__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.explore-moominvalley-map .explore__map {
	height: 1280px;
}

.explore-moominvalley-map .explore__map .ar__content {
	padding: 0;
	height: auto;
}

.explore-moominvalley-map .explore__map .explore__image-container .explore__image-displacement {
	width: 170vw;
	right: -9999px;
}

.hero .hero__image-container .ar__content .hero__logo img {
	max-width: 60%;
}

.hero-home--yellow .hero-home__bg-image {
	background-size: 160% auto;
}

.hero-home--yellow .hero-home__wrapper {
	position: relative;
}

.hero-home--yellow .hero-home__wrapper:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 71.05263%;
}

.hero-home--yellow .hero-home__wrapper>.ar__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero-home--yellow .hero-home__content {
	padding-top: 60px;
	display: inline-block;
	margin-left: 10vw;
}

.hero-home--oursea .hero-home__bg-image {
	background-position: center bottom;
	background-size: 115% auto;
}

.hero-home--oursea .hero-home__wrapper {
	position: relative;
}

.hero-home--oursea .hero-home__wrapper:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 63.31269%;
}

.hero-home--oursea .hero-home__wrapper>.ar__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero-home--oursea .hero-home__content {
	padding-top: 5vw;
}

.hero-campaign .hero-campaign__wrapper:before {
	content: none;
}

.hero-campaign .hero-campaign__wrapper .hero-campaign__bg-image {
	position: static;
	align-items: flex-start;
	padding-top: 5vw;
	min-height: 45.4545454545vw;
	height: 52.6315789474vw;
	max-height: calc(100vh - 100px);
}

.hero-highlight .hero-highlight__title-container .hero-highlight__title {
	font-size: 9.25rem;
}

.hero-highlight .hero-highlight__wrapper {
	position: relative;
}

.hero-highlight .hero-highlight__wrapper:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 47.05882%;
}

.hero-highlight .hero-highlight__wrapper>.ar__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero-highlight .hero-highlight__image svg,
.hero-highlight .hero-highlight__image img {
	width: 80%;
}

.news-categories__box {
	overflow: hidden;
	display: inline-block;
}

.news-categories__box:hover {
	text-decoration: none;
}

.news-categories__box:hover .news-categories__en {
	transform: translateY(-120%);
	transition: all .3s;
}

.news-categories__box:hover .news-categories__jp {
	transform: translateY(-50%);
	transition: all .3s;
}

.news-categories span {
	display: block;
	transition: all .3s;
}

.news-categories__en {
	transform: translateY(50%);
}

.news-categories__jp {
	transform: translateY(100%);
}

.oursea-donate {
	bottom: 50px;
	right: 50px;
	width: 160px;
	height: 193px;
}

.abc-badge {
	bottom: 50px;
	right: 50px;
	width: 160px;
	height: 201px;
}

.image-with-text-overlay .hero-home__title span {
	font-size: 4.6875rem;
}

}

@media (min-width: 992px)and (max-width: 1279px) {

.nav-moomin .nav-item .nav-link__item .nav-hover__jp {
	font-size: .8125rem;
}

}

@media screen and (min-width: 1200px) {

.nav-top,
.nav-moomin .nav-moomin__search>a .icon-caption,
.nav-moomin .nav-item {
	font-size: 1rem;
}

}

@media (min-width: 1280px) {

.container {
	max-width: 1280px;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
	max-width: 1280px;
}

.d-xl-none {
	display: none !important;
}

.d-xl-inline {
	display: inline !important;
}

.d-xl-inline-block {
	display: inline-block !important;
}

.d-xl-block {
	display: block !important;
}

.d-xl-table {
	display: table !important;
}

.d-xl-table-row {
	display: table-row !important;
}

.d-xl-table-cell {
	display: table-cell !important;
}

.d-xl-flex {
	display: flex !important;
}

.d-xl-inline-flex {
	display: inline-flex !important;
}

.flex-xl-row {
	flex-direction: row !important;
}

.flex-xl-column {
	flex-direction: column !important;
}

.flex-xl-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-xl-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-xl-wrap {
	flex-wrap: wrap !important;
}

.flex-xl-nowrap {
	flex-wrap: nowrap !important;
}

.flex-xl-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-xl-fill {
	flex: 1 1 auto !important;
}

.flex-xl-grow-0 {
	flex-grow: 0 !important;
}

.flex-xl-grow-1 {
	flex-grow: 1 !important;
}

.flex-xl-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-xl-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-xl-start {
	justify-content: flex-start !important;
}

.justify-content-xl-end {
	justify-content: flex-end !important;
}

.justify-content-xl-center {
	justify-content: center !important;
}

.justify-content-xl-between {
	justify-content: space-between !important;
}

.justify-content-xl-around {
	justify-content: space-around !important;
}

.align-items-xl-start {
	align-items: flex-start !important;
}

.align-items-xl-end {
	align-items: flex-end !important;
}

.align-items-xl-center {
	align-items: center !important;
}

.align-items-xl-baseline {
	align-items: baseline !important;
}

.align-items-xl-stretch {
	align-items: stretch !important;
}

.align-content-xl-start {
	align-content: flex-start !important;
}

.align-content-xl-end {
	align-content: flex-end !important;
}

.align-content-xl-center {
	align-content: center !important;
}

.align-content-xl-between {
	align-content: space-between !important;
}

.align-content-xl-around {
	align-content: space-around !important;
}

.align-content-xl-stretch {
	align-content: stretch !important;
}

.align-self-xl-auto {
	align-self: auto !important;
}

.align-self-xl-start {
	align-self: flex-start !important;
}

.align-self-xl-end {
	align-self: flex-end !important;
}

.align-self-xl-center {
	align-self: center !important;
}

.align-self-xl-baseline {
	align-self: baseline !important;
}

.align-self-xl-stretch {
	align-self: stretch !important;
}

.float-xl-left {
	float: left !important;
}

.float-xl-right {
	float: right !important;
}

.float-xl-none {
	float: none !important;
}

.text-xl-left {
	text-align: left !important;
}

.text-xl-right {
	text-align: right !important;
}

.text-xl-center {
	text-align: center !important;
}

.col-xl {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.row-cols-xl-1>* {
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-xl-2>* {
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-xl-3>* {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.row-cols-xl-4>* {
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-xl-5>* {
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-xl-6>* {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-xl-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-xl-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-xl-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-xl-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-xl-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-xl-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-xl-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-xl-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-xl-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-xl-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-xl-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-xl-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-xl-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-xl-first {
	order: -1;
}

.order-xl-last {
	order: 13;
}

.order-xl-0 {
	order: 0;
}

.order-xl-1 {
	order: 1;
}

.order-xl-2 {
	order: 2;
}

.order-xl-3 {
	order: 3;
}

.order-xl-4 {
	order: 4;
}

.order-xl-5 {
	order: 5;
}

.order-xl-6 {
	order: 6;
}

.order-xl-7 {
	order: 7;
}

.order-xl-8 {
	order: 8;
}

.order-xl-9 {
	order: 9;
}

.order-xl-10 {
	order: 10;
}

.order-xl-11 {
	order: 11;
}

.order-xl-12 {
	order: 12;
}

.offset-xl-0 {
	margin-left: 0;
}

.offset-xl-1 {
	margin-left: 8.33333%;
}

.offset-xl-2 {
	margin-left: 16.66667%;
}

.offset-xl-3 {
	margin-left: 25%;
}

.offset-xl-4 {
	margin-left: 33.33333%;
}

.offset-xl-5 {
	margin-left: 41.66667%;
}

.offset-xl-6 {
	margin-left: 50%;
}

.offset-xl-7 {
	margin-left: 58.33333%;
}

.offset-xl-8 {
	margin-left: 66.66667%;
}

.offset-xl-9 {
	margin-left: 75%;
}

.offset-xl-10 {
	margin-left: 83.33333%;
}

.offset-xl-11 {
	margin-left: 91.66667%;
}

.m-xl-0 {
	margin: 0 !important;
}

.mt-xl-0,
.my-xl-0 {
	margin-top: 0 !important;
}

.mr-xl-0,
.mx-xl-0 {
	margin-right: 0 !important;
}

.mb-xl-0,
.my-xl-0 {
	margin-bottom: 0 !important;
}

.ml-xl-0,
.mx-xl-0 {
	margin-left: 0 !important;
}

.m-xl-1 {
	margin: .25rem !important;
}

.mt-xl-1,
.my-xl-1 {
	margin-top: .25rem !important;
}

.mr-xl-1,
.mx-xl-1 {
	margin-right: .25rem !important;
}

.mb-xl-1,
.my-xl-1 {
	margin-bottom: .25rem !important;
}

.ml-xl-1,
.mx-xl-1 {
	margin-left: .25rem !important;
}

.m-xl-2 {
	margin: .5rem !important;
}

.mt-xl-2,
.my-xl-2 {
	margin-top: .5rem !important;
}

.mr-xl-2,
.mx-xl-2 {
	margin-right: .5rem !important;
}

.mb-xl-2,
.my-xl-2 {
	margin-bottom: .5rem !important;
}

.ml-xl-2,
.mx-xl-2 {
	margin-left: .5rem !important;
}

.m-xl-3 {
	margin: 1rem !important;
}

.mt-xl-3,
.my-xl-3 {
	margin-top: 1rem !important;
}

.mr-xl-3,
.mx-xl-3 {
	margin-right: 1rem !important;
}

.mb-xl-3,
.my-xl-3 {
	margin-bottom: 1rem !important;
}

.ml-xl-3,
.mx-xl-3 {
	margin-left: 1rem !important;
}

.m-xl-4 {
	margin: 1.5rem !important;
}

.mt-xl-4,
.my-xl-4 {
	margin-top: 1.5rem !important;
}

.mr-xl-4,
.mx-xl-4 {
	margin-right: 1.5rem !important;
}

.mb-xl-4,
.my-xl-4 {
	margin-bottom: 1.5rem !important;
}

.ml-xl-4,
.mx-xl-4 {
	margin-left: 1.5rem !important;
}

.m-xl-5 {
	margin: 3rem !important;
}

.mt-xl-5,
.my-xl-5 {
	margin-top: 3rem !important;
}

.mr-xl-5,
.mx-xl-5 {
	margin-right: 3rem !important;
}

.mb-xl-5,
.my-xl-5 {
	margin-bottom: 3rem !important;
}

.ml-xl-5,
.mx-xl-5 {
	margin-left: 3rem !important;
}

.p-xl-0 {
	padding: 0 !important;
}

.pt-xl-0,
.py-xl-0 {
	padding-top: 0 !important;
}

.pr-xl-0,
.px-xl-0 {
	padding-right: 0 !important;
}

.pb-xl-0,
.py-xl-0 {
	padding-bottom: 0 !important;
}

.pl-xl-0,
.px-xl-0 {
	padding-left: 0 !important;
}

.p-xl-1 {
	padding: .25rem !important;
}

.pt-xl-1,
.py-xl-1 {
	padding-top: .25rem !important;
}

.pr-xl-1,
.px-xl-1 {
	padding-right: .25rem !important;
}

.pb-xl-1,
.py-xl-1 {
	padding-bottom: .25rem !important;
}

.pl-xl-1,
.px-xl-1 {
	padding-left: .25rem !important;
}

.p-xl-2 {
	padding: .5rem !important;
}

.pt-xl-2,
.py-xl-2 {
	padding-top: .5rem !important;
}

.pr-xl-2,
.px-xl-2 {
	padding-right: .5rem !important;
}

.pb-xl-2,
.py-xl-2 {
	padding-bottom: .5rem !important;
}

.pl-xl-2,
.px-xl-2 {
	padding-left: .5rem !important;
}

.p-xl-3 {
	padding: 1rem !important;
}

.pt-xl-3,
.py-xl-3 {
	padding-top: 1rem !important;
}

.pr-xl-3,
.px-xl-3 {
	padding-right: 1rem !important;
}

.pb-xl-3,
.py-xl-3 {
	padding-bottom: 1rem !important;
}

.pl-xl-3,
.px-xl-3 {
	padding-left: 1rem !important;
}

.p-xl-4 {
	padding: 1.5rem !important;
}

.pt-xl-4,
.py-xl-4 {
	padding-top: 1.5rem !important;
}

.pr-xl-4,
.px-xl-4 {
	padding-right: 1.5rem !important;
}

.pb-xl-4,
.py-xl-4 {
	padding-bottom: 1.5rem !important;
}

.pl-xl-4,
.px-xl-4 {
	padding-left: 1.5rem !important;
}

.p-xl-5 {
	padding: 3rem !important;
}

.pt-xl-5,
.py-xl-5 {
	padding-top: 3rem !important;
}

.pr-xl-5,
.px-xl-5 {
	padding-right: 3rem !important;
}

.pb-xl-5,
.py-xl-5 {
	padding-bottom: 3rem !important;
}

.pl-xl-5,
.px-xl-5 {
	padding-left: 3rem !important;
}

.m-xl-n1 {
	margin: -0.25rem !important;
}

.mt-xl-n1,
.my-xl-n1 {
	margin-top: -0.25rem !important;
}

.mr-xl-n1,
.mx-xl-n1 {
	margin-right: -0.25rem !important;
}

.mb-xl-n1,
.my-xl-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-xl-n1,
.mx-xl-n1 {
	margin-left: -0.25rem !important;
}

.m-xl-n2 {
	margin: -0.5rem !important;
}

.mt-xl-n2,
.my-xl-n2 {
	margin-top: -0.5rem !important;
}

.mr-xl-n2,
.mx-xl-n2 {
	margin-right: -0.5rem !important;
}

.mb-xl-n2,
.my-xl-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-xl-n2,
.mx-xl-n2 {
	margin-left: -0.5rem !important;
}

.m-xl-n3 {
	margin: -1rem !important;
}

.mt-xl-n3,
.my-xl-n3 {
	margin-top: -1rem !important;
}

.mr-xl-n3,
.mx-xl-n3 {
	margin-right: -1rem !important;
}

.mb-xl-n3,
.my-xl-n3 {
	margin-bottom: -1rem !important;
}

.ml-xl-n3,
.mx-xl-n3 {
	margin-left: -1rem !important;
}

.m-xl-n4 {
	margin: -1.5rem !important;
}

.mt-xl-n4,
.my-xl-n4 {
	margin-top: -1.5rem !important;
}

.mr-xl-n4,
.mx-xl-n4 {
	margin-right: -1.5rem !important;
}

.mb-xl-n4,
.my-xl-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-xl-n4,
.mx-xl-n4 {
	margin-left: -1.5rem !important;
}

.m-xl-n5 {
	margin: -3rem !important;
}

.mt-xl-n5,
.my-xl-n5 {
	margin-top: -3rem !important;
}

.mr-xl-n5,
.mx-xl-n5 {
	margin-right: -3rem !important;
}

.mb-xl-n5,
.my-xl-n5 {
	margin-bottom: -3rem !important;
}

.ml-xl-n5,
.mx-xl-n5 {
	margin-left: -3rem !important;
}

.m-xl-auto {
	margin: auto !important;
}

.mt-xl-auto,
.my-xl-auto {
	margin-top: auto !important;
}

.mr-xl-auto,
.mx-xl-auto {
	margin-right: auto !important;
}

.mb-xl-auto,
.my-xl-auto {
	margin-bottom: auto !important;
}

.ml-xl-auto,
.mx-xl-auto {
	margin-left: auto !important;
}

.dropdown-menu-xl-left {
	right: auto;
	left: 0;
}

.dropdown-menu-xl-right {
	right: 0;
	left: auto;
}

.navbar-expand-xl {
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.navbar-expand-xl .navbar-nav {
	flex-direction: row;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand-xl .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid,
.navbar-expand-xl>.container-sm,
.navbar-expand-xl>.container-md,
.navbar-expand-xl>.container-lg,
.navbar-expand-xl>.container-xl,
.wp-block-group.alignwide.navbar-expand-xl>.wp-block-group__inner-container {
	flex-wrap: nowrap;
}

.navbar-expand-xl .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand-xl .navbar-toggler {
	display: none;
}

.nav-moomin .nav-moomin__search>a {
	min-width: 115px;
}

.title-campaign,
.hero-campaign h1 {
	font-size: 3.4rem;
}

.teaser-5050 .teaser-5050__title {
	font-size: 2.25rem;
}

.teaser-5050 .teaser-5050__content {
	padding: 50px 50px 0;
}

.teaser-5050 .teaser-5050__content {
	padding: 50px 50px 0;
}

.teaser-5050 .teaser-5050__half.teaser-5050__half-1 .teaser-5050__content {
	padding-left: 0;
}

.teaser-5050 .teaser-5050__half-2 .teaser-5050__content {
	padding-right: 0;
}

.teaser-news-full-width .teaser-news-full-width__content {
	padding: 50px 40px;
}

.card-book .card-book__half .container-static-width {
	flex: 1;
	width: 50vw;
}

.card-book .card-book__half .container-static-width>div {
	height: 100%;
}

.card-book .card-book__half.card-book__half-1 .container-static-width {
	transform: translateX(-50%);
}

.explore-map .explore-map__header {
	position: absolute;
	left: 0;
	z-index: 100;
}

.explore-moominvalley-map .explore-map__header {
	left: auto;
	right: 0;
}

.explore-moominvalley-map .explore__map .explore__image-container .explore__image-displacement {
	width: 1858px;
}

.character-post .character-post__half .container-static-width {
	flex: 1;
	width: 50vw;
}

.character-post .character-post__half .container-static-width>div {
	height: 100%;
}

.card-quote.card-quote__half.card-quote__half-1 {
	justify-content: flex-end;
}

.card-quote__old-content {
	padding-left: 0;
}

.card-quote__half-1 .card-quote__old-content {
	padding: 0 25px 0 0;
}

.card-quote--even .card-quote__old-content {
	padding-left: 50px;
}

.card-quote--even .card-quote__old-image {
	padding-left: 30px;
}

.card-quote--revert.card-quote__half-1 .card-quote__old-content {
	padding: 0 0 0 25px;
}

.card-quote--revert.card-quote__half-1 .card-quote__old-image {
	padding: 0 25px 0 30px;
}

.card-mug.card-mug__half.card-mug__half-1 {
	justify-content: flex-end;
}

.hero-home--yellow .hero-home__bg-image {
	background-size: 1800px auto;
}

.hero-home--yellow .hero-home__wrapper:before {
	padding: 0;
	height: 800px;
}

.hero-home--yellow .hero-home__content {
	display: inline-block;
	margin-left: -420px;
	transform: translateX(50vw);
}

.hero-home--oursea .hero-home__bg-image {
	background-size: 1800px auto;
}

.hero-home--oursea .hero-home__wrapper:before {
	padding: 0;
	height: 800px;
}

.hero-home--oursea .hero-home__wrapper:before {
	content: none;
}

.hero-home--oursea .hero-home__wrapper .hero-home__bg-image {
	position: static;
	align-items: flex-end;
	padding-top: 5vw;
	min-height: 45.4545454545vw;
	height: 52.6315789474vw;
	max-height: calc(100vh - 100px);
	display: flex;
}

.hero-home--oursea .hero-home__content {
	display: inline-block;
	margin-left: -324px;
	transform: translateX(50vw);
	margin-bottom: 400px;
}

.news-categories {
	margin-bottom: 3em;
}

.news-categories--2 {
	margin-bottom: 0;
}

.news-categories .news-categories__nav {
	padding: 1.5em 0;
}

.news-categories--2 .news-categories__nav {
	padding: .625rem 0;
}

.news-categories .news-categories__nav li {
	border: none;
}

.news-categories .news-categories__nav li a.active {
	color: #ff9ba6;
}

.news-categories.theme-book-light .news-categories__nav li a.active {
	color: #52a9f3;
}

.full-width-halved-block .full-width-halved-block__content-padding {
	padding-right: 50px;
	padding-left: 50px;
}

.full-width-halved-block.teaser-align-right .full-width-halved-block__content-padding {
	padding-left: 25px;
}

.full-width-halved-block-alt .full-width-halved-block-alt__content-padding {
	padding: 50px 50px;
}

.full-width-halved-block-alt.teaser-align-right .full-width-halved-block-alt__content-padding {
	padding-left: 25px;
}

.articles-block-wrapper .articles-block {
	padding-left: 100px;
	padding-right: 100px;
}

}

@media (min-width: 1280px)and (min-width: 576px) {

.teaser-5050 .teaser-5050__half .container-static-width {
	width: 540px;
}

.card-book .card-book__half .container-static-width {
	width: 540px;
}

.character-post .character-post__half .container-static-width {
	width: 540px;
}

.card-quote.card-quote__half .container-static-width {
	width: 270px;
}

.card-mug.card-mug__half .container-static-width {
	width: 270px;
}

}

@media (min-width: 1280px)and (min-width: 768px) {

.teaser-5050 .teaser-5050__half .container-static-width {
	width: 720px;
}

.card-book .card-book__half .container-static-width {
	width: 720px;
}

.character-post .character-post__half .container-static-width {
	width: 720px;
}

.card-quote.card-quote__half .container-static-width {
	width: 360px;
}

.card-mug.card-mug__half .container-static-width {
	width: 360px;
}

}

@media (min-width: 1280px)and (min-width: 992px) {

.teaser-5050 .teaser-5050__half .container-static-width {
	width: 960px;
}

.card-book .card-book__half .container-static-width {
	width: 960px;
}

.character-post .character-post__half .container-static-width {
	width: 960px;
}

.card-quote.card-quote__half .container-static-width {
	width: 480px;
}

.card-mug.card-mug__half .container-static-width {
	width: 480px;
}

}

@media (min-width: 1280px)and (min-width: 1280px) {

.teaser-5050 .teaser-5050__half .container-static-width {
	width: 1280px;
}

.card-book .card-book__half .container-static-width {
	width: 1280px;
}

.character-post .character-post__half .container-static-width {
	width: 1280px;
}

.card-quote.card-quote__half .container-static-width {
	width: 640px;
}

.card-mug.card-mug__half .container-static-width {
	width: 640px;
}

}

@media (min-width: 1800px) {

.d-xxl-none {
	display: none !important;
}

.d-xxl-inline {
	display: inline !important;
}

.d-xxl-inline-block {
	display: inline-block !important;
}

.d-xxl-block {
	display: block !important;
}

.d-xxl-table {
	display: table !important;
}

.d-xxl-table-row {
	display: table-row !important;
}

.d-xxl-table-cell {
	display: table-cell !important;
}

.d-xxl-flex {
	display: flex !important;
}

.d-xxl-inline-flex {
	display: inline-flex !important;
}

.flex-xxl-row {
	flex-direction: row !important;
}

.flex-xxl-column {
	flex-direction: column !important;
}

.flex-xxl-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-xxl-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-xxl-wrap {
	flex-wrap: wrap !important;
}

.flex-xxl-nowrap {
	flex-wrap: nowrap !important;
}

.flex-xxl-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-xxl-fill {
	flex: 1 1 auto !important;
}

.flex-xxl-grow-0 {
	flex-grow: 0 !important;
}

.flex-xxl-grow-1 {
	flex-grow: 1 !important;
}

.flex-xxl-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-xxl-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-xxl-start {
	justify-content: flex-start !important;
}

.justify-content-xxl-end {
	justify-content: flex-end !important;
}

.justify-content-xxl-center {
	justify-content: center !important;
}

.justify-content-xxl-between {
	justify-content: space-between !important;
}

.justify-content-xxl-around {
	justify-content: space-around !important;
}

.align-items-xxl-start {
	align-items: flex-start !important;
}

.align-items-xxl-end {
	align-items: flex-end !important;
}

.align-items-xxl-center {
	align-items: center !important;
}

.align-items-xxl-baseline {
	align-items: baseline !important;
}

.align-items-xxl-stretch {
	align-items: stretch !important;
}

.align-content-xxl-start {
	align-content: flex-start !important;
}

.align-content-xxl-end {
	align-content: flex-end !important;
}

.align-content-xxl-center {
	align-content: center !important;
}

.align-content-xxl-between {
	align-content: space-between !important;
}

.align-content-xxl-around {
	align-content: space-around !important;
}

.align-content-xxl-stretch {
	align-content: stretch !important;
}

.align-self-xxl-auto {
	align-self: auto !important;
}

.align-self-xxl-start {
	align-self: flex-start !important;
}

.align-self-xxl-end {
	align-self: flex-end !important;
}

.align-self-xxl-center {
	align-self: center !important;
}

.align-self-xxl-baseline {
	align-self: baseline !important;
}

.align-self-xxl-stretch {
	align-self: stretch !important;
}

.float-xxl-left {
	float: left !important;
}

.float-xxl-right {
	float: right !important;
}

.float-xxl-none {
	float: none !important;
}

.text-xxl-left {
	text-align: left !important;
}

.text-xxl-right {
	text-align: right !important;
}

.text-xxl-center {
	text-align: center !important;
}

.col-xxl {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.row-cols-xxl-1>* {
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-xxl-2>* {
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-xxl-3>* {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.row-cols-xxl-4>* {
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-xxl-5>* {
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-xxl-6>* {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-xxl-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-xxl-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-xxl-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-xxl-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-xxl-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-xxl-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-xxl-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-xxl-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-xxl-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-xxl-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-xxl-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-xxl-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-xxl-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-xxl-first {
	order: -1;
}

.order-xxl-last {
	order: 13;
}

.order-xxl-0 {
	order: 0;
}

.order-xxl-1 {
	order: 1;
}

.order-xxl-2 {
	order: 2;
}

.order-xxl-3 {
	order: 3;
}

.order-xxl-4 {
	order: 4;
}

.order-xxl-5 {
	order: 5;
}

.order-xxl-6 {
	order: 6;
}

.order-xxl-7 {
	order: 7;
}

.order-xxl-8 {
	order: 8;
}

.order-xxl-9 {
	order: 9;
}

.order-xxl-10 {
	order: 10;
}

.order-xxl-11 {
	order: 11;
}

.order-xxl-12 {
	order: 12;
}

.offset-xxl-0 {
	margin-left: 0;
}

.offset-xxl-1 {
	margin-left: 8.33333%;
}

.offset-xxl-2 {
	margin-left: 16.66667%;
}

.offset-xxl-3 {
	margin-left: 25%;
}

.offset-xxl-4 {
	margin-left: 33.33333%;
}

.offset-xxl-5 {
	margin-left: 41.66667%;
}

.offset-xxl-6 {
	margin-left: 50%;
}

.offset-xxl-7 {
	margin-left: 58.33333%;
}

.offset-xxl-8 {
	margin-left: 66.66667%;
}

.offset-xxl-9 {
	margin-left: 75%;
}

.offset-xxl-10 {
	margin-left: 83.33333%;
}

.offset-xxl-11 {
	margin-left: 91.66667%;
}

.m-xxl-0 {
	margin: 0 !important;
}

.mt-xxl-0,
.my-xxl-0 {
	margin-top: 0 !important;
}

.mr-xxl-0,
.mx-xxl-0 {
	margin-right: 0 !important;
}

.mb-xxl-0,
.my-xxl-0 {
	margin-bottom: 0 !important;
}

.ml-xxl-0,
.mx-xxl-0 {
	margin-left: 0 !important;
}

.m-xxl-1 {
	margin: .25rem !important;
}

.mt-xxl-1,
.my-xxl-1 {
	margin-top: .25rem !important;
}

.mr-xxl-1,
.mx-xxl-1 {
	margin-right: .25rem !important;
}

.mb-xxl-1,
.my-xxl-1 {
	margin-bottom: .25rem !important;
}

.ml-xxl-1,
.mx-xxl-1 {
	margin-left: .25rem !important;
}

.m-xxl-2 {
	margin: .5rem !important;
}

.mt-xxl-2,
.my-xxl-2 {
	margin-top: .5rem !important;
}

.mr-xxl-2,
.mx-xxl-2 {
	margin-right: .5rem !important;
}

.mb-xxl-2,
.my-xxl-2 {
	margin-bottom: .5rem !important;
}

.ml-xxl-2,
.mx-xxl-2 {
	margin-left: .5rem !important;
}

.m-xxl-3 {
	margin: 1rem !important;
}

.mt-xxl-3,
.my-xxl-3 {
	margin-top: 1rem !important;
}

.mr-xxl-3,
.mx-xxl-3 {
	margin-right: 1rem !important;
}

.mb-xxl-3,
.my-xxl-3 {
	margin-bottom: 1rem !important;
}

.ml-xxl-3,
.mx-xxl-3 {
	margin-left: 1rem !important;
}

.m-xxl-4 {
	margin: 1.5rem !important;
}

.mt-xxl-4,
.my-xxl-4 {
	margin-top: 1.5rem !important;
}

.mr-xxl-4,
.mx-xxl-4 {
	margin-right: 1.5rem !important;
}

.mb-xxl-4,
.my-xxl-4 {
	margin-bottom: 1.5rem !important;
}

.ml-xxl-4,
.mx-xxl-4 {
	margin-left: 1.5rem !important;
}

.m-xxl-5 {
	margin: 3rem !important;
}

.mt-xxl-5,
.my-xxl-5 {
	margin-top: 3rem !important;
}

.mr-xxl-5,
.mx-xxl-5 {
	margin-right: 3rem !important;
}

.mb-xxl-5,
.my-xxl-5 {
	margin-bottom: 3rem !important;
}

.ml-xxl-5,
.mx-xxl-5 {
	margin-left: 3rem !important;
}

.p-xxl-0 {
	padding: 0 !important;
}

.pt-xxl-0,
.py-xxl-0 {
	padding-top: 0 !important;
}

.pr-xxl-0,
.px-xxl-0 {
	padding-right: 0 !important;
}

.pb-xxl-0,
.py-xxl-0 {
	padding-bottom: 0 !important;
}

.pl-xxl-0,
.px-xxl-0 {
	padding-left: 0 !important;
}

.p-xxl-1 {
	padding: .25rem !important;
}

.pt-xxl-1,
.py-xxl-1 {
	padding-top: .25rem !important;
}

.pr-xxl-1,
.px-xxl-1 {
	padding-right: .25rem !important;
}

.pb-xxl-1,
.py-xxl-1 {
	padding-bottom: .25rem !important;
}

.pl-xxl-1,
.px-xxl-1 {
	padding-left: .25rem !important;
}

.p-xxl-2 {
	padding: .5rem !important;
}

.pt-xxl-2,
.py-xxl-2 {
	padding-top: .5rem !important;
}

.pr-xxl-2,
.px-xxl-2 {
	padding-right: .5rem !important;
}

.pb-xxl-2,
.py-xxl-2 {
	padding-bottom: .5rem !important;
}

.pl-xxl-2,
.px-xxl-2 {
	padding-left: .5rem !important;
}

.p-xxl-3 {
	padding: 1rem !important;
}

.pt-xxl-3,
.py-xxl-3 {
	padding-top: 1rem !important;
}

.pr-xxl-3,
.px-xxl-3 {
	padding-right: 1rem !important;
}

.pb-xxl-3,
.py-xxl-3 {
	padding-bottom: 1rem !important;
}

.pl-xxl-3,
.px-xxl-3 {
	padding-left: 1rem !important;
}

.p-xxl-4 {
	padding: 1.5rem !important;
}

.pt-xxl-4,
.py-xxl-4 {
	padding-top: 1.5rem !important;
}

.pr-xxl-4,
.px-xxl-4 {
	padding-right: 1.5rem !important;
}

.pb-xxl-4,
.py-xxl-4 {
	padding-bottom: 1.5rem !important;
}

.pl-xxl-4,
.px-xxl-4 {
	padding-left: 1.5rem !important;
}

.p-xxl-5 {
	padding: 3rem !important;
}

.pt-xxl-5,
.py-xxl-5 {
	padding-top: 3rem !important;
}

.pr-xxl-5,
.px-xxl-5 {
	padding-right: 3rem !important;
}

.pb-xxl-5,
.py-xxl-5 {
	padding-bottom: 3rem !important;
}

.pl-xxl-5,
.px-xxl-5 {
	padding-left: 3rem !important;
}

.m-xxl-n1 {
	margin: -0.25rem !important;
}

.mt-xxl-n1,
.my-xxl-n1 {
	margin-top: -0.25rem !important;
}

.mr-xxl-n1,
.mx-xxl-n1 {
	margin-right: -0.25rem !important;
}

.mb-xxl-n1,
.my-xxl-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-xxl-n1,
.mx-xxl-n1 {
	margin-left: -0.25rem !important;
}

.m-xxl-n2 {
	margin: -0.5rem !important;
}

.mt-xxl-n2,
.my-xxl-n2 {
	margin-top: -0.5rem !important;
}

.mr-xxl-n2,
.mx-xxl-n2 {
	margin-right: -0.5rem !important;
}

.mb-xxl-n2,
.my-xxl-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-xxl-n2,
.mx-xxl-n2 {
	margin-left: -0.5rem !important;
}

.m-xxl-n3 {
	margin: -1rem !important;
}

.mt-xxl-n3,
.my-xxl-n3 {
	margin-top: -1rem !important;
}

.mr-xxl-n3,
.mx-xxl-n3 {
	margin-right: -1rem !important;
}

.mb-xxl-n3,
.my-xxl-n3 {
	margin-bottom: -1rem !important;
}

.ml-xxl-n3,
.mx-xxl-n3 {
	margin-left: -1rem !important;
}

.m-xxl-n4 {
	margin: -1.5rem !important;
}

.mt-xxl-n4,
.my-xxl-n4 {
	margin-top: -1.5rem !important;
}

.mr-xxl-n4,
.mx-xxl-n4 {
	margin-right: -1.5rem !important;
}

.mb-xxl-n4,
.my-xxl-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-xxl-n4,
.mx-xxl-n4 {
	margin-left: -1.5rem !important;
}

.m-xxl-n5 {
	margin: -3rem !important;
}

.mt-xxl-n5,
.my-xxl-n5 {
	margin-top: -3rem !important;
}

.mr-xxl-n5,
.mx-xxl-n5 {
	margin-right: -3rem !important;
}

.mb-xxl-n5,
.my-xxl-n5 {
	margin-bottom: -3rem !important;
}

.ml-xxl-n5,
.mx-xxl-n5 {
	margin-left: -3rem !important;
}

.m-xxl-auto {
	margin: auto !important;
}

.mt-xxl-auto,
.my-xxl-auto {
	margin-top: auto !important;
}

.mr-xxl-auto,
.mx-xxl-auto {
	margin-right: auto !important;
}

.mb-xxl-auto,
.my-xxl-auto {
	margin-bottom: auto !important;
}

.ml-xxl-auto,
.mx-xxl-auto {
	margin-left: auto !important;
}

.dropdown-menu-xxl-left {
	right: auto;
	left: 0;
}

.dropdown-menu-xxl-right {
	right: 0;
	left: auto;
}

.navbar-expand-xxl {
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.navbar-expand-xxl .navbar-nav {
	flex-direction: row;
}

.navbar-expand-xxl .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand-xxl .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand-xxl>.container,
.navbar-expand-xxl>.container-fluid,
.navbar-expand-xxl>.container-sm,
.navbar-expand-xxl>.container-md,
.navbar-expand-xxl>.container-lg,
.navbar-expand-xxl>.container-xl,
.wp-block-group.alignwide.navbar-expand-xxl>.wp-block-group__inner-container {
	flex-wrap: nowrap;
}

.navbar-expand-xxl .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand-xxl .navbar-toggler {
	display: none;
}

.title-campaign,
.hero-campaign h1 {
	font-size: 4rem;
}

.hero-home--yellow .hero-home__bg-image {
	background-size: cover;
}

.hero-home--yellow .hero-home__wrapper:before {
	padding: 0;
	height: 900px;
}

.hero-home--oursea .hero-home__bg-image {
	background-size: cover;
}

.hero-home--oursea .hero-home__content {
	margin-left: -324px;
	margin-bottom: 22vw;
}

.hero-campaign .hero-campaign__bg-image {
	background-size: 100% auto;
}

}

@media (max-width: 1799.98px) {

.navbar-expand-xxl>.container,
.navbar-expand-xxl>.container-fluid,
.navbar-expand-xxl>.container-sm,
.navbar-expand-xxl>.container-md,
.navbar-expand-xxl>.container-lg,
.navbar-expand-xxl>.container-xl,
.wp-block-group.alignwide.navbar-expand-xxl>.wp-block-group__inner-container {
	padding-right: 0;
	padding-left: 0;
}

.news-categories>.container-fluid,
.news-categories>.container-sm,
.news-categories>.container-md,
.news-categories>.container-lg,
.news-categories>.container-xl,
.wp-block-group.alignwide.news-categories>.wp-block-group__inner-container {
	padding-left: 0;
	padding-right: 0;
}

.news-categories .news-categories__nav {
	margin-right: 0;
	margin-left: 0;
}

}

@media (max-width: 1280px) {

.news-categories--rows .container-fluid {
	display: flex;
}

.news-categories--rows .container-fluid .news-categories__nav {
	display: block;
	flex: 0 0 50%;
	max-width: 50%;
}

.news-categories--rows .container-fluid .news-categories__nav li {
	flex: 0 0 100%;
	max-width: 100%;
}

.news-categories--rows .container-fluid .news-categories__nav li:nth-child(even) {
	border-right: 1px solid #fff;
}

}

@media (max-width: 1279px) {

.blog-post__content .card-quote__old-image {
	padding-right: .625rem;
}

.blog-post__content .card-quote__old-content {
	padding-right: 0;
}

.blog-post__content .card-quote__old-content blockquote {
	max-width: 100%;
}

.nav-moomin .nav-moomin__search>a .icon-jp {
	font-size: .8125rem;
}

.card-quote__old-image {
	padding-left: 0;
}

}

@media (max-width: 1279px)and (max-width: 575px) {

.blog-post__content .card-quote__old-image {
	padding-right: 0;
}

}

@media (max-width: 1279.98px) {

.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid,
.navbar-expand-xl>.container-sm,
.navbar-expand-xl>.container-md,
.navbar-expand-xl>.container-lg,
.navbar-expand-xl>.container-xl,
.wp-block-group.alignwide.navbar-expand-xl>.wp-block-group__inner-container {
	padding-right: 0;
	padding-left: 0;
}

.card-book .card-book__half .container-static-width {
	width: auto;
}

.hero .hero__image-container {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.news-categories .news-categories__nav li a.active,
.news-categories .news-categories__nav li a:hover {
	text-decoration: none;
	background-color: #ff9ba6;
}

.news-categories.theme-book-light .news-categories__nav li a.active,
.news-categories.theme-book-light .news-categories__nav li a:hover {
	text-decoration: none;
	background-color: #52a9f3;
}

}

@media (max-width: 991px) {

.nav-link__item {
	font-weight: bold;
}

#moominMenu .navbar-nav .nav-item .nav-hover__en {
	display: none;
}

#moominMenu .navbar-nav .nav-item .nav-hover__jp {
	display: block;
}

#moominMenu .nav-moomin__search {
	position: relative;
	top: 0;
	right: 0;
	flex-direction: column;
}

#moominMenu .nav-moomin__search .nav-link {
	margin-right: 0;
}

#moominMenu .nav-moomin__search .icon {
	display: none;
}

#moominMenu .nav-moomin__search .icon-caption {
	display: block;
}

.nav-moomin__search {
	display: none;
}

.news-categories .news-categories__nav li a {
	padding: .7rem 0;
}

.news-categories__en {
	display: none;
}

}

@media (max-width: 991.98px) {

.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid,
.navbar-expand-lg>.container-sm,
.navbar-expand-lg>.container-md,
.navbar-expand-lg>.container-lg,
.navbar-expand-lg>.container-xl,
.wp-block-group.alignwide.navbar-expand-lg>.wp-block-group__inner-container {
	padding-right: 0;
	padding-left: 0;
}

.teaser-5050 .teaser-5050__content {
	justify-content: center;
}

.card-event .card-event__date {
	flex: 0 0 100%;
}

.hero .hero__bg-image {
	background: none !important;
}

.ginner-container {
	transform: none !important;
}

.ginner-container .gslide-inline {
	padding-top: 100px;
	width: 100% !important;
	height: 100%;
	overflow: hidden;
	max-height: none;
	text-align: center;
}

.ginner-container .gslide-inline .ginlined-content {
	max-width: none !important;
}

}

@media (max-width: 768px) {

.breadcrumb__list {
	flex-flow: wrap;
	padding: .25rem 0 .5rem;
}

.footer-banner .slick-slide div+div {
	margin-top: .625rem;
}

.footer .footer__row .col:nth-child(n+2) {
	margin-top: 1.875rem;
}

.footer .footer__row .col-12-sp {
	flex-basis: 100%;
}

.teaser-5050 .teaser-5050__content .fixHeightChild-txt {
	height: auto !important;
}

.teaser-block__item {
	margin: 0 -25px;
}

.teaser-block__flex {
	text-align: center;
}

.topic-slider {
	margin: 0 -25px;
}

.block-popular__item {
	max-width: 12.5rem;
}

.pc {
	display: none !important;
}

.mainvisual .caption .caption-content {
	padding-bottom: 0 !important;
}

.history .card-history {
	margin-bottom: .9375rem;
}

.card-product .card-product__title {
	height: auto !important;
}

.news-categories .news-categories__nav li a {
	display: block;
	padding: .5em 12.5px;
}

}

@media (max-width: 767.98px) {

.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid,
.navbar-expand-md>.container-sm,
.navbar-expand-md>.container-md,
.navbar-expand-md>.container-lg,
.navbar-expand-md>.container-xl,
.wp-block-group.alignwide.navbar-expand-md>.wp-block-group__inner-container {
	padding-right: 0;
	padding-left: 0;
}

.footer .social-icons {
	justify-content: center;
}

.card-product {
	margin-bottom: 1.5rem;
}

.articles-block-wrapper .container-fluid,
.articles-block-wrapper .container-sm,
.articles-block-wrapper .container-md,
.articles-block-wrapper .container-lg,
.articles-block-wrapper .container-xl,
.articles-block-wrapper .wp-block-group.alignwide>.wp-block-group__inner-container {
	padding-left: 0;
	padding-right: 0;
}

.articles-block-wrapper .container-fluid .articles-block,
.articles-block-wrapper .container-sm .articles-block,
.articles-block-wrapper .container-md .articles-block,
.articles-block-wrapper .container-lg .articles-block,
.articles-block-wrapper .container-xl .articles-block,
.articles-block-wrapper .wp-block-group.alignwide>.wp-block-group__inner-container .articles-block {
	margin-bottom: 1.5rem;
}

.articles-block-wrapper .container-fluid .articles-block .articles-block__inner>.row,
.articles-block-wrapper .container-sm .articles-block .articles-block__inner>.row,
.articles-block-wrapper .container-md .articles-block .articles-block__inner>.row,
.articles-block-wrapper .container-lg .articles-block .articles-block__inner>.row,
.articles-block-wrapper .container-xl .articles-block .articles-block__inner>.row,
.articles-block-wrapper .wp-block-group.alignwide>.wp-block-group__inner-container .articles-block .articles-block__inner>.row {
	flex-wrap: nowrap;
	overflow-x: auto;
	margin-left: 0;
	margin-right: 0;
}

.articles-block-wrapper .container-fluid .articles-block .articles-block__inner>.row>div,
.articles-block-wrapper .container-sm .articles-block .articles-block__inner>.row>div,
.articles-block-wrapper .container-md .articles-block .articles-block__inner>.row>div,
.articles-block-wrapper .container-lg .articles-block .articles-block__inner>.row>div,
.articles-block-wrapper .container-xl .articles-block .articles-block__inner>.row>div,
.articles-block-wrapper .wp-block-group.alignwide>.wp-block-group__inner-container .articles-block .articles-block__inner>.row>div {
	padding-right: 0;
	padding-left: 0;
	flex: 0 0 84%;
	max-width: 84%;
}

.articles-block-wrapper .container-fluid .articles-block .articles-block__inner>.row>div .card-news,
.articles-block-wrapper .container-sm .articles-block .articles-block__inner>.row>div .card-news,
.articles-block-wrapper .container-md .articles-block .articles-block__inner>.row>div .card-news,
.articles-block-wrapper .container-lg .articles-block .articles-block__inner>.row>div .card-news,
.articles-block-wrapper .container-xl .articles-block .articles-block__inner>.row>div .card-news,
.articles-block-wrapper .wp-block-group.alignwide>.wp-block-group__inner-container .articles-block .articles-block__inner>.row>div .card-news {
	margin-left: 10%;
	margin-right: 6%;
}

}

@media screen and (max-width: 600px) {

.wp-block-gallery.is-style-space-between .blocks-gallery-item:nth-child(2n) figure {
	justify-content: flex-end;
}

}

@media (max-width: 575.98px) {

.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid,
.navbar-expand-sm>.container-sm,
.navbar-expand-sm>.container-md,
.navbar-expand-sm>.container-lg,
.navbar-expand-sm>.container-xl,
.wp-block-group.alignwide.navbar-expand-sm>.wp-block-group__inner-container {
	padding-right: 0;
	padding-left: 0;
}

.card-quote:nth-child(odd) .card-quote__old-content {
	order: 2;
	padding: 0 0 0 20px;
}

.card-quote:nth-child(odd) .card-quote__old-image {
	order: 1;
}

.card-quote:nth-child(even) {
	background-color: #6ec7cc;
}

.card-quote:nth-child(even) .card-quote__old-content {
	order: 1;
	padding: 0 20px 0 0;
}

.card-quote:nth-child(even) .card-quote__old-content.pr-xs-0 {
	padding-right: 0;
}

.card-quote:nth-child(even) .card-quote__old-image {
	order: 2;
	padding: 0;
}

.news-categories .news-categories__nav li {
	font-size: .75rem;
}

.news-categories .news-categories__nav li:nth-child(even) {
	border-right: none;
}

.news-categories .news-categories__nav li a {
	padding-right: 12.5px;
	padding-left: 12.5px;
}

}

@media (max-width: 575px) {

.card-mug.card-mug__half .container-static-width {
	width: 100%;
}

}

@media only screen and (max-width: 500px) {

.rns .rns-plugin {
	margin-top: 2rem;
}

.rns .rns-plugin .rns-reactions .reactions {
	flex-direction: column;
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button {
	display: flex;
	justify-content: center;
	background: rgba(142,215,232,.3);
	padding: 4px 10px;
	flex-direction: row;
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button .rns-label {
	font-size: 13px;
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button .plus-one {
	right: 0;
	left: auto;
	width: 100px;
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button .rns-reaction-count {
	bottom: auto;
	left: auto;
	margin-left: auto;
	right: 0;
	font-size: 12px;
	color: #162b36;
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button .rns-icon {
	font-size: 20px;
	width: 52px;
	margin: 0 10px 0 0;
	text-align: left;
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction.selected .rns-reaction-button {
	background: #8ed7e8 !important;
}

.rns .rns-plugin .rns-reactions .reactions .rns-reaction.selected .rns-reaction-button .rns-reaction-count {
	color: #fff;
}

}

@media print {

.d-print-none {
	display: none !important;
}

.d-print-inline {
	display: inline !important;
}

.d-print-inline-block {
	display: inline-block !important;
}

.d-print-block {
	display: block !important;
}

.d-print-table {
	display: table !important;
}

.d-print-table-row {
	display: table-row !important;
}

.d-print-table-cell {
	display: table-cell !important;
}

.d-print-flex {
	display: flex !important;
}

.d-print-inline-flex {
	display: inline-flex !important;
}

}

@keyframes bounce {

from {
	transform: translate3d(0, 0, 0);
}

to {
	transform: translate3d(0, 70px, 0);
}

}

@-webkit-keyframes bounce {

from {
	transform: translate3d(0, 0, 0);
}

to {
	transform: translate3d(0, 200px, 0);
}

}
.no_break {
	word-break: normal;
}
.news__list	{
	text-align: right;
}
@media (max-width: 767.98px) {
	.news__list	{
		margin-right: 10%;
	}
}
.shopcontent .teaser-date {
	font-size: inherit;
}
.shopcontent .shop_ttl span {
	font-size: 1rem;
	font-weight: bold;
}
.shopcontent .shopname {
	color: #34537d;
	font-size: 1.675rem;
}
.shopcontent .gmap {
	margin-bottom: 30px;
}
.shopcontent .shopinfo_ttl {
	color: #E79642;
	font-size: 1.675rem;
}
.shopcontent .shopinfo_disc {
	font-size: 1.1875rem;
	color: #34537d;
}
.shopcontent .shopsns_outer {
	display: flex;
	justify-content: center;
}
.shopcontent .shopsns_outer .shopsns_btn {
	width: 48px;
	margin: 5px;
}
.shopcontent .card-news .card-news__date {
	padding-right: 10px;
}
@media (max-width: 769px) {
.shopcontent .shopname {
	font-size: 1.625rem;
}
.shopcontent .section-title {
	font-size: 1.625rem;
}
}
