@charset 'utf-8';
/* Reset
--------------------------------------------------- */
/* sanitize.css@11.0.1 */
*, ::before, ::after { box-sizing: border-box; }
::before, ::after { text-decoration: inherit; vertical-align: inherit; }
html { cursor: default; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-tap-highlight-color: transparent; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; word-break: break-word; }

body { margin: 0; }
h1 { font-size: 2em; margin: 0.67em 0; }

dl dl, dl ol, dl ul, ol dl, ul dl { margin: 0; }
ol ol, ol ul, ul ol, ul ul { margin: 0; }
hr { height: 0; overflow: visible; }
main { display: block; }
nav ol, nav ul { list-style: none; padding: 0; }
pre { font-family: monospace, monospace; font-size: 1em; }

a { background-color: transparent; }
abbr[title] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
small { font-size: 80%; }

audio, canvas, iframe, img, svg, video { vertical-align: middle; }
audio, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
iframe { border-style: none; }
img { border-style: none; }
svg:not([fill]) { fill: currentColor; }
svg:not(:root) { overflow: hidden; }

table { border-collapse: collapse; }

details { display: block; }
dialog { background-color: white; border: solid; color: black; display: block; height: -moz-fit-content; height: -webkit-fit-content; height: fit-content; left: 0; margin: auto; padding: 1em; position: absolute; right: 0; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; }
dialog:not([open]) { display: none; }
summary { display: list-item; }

canvas { display: inline-block; }
template { display: none; }

a, area, button, input, label, select, summary, textarea, [tabindex] { touch-action: manipulation; }
[hidden] { display: none; }

button, input, select { margin: 0; }
button { overflow: visible; text-transform: none; }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
fieldset { border: 1px solid #a0a0a0; padding: 0.35em 0.75em 0.625em; }
input { overflow: visible; }
legend { color: inherit; display: table; max-width: 100%; white-space: normal; }
progress { display: inline-block; vertical-align: baseline; }
select { text-transform: none; }
textarea { margin: 0; overflow: auto; resize: vertical; }
[type="checkbox"], [type="radio"] { padding: 0; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; }
::-webkit-input-placeholder { color: inherit; opacity: 0.54; }
::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
::-moz-focus-inner { border-style: none; padding: 0; }
:-moz-focusring { outline: 1px dotted ButtonText; }
:-moz-ui-invalid { box-shadow: none; }
/* base */
@media screen and (max-width: 23.4275em), screen and (min-width: 48em) and (max-width: 79.99em) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (min-width: 23.4375em) and (max-width: 47.99em), screen and (min-width: 80em) {
  html {
    font-size: 62.5%;
  }
}
html:lang(ja) body {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
}
html:lang(en) body {
  font-family: 'Inter', sans-serif;
}
body {
  font-size: 1.6rem;
  color: #111;
  line-height: 1;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
::-moz-selection {
  background: #111;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #111;
  color: #fff;
  text-shadow: none;
}
a {
  color: #111;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
a:link,
a:visited {
  color: #111;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  a:active {
    color: #c1c1c1;
  }
  a:hover svg path,
  a:active svg path {
    fill: #c1c1c1;
  }
  svg path {
    transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

img, input, select, textarea { max-width: 100%; height: auto; }
img[src$=".svg"], svg { width: 100%; height: auto; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-size: 100%; font-weight: normal; }
blockquote, figure, p { margin: 0; }
dl, dd, ol, ul { margin: 0; padding: 0; }
ul, ol { list-style: none; }
i, em { font-style: normal; }
/* Layouts
--------------------------------------------------- */
/* frame */
.frame {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.frame__header,
.frame__footer {
  flex-grow: 0;
  width: 100%;
}
.frame__content {
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
}
/* Components
--------------------------------------------------- */
/**
 * global
 */
/* header */
.header {
  box-shadow: 0 1px 0 0 #f3f3f3;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 47.999em) {
  .header__inner {
    padding: 2.4rem 1.6rem;
  }
  .header__logo {
    width: 22.4rem;
    margin-left: -4px;
  }
}
@media screen and (min-width: 48em) {
  .header__inner {
    margin: auto;
    width: calc(100% - 8rem);
    padding: 4rem 0;
  }
  .header__logo {
    width: 31.2rem;
    margin-left: -4px;
    margin-right: auto;
  }
}
/* footer */
.footer {
  box-shadow: inset 0 1px 0 0 #f3f3f3;
}
.footer__copyright {
  font-size: 1.2rem;
}
@media screen and (max-width: 47.999em) {
  .footer__inner {
    padding: 4rem 3.86%;
  }
  .footer__sns,
  .footer__copyright {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 48em) {
  .footer {
    padding: 4rem 0;
  }
  .footer__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    width: calc(100% - 8rem);
  }
  .footer__menu {
    margin-right: auto;
  }
  .footer__sns {
    margin-left: 4rem;
  }
  .footer__copyright {
    margin-top: 4rem;
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .footer__copyright {
    margin-top: 0;
    margin-left: 4rem;
    width: auto;
  }
}
@media screen and (max-width: 47.999em) {
  .nav__button {
    position: fixed;
    bottom: 0.8rem;
    right: 0.8rem;
    z-index: 999;
    width: 7.2rem;
    height: 6rem;
    display: block;
    cursor: pointer;
    background-color: rgba(243,243,243,0.75);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
  .nav__button-icon {
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 2rem);
    width: 4rem;
    height: 1px;
    background-color: #111;
    border-radius: 1px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .nav__button-icon::before,
  .nav__button-icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 2.4rem;
    height: 1px;
    border-radius: 1px;
    background-color: #111;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .nav__button-icon::before {
    right: 0;
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
  .nav__button-icon::after {
    left: 0;
    -webkit-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
  }
  .nav__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    right: -93.6%;
    z-index: 998;
    width: 87.2%;
    height: 100%;
    padding: 4rem;
    background-color: #fff;
    overflow: scroll;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .nav__content > [class|="menu"]:not(:first-child) {
    padding-top: 4rem;
  }
  .nav__overlay {
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), z-index 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
  }
  .nav.-open .nav__button-icon {
    background-color: transparent !important;
  }
  .nav.-open .nav__button-icon::before,
  .nav.-open .nav__button-icon::after {
    width: 4rem;
  }
  .nav.-open .nav__button-icon::before {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  .nav.-open .nav__button-icon::after {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  .nav.-open .nav__content {
    right: 0;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .nav.-open .nav__overlay {
    z-index: 997;
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media screen and (min-width: 48em) {
  .nav {
    display: none;
  }
}
[class*="menu-"] a {
  display: inline-block;
}
.menu-sns {
  display: flex;
  align-items: center;
}
.menu-sns__item {
  width: 2.4rem;
}
.menu-sns__item:not(:first-child) {
  margin-left: 2.4rem;
}
.menu-lang {
  display: flex;
  align-items: center;
}
.menu-lang__item + .menu-lang__item::before {
  content: '|';
  padding: 0 0.5em;
  color: #f3f3f3;
}
.menu-lang__item a {
  display: inline-block;
}
.menu-lang__item.-en > a::after {
  content: 'En';
}
.menu-lang__item.-ja > a::after {
  content: 'Ja';
}
.menu-lang__item.-active > a {
  color: #c1c1c1;
}
.menu-links {
  line-height: 3.2rem;
}
@media screen and (max-width: 47.999em) {
  .menu-header__item:not(:first-child) {
    display: none;
  }
  .menu-footer__item {
    margin-top: 1.6rem;
  }
  .menu-sns__item.-sm {
    width: 2rem;
  }
  .menu-sns__item.-sm:not(:first-child) {
    margin-left: 1.6rem;
  }
  .menu-main {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 48em) {
  .menu-header,
  .menu-footer {
    display: flex;
    align-items: center;
  }
  .menu-header__item.-current > a,
  .menu-footer__item.-current > a {
    color: #c1c1c1;
  }
  .menu-header__item:not(:first-child) {
    margin-left: 4rem;
  }
  .menu-footer__item:not(:first-child) {
    margin-left: 2.4rem;
  }
  .menu-main {
    font-size: 3.2rem;
    line-height: 4.800000000000001rem;
  }
}
/*
 * common
 */
.page-hero {
  background-color: #111;
}
.page-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 47.999em) {
  .page-hero__image {
    height: 75vw;
    max-height: 100vh;
  }
}
@media screen and (min-width: 48em) {
  .page-hero__image {
    height: calc(100vh - 24rem);
  }
  .page-hero__video {
    margin: auto;
    max-width: calc(178vh - 24rem);
  }
}
.page-header {
  margin-left: auto;
  margin-right: auto;
}
.page-header__title-sub {
  margin-top: 0.8rem;
  color: #c1c1c1;
}
.page-header__meta {
  display: flex;
  margin-top: 0.8rem;
  line-height: 2.4rem;
}
.page-header__meta-item.-cat span:not(:first-child)::before {
  content: ', ';
}
.page-header__meta-item.-tag a::before {
  content: '#';
  margin-right: 0.2rem;
  font-size: 1.4rem;
}
.page-header__meta-item:not(:first-child)::before {
  content: '|';
  padding: 0 0.8rem;
  color: #f3f3f3;
}
@media screen and (max-width: 47.999em) {
  .page-header {
    width: 92.27%;
    margin-top: 4rem;
  }
  .page-hero + .page-header {
    margin-top: 4rem;
  }
  .page-header__title-main {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .page-header__title-sub {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 48em) {
  .page-header {
    width: 91.8%;
    max-width: 80rem;
    margin-top: 8rem;
  }
  .page-hero + .page-header {
    margin-top: 4rem;
  }
  .page-header__title-main {
    font-size: 4.8rem;
    line-height: 6rem;
  }
  .page-header__title-sub {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
html:lang(ja) .page-content {
  line-height: 1.75;
}
html:lang(en) .page-content {
  line-height: 1.5;
}
.page-content {
  margin-left: auto;
  margin-right: auto;
}
.page-content strong {
  font-weight: bolder;
}
.page-content em {
  font-style: italic;
}
.page-content small {
  font-size: 0.88em;
}
.page-content a,
.page-content a:link,
.page-content a:visited {
  text-decoration: underline;
}
.page-content mark {
  background-color: transparent;
  background-image: linear-gradient(transparent 70%,rgba(255,165,0,0.25) 0%);
  display: inline;
  padding: 0 0.2rem 0.3rem;
  color: #ff0;
}
.page-content i {
  font-style: italic;
}
.page-content .wp-block-heading {
  margin-top: 2em;
  margin-bottom: 0.5em;
  line-height: 1.33;
}
.page-content p + p {
  margin-top: 1em;
}
.page-content ul:not([class]):not(:first-child),
.page-content ol:not([class]):not(:first-child) {
  margin-top: 1em;
}
.page-content ul:not([class]):not(:last-child),
.page-content ol:not([class]):not(:last-child) {
  margin-bottom: 1em;
}
.page-content ul:not([class]) li,
.page-content ol:not([class]) li {
  position: relative;
  padding-left: 2.4rem;
}
.page-content ul:not([class]) li:not(:first-child),
.page-content ol:not([class]) li:not(:first-child) {
  margin-top: 0.25em;
}
.page-content ul:not([class]) li::before,
.page-content ol:not([class]) li::before {
  display: inline-block;
  position: absolute;
}
.page-content ul:not([class]) li ul,
.page-content ol:not([class]) li ul,
.page-content ul:not([class]) li ol,
.page-content ol:not([class]) li ol {
  margin: 0.5em 0 !important;
}
.page-content ul:not([class]) li::before {
  content: '\2022';
  color: #111;
  left: 0.5em;
}
.page-content ol:not([class]) {
  counter-reset: num;
}
.page-content ol:not([class]) li::before {
  content: '' counter(num) '.';
  counter-increment: num;
  left: 0;
  width: 2.4rem;
  color: #111;
  text-align: center;
}
.page-content figure:not(:first-child) {
  margin-top: 2em;
}
.page-content figure:not(:last-child) {
  margin-bottom: 2em;
}
.page-content figcaption {
  margin-top: 1em;
  font-size: 1.2rem;
  color: #c1c1c1;
}
.page-content table:not([class]) {
  border-top: 1px solid #f3f3f3;
  width: 100%;
}
.page-content table:not([class]):not(:first-child) {
  margin-top: 1em;
}
.page-content table:not([class]):not(:last-child) {
  margin-bottom: 1em;
}
.page-content table:not([class]) thead,
.page-content table:not([class]) th,
.page-content table:not([class]) td {
  border: 0;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.page-content table:not([class]) thead {
  background-color: #f3f3f3;
  white-space: nowrap;
}
.page-content table:not([class]) th,
.page-content table:not([class]) td {
  border-bottom: 1px solid #f3f3f3;
}
.page-content table:not([class]) th {
  color: #c1c1c1;
}
.page-content hr {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  width: auto !important;
}
.page-content iframe {
  width: 100%;
}
.page-content > *:first-child {
  margin-top: 0;
}
.page-content > *:last-child {
  margin-bottom: 0;
}
.page-content * {
  --wp--preset--spacing--small: 1em;
  --wp--preset--spacing--medium: 2.5em;
  --wp--preset--spacing--large: 5em;
}
.page-content .is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
.page-content .wp-block-gallery.is-layout-flex,
.page-content .wp-block-columns.is-layout-flex {
  gap: 2px;
}
.page-content .has-gray-color {
  color: #c1c1c1;
}
.page-content .has-red-color {
  color: #a30c02;
}
@media screen and (max-width: 47.999em) {
  .page-content {
    width: 92.27%;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .page-content .wp-block-table th,
  .page-content .wp-block-table td {
    padding: 0.8rem 1.2rem 0.8rem 0;
  }
  .page-content .wp-block-table:not(.is-style-stripes) table th,
  .page-content .wp-block-table.is-style-regular table th,
  .page-content .wp-block-table:not(.is-style-stripes) table td,
  .page-content .wp-block-table.is-style-regular table td {
    display: block;
  }
  .page-content .wp-block-table:not(.is-style-stripes) table td:first-child,
  .page-content .wp-block-table.is-style-regular table td:first-child {
    border-bottom: 0;
    padding: 1.6rem 0 0.8rem 0;
    font-size: 1.4rem;
    color: #c1c1c1;
  }
  .page-content .wp-block-table:not(.is-style-stripes) table td:not(:first-child),
  .page-content .wp-block-table.is-style-regular table td:not(:first-child) {
    border-top: 0;
    padding-top: 0;
    padding: 0 0 1.6rem 0;
  }
  .page-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100%;
  }
  .page-content h2:not([class]) {
    font-size: 1.8rem;
  }
  .page-content hr {
    margin: 4rem auto 3.2rem;
  }
}
@media screen and (min-width: 48em) {
  .page-content {
    margin-top: 8rem;
    margin-bottom: 8rem;
    width: 91.8%;
    max-width: 80rem;
  }
  .page-content.-nr {
    max-width: 64rem;
  }
  .page-header + .page-content {
    margin-top: 6.4rem;
  }
  .page-content .wp-block-table th,
  .page-content .wp-block-table td {
    padding: 1.6rem 1.6rem 1.6rem 0;
  }
  .page-content .wp-block-table:not(.is-style-stripes) table td:first-child,
  .page-content .wp-block-table.is-style-regular table td:first-child {
    color: #c1c1c1;
  }
  .page-content .alignwide {
    margin-left: calc(-25vw + 25% + 4rem);
    margin-right: calc(-25vw + 25% + 4rem);
  }
  .page-content .alignfull {
    margin-left: calc(-50vw + 50% + 4rem);
    margin-right: calc(-50vw + 50% + 4rem);
  }
  .page-content h2:not([class]) {
    font-size: 2rem;
  }
  .page-content h3:not([class]) {
    font-size: 1.8rem;
  }
  .page-content hr {
    margin: 4.8rem auto 4rem;
  }
}
.h-page,
.h-section,
.h-label,
.post-list-hdg,
.filter-button,
.searchandfilter h4 {
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.h-section,
.h-label,
.post-list-hdg,
.searchandfilter h4 {
  color: #c1c1c1;
}
.h-page {
  display: flex;
  color: #111;
  white-space: nowrap;
}
.h-page > span {
  color: #c1c1c1;
  padding: 0 0.8rem;
}
.h-label,
.searchandfilter h4 {
  margin-bottom: 0.8rem;
}
[class|="h"]:first-child {
  margin-top: 0;
}
.t-note,
.t-note-list > li {
  font-size: 1.4rem;
  line-height: 1.5 !important;
}
.t-note::before,
.t-note-list > li::before {
  display: inline-block;
}
.t-note-list > li {
  margin-top: 0.2rem;
}
ol.t-note-list {
  counter-reset: num;
}
ol.t-note-list > li::before {
  counter-increment: num;
}
html:lang(ja) .t-note,
html:lang(ja) .t-note-list > li {
  padding-left: 1.5em;
}
html:lang(ja) .t-note::before,
html:lang(ja) .t-note-list > li::before {
  content: '\203B';
  width: 1.5em;
  margin-left: -1.5em;
}
html:lang(ja) ol.t-note-list > li {
  padding-left: 2.25em;
}
html:lang(ja) ol.t-note-list > li::before {
  content: '\203B' counter(num) '';
  width: 2.25em;
  margin-left: -2.25em;
}
html:lang(en) .t-note,
html:lang(en) .t-note-list > li {
  padding-left: 0.75em;
}
html:lang(en) .t-note::before,
html:lang(en) .t-note-list > li::before {
  content: '\002a';
  width: 0.75em;
  margin-left: -0.75em;
}
html:lang(en) ol.t-note-list > li {
  padding-left: 1.5em;
}
html:lang(en) ol.t-note-list > li::before {
  content: '\002a' counter(num) '';
  width: 1.5em;
  margin-left: -1.5em;
}
.t-caption {
  margin-top: 1em;
  font-size: 1.2rem;
  color: #4d4d4d;
}
.page-content .has-t-small-font-size,
.t-small {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 47.999em) {
  .page-content .has-h-xlarge-font-size,
  .h-xlarge {
    font-size: 3.2rem !important;
  }
  .page-content .has-h-large-font-size,
  .h-large {
    font-size: 2.4rem !important;
  }
  .page-content .has-h-medium-font-size,
  .wp-block-heading,
  .h-medium {
    font-size: 2rem !important;
  }
  .page-content .has-h-small-font-size,
  .h-small {
    font-size: 1.8rem !important;
  }
  .page-content .has-t-xlarge-font-size,
  .t-xlarge {
    font-size: 2rem !important;
  }
  .page-content .has-t-large-font-size,
  .t-large {
    font-size: 1.8rem !important;
  }
}
@media screen and (min-width: 48em) {
  .page-content .has-h-xlarge-font-size,
  .h-xlarge {
    font-size: 4.8rem !important;
    line-height: 6rem;
  }
  .page-content .has-h-large-font-size,
  .h-large {
    font-size: 3.2rem !important;
    line-height: 4rem;
  }
  .page-content .has-h-medium-font-size,
  .wp-block-heading,
  .h-medium {
    font-size: 2.4rem !important;
  }
  .page-content .has-h-small-font-size,
  .h-small {
    font-size: 2rem !important;
  }
  .page-content .has-t-xlarge-font-size,
  .t-xlarge {
    font-size: 2.4rem !important;
  }
  .page-content .has-t-large-font-size,
  .t-large {
    font-size: 2rem !important;
  }
}
.h-container {
  box-shadow: inset 0 1px 0 0 #f3f3f3, 0 1px 0 0 #f3f3f3;
}
@media screen and (max-width: 47.999em) {
  .h-container {
    padding: 1rem 1.6rem;
  }
}
@media screen and (min-width: 48em) {
  .h-container {
    padding: 2.4rem 4rem;
  }
}
.link-button {
  position: relative;
  box-shadow: inset 0 1px 0 0 #f3f3f3, 0 1px 0 0 #f3f3f3;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  white-space: nowrap;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.link-button > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.link-button.-pdf {
  display: inline-block;
  box-shadow: inset 0 1px 0 0 #f3f3f3, 0 1px 0 0 #f3f3f3, inset 1px 0 0 #f3f3f3, 1px 0 0 #f3f3f3;
  padding: 2.4rem 2.4rem 2.4rem 1px;
}
.link-button.-pdf::before {
  content: 'PDF';
  margin-right: 2.4rem;
  padding: 0.4rem 0.8rem;
  background-color: #111;
  font-size: 10px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 47.999em) {
  .link-button {
    padding: 4rem 1.6rem;
  }
}
@media screen and (min-width: 48em) {
  .link-button {
    padding: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .link-button:hover {
    color: #fff;
    background-color: #111;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .link-button.-pdf:hover::before {
    background-color: #fff;
    color: #111;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.link-arrow,
.link-arrow-list > li {
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.link-arrow::before,
.link-arrow-list > li::before {
  content: '';
  width: 4rem;
  height: 1px;
  background-color: #111;
  margin-right: 1.6rem;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.link-arrow a,
.link-arrow-list > li a {
  padding: 0.8rem 0;
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .link-arrow:hover::before,
  .link-arrow-list > li:hover::before {
    width: 4.8rem;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.post-toggler {
  display: flex;
}
.post-toggler__item {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 1px 0 0 #f3f3f3, 1px 0 0 #f3f3f3;
  cursor: pointer;
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.post-toggler__item svg {
  width: 1.8rem;
}
@media screen and (max-width: 47.999em) {
  .post-toggler__item {
    width: 3.2rem;
    height: 100%;
  }
}
@media screen and (min-width: 48em) {
  .post-toggler__item {
    width: 6rem;
    height: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .post-toggler__item:hover {
    background-color: #111;
    transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .post-toggler__item:hover svg rect {
    fill: #fff;
  }
}
.post-block.-listview .post-toggler__item.-list,
.post-block.-tmbview .post-toggler__item.-tmb {
  background-color: #111;
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.post-block.-listview .post-toggler__item.-list svg rect,
.post-block.-tmbview .post-toggler__item.-tmb svg rect {
  fill: #fff;
}
.post-block.-tmbview .post-list__item {
  box-shadow: inset 0 1px 0 0 #f3f3f3, 0 1px 0 0 #f3f3f3, inset 1px 0 0 transparent, 1px 0 0 #f3f3f3;
}
.post-block.-listview .post-list__item:not(:first-child) {
  box-shadow: inset 0 1px 0 0 #f3f3f3, 0 1px 0 0 #f3f3f3;
}
.post-block__terms {
  display: none;
}
.post-card,
.post-card-hdg {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.5;
}
.post-card > a,
.post-card-hdg.-link > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.post-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.post-card__image.-na {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-card__image.-na::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #c1c1c1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.post-card__title-sub {
  color: #c1c1c1;
}
.post-card__cat span:not(:first-child)::before {
  content: ', ';
}
.post-card-hdg {
  display: flex;
  align-items: center;
}
.post-card-hdg__text {
  width: 100%;
}
.post-list-hdg {
  display: none;
}
.post-block.-listview .post-card:not(.-news) {
  min-height: 8rem;
}
.post-block.-listview .post-card__title-main,
.post-block.-listview .post-card__title-sub {
  font-size: 2rem;
}
.post-block.-listview .post-card__image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.post-block.-listview .post-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.post-block.-listview .post-card__image.-na {
  box-shadow: inset 1px 0 0 rgba(243,243,243,0.5);
}
.post-block.-listview .post-card__image.-na::before {
  width: 33.33%;
}
.post-block.-listview.-archive .post-card-hdg {
  display: none;
}
.post-block.-tmbview .post-card__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post-block.-tmbview .post-card__title {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.6rem;
}
.post-block.-tmbview .post-card__title-sub {
  width: calc(100% - 6.4rem);
}
.post-block.-tmbview .post-card__date,
.post-block.-tmbview .post-card__dl {
  position: absolute;
  bottom: 1.6rem;
  color: #c1c1c1;
}
.post-block.-tmbview .post-card__date {
  right: 1.6rem;
}
.post-block.-tmbview .post-card__dl {
  left: 1.6rem;
}
.post-block.-tmbview .post-card__cat {
  display: none;
}
.post-block.-tmbview.-archive .post-card__date {
  display: none;
}
.post-block.-tmbview.-archive .post-card__title-sub {
  width: 100%;
}
@media screen and (max-width: 28.124em) {
  .post-card-hdg {
    padding: 3.2rem 1.6rem;
  }
  .post-card-hdg__text {
    display: flex;
    align-items: center;
    font-size: 2.4rem;
  }
  .post-card-hdg.-link .post-card-hdg__text::after {
    content: 'See more';
    margin-left: auto;
    font-size: 1.2rem;
    color: #c1c1c1;
    white-space: nowrap;
  }
  .post-block.-tmbview .post-card {
    width: 100vw;
    height: 100vw;
  }
  .post-block.-tmbview .post-card__image {
    padding: 5.6rem 4rem;
  }
}
@media screen and (min-width: 28.125em) {
  .post-card-hdg {
    padding: 1.6rem;
  }
  .post-card-hdg__text {
    font-size: 3.2rem;
    text-align: center;
  }
  .post-card-hdg.-link .post-card-hdg__text {
    padding-bottom: 2.4rem;
  }
  .post-card-hdg.-link .post-card-hdg__text::before {
    content: 'See more of';
    font-size: 1.6rem;
    display: block;
    color: #c1c1c1;
    text-transform: none;
  }
  .post-block.-tmbview .post-list {
    display: flex;
    flex-wrap: wrap;
  }
  .post-block.-tmbview .post-card__image {
    padding: 4.8rem 3.2rem;
  }
}
@media screen and (max-width: 47.999em) {
  .post-block.-listview .post-card {
    padding: 1.6rem;
  }
  .post-block.-listview .post-card__title,
  .post-block.-listview .post-card__cat {
    width: calc(100% - 9.6rem);
  }
  .post-block.-listview .post-card__image {
    width: 9.6rem;
  }
}
@media screen and (min-width: 48em) {
  .post-block.-listview .post-list-hdg,
  .post-block.-listview .post-card {
    padding: 1.6rem 4rem;
  }
  .post-block.-listview .post-card__title,
  .post-block.-listview .post-card__cat {
    width: calc(100% - 18rem);
  }
  .post-block.-listview .post-card__image {
    width: 18rem;
  }
  .post-block.-tmbview .post-card__image {
    padding: 5.6rem 4.8rem;
  }
  .post-block.-tmbview.-archive .post-card__image {
    padding: 4.8rem 4rem;
  }
}
@media screen and (max-width: 63.999em) {
  .post-block.-listview .post-card__cat {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
  .post-block.-listview .post-card__date {
    font-size: 1.4rem;
  }
  .post-block.-listview .post-card__date:first-child {
    margin-bottom: 0.8rem;
  }
}
@media screen and (min-width: 28.125em) and (max-width: 63.999em) {
  .post-block.-tmbview .post-list__item {
    width: 50vw;
    height: 50vw;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.999em) {
  .post-block.-tmbview.-archive .post-list__item {
    width: 25vw;
    height: 25vw;
  }
}
@media screen and (min-width: 64em) {
  .post-block.-listview .post-list-hdg,
  .post-block.-listview .post-card {
    display: flex;
    align-items: center;
  }
  .post-block.-listview .post-list-hdg__date,
  .post-block.-listview .post-card__date {
    order: -1;
    width: 8rem;
  }
  .post-block.-listview .post-list-hdg__title,
  .post-block.-listview .post-card__title {
    width: calc(100% - 54rem);
  }
  .post-block.-listview .post-list-hdg__cat {
    width: 46rem;
  }
  .post-block.-listview .post-card__cat {
    width: 24rem;
  }
  .post-block.-listview .post-card__title-main,
  .post-block.-listview .post-card__title-sub {
    display: inline-block;
    margin-right: 1.6rem;
  }
  .post-block.-listview .post-card.-news .post-card__date {
    width: 20rem;
  }
  .post-block.-listview .post-card.-news .post-card__title {
    width: calc(100% - 40rem);
  }
  .post-block.-tmbview .post-list__item {
    width: 33.33vw;
    height: 33.33vw;
  }
  .post-block.-tmbview.-archive .post-list__item {
    width: 20vw;
    height: 20vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .post-card,
  .post-card-hdg.-link {
    transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .post-card:hover,
  .post-card-hdg.-link:hover {
    background-color: #111;
    color: #fff;
    transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .post-card-hdg.-link .post-card-hdg__text::before {
    opacity: 0;
  }
  .post-card-hdg:hover .post-card-hdg__text::before {
    opacity: 1;
  }
  .post-block.-listview .post-card:hover .post-card__image:not(.-na) {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .post-block.-tmbview .post-card__title-main,
  .post-block.-tmbview .post-card__title-sub,
  .post-block.-tmbview .post-card__date,
  .post-block.-tmbview .post-card__dl {
    opacity: 0;
  }
  .post-block.-tmbview .post-card:hover .post-card__title-main,
  .post-block.-tmbview .post-card:hover .post-card__title-sub,
  .post-block.-tmbview .post-card:hover .post-card__date,
  .post-block.-tmbview .post-card:hover .post-card__dl {
    opacity: 1;
  }
}
/*
 * local
 */
/* archive */
.archive-heading {
  box-shadow: inset 0 1px 0 0 #f3f3f3, 0 1px 0 0 #f3f3f3;
  display: flex;
  width: 100%;
}
.archive-heading.-filter .archive-heading__terms {
  display: flex;
  align-items: center;
}
.archive-heading.-list .archive-heading__heading span {
  position: relative;
}
.archive-heading.-list .archive-heading__heading span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  background-color: #f3f3f3;
  display: inline-block;
}
@media screen and (max-width: 47.999em) {
  .archive-heading__heading {
    padding: 1rem 0 1rem 1.6rem;
    margin-right: auto;
  }
  .archive-heading.-filter {
    box-shadow: inset 0 1px 0 0 #f3f3f3;
    flex-wrap: wrap;
  }
  .archive-heading.-filter .archive-heading__heading {
    width: calc(100% - 9.6rem);
    box-shadow: 0 1px 0 0 #f3f3f3;
  }
  .archive-heading.-filter .archive-heading__button {
    width: 9.6rem;
  }
  .archive-heading.-filter .archive-heading__terms {
    flex-wrap: wrap;
    padding: 1.6rem 1.6rem 0;
  }
  .archive-heading.-list .archive-heading__heading span {
    padding-left: 2.4rem;
  }
  .archive-heading.-list .archive-heading__heading span::before {
    width: 1.6rem;
  }
}
@media screen and (min-width: 48em) {
  .archive-heading {
    width: 100%;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .archive-heading__heading {
    padding: 2.4rem 0 2.4rem 4rem;
    transition: padding 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .archive-heading.-filter .archive-heading__terms {
    order: 1;
    flex-grow: 2;
    flex-shrink: 2;
    margin-left: 4rem;
  }
  .archive-heading.-filter .archive-heading__button {
    order: 2;
    width: 12rem;
    margin-left: 4rem;
  }
  .archive-heading.-list .archive-heading__heading span {
    padding-left: 4rem;
  }
  .archive-heading.-list .archive-heading__heading span::before {
    width: 3.2rem;
  }
  .archive-heading.-list .archive-heading__button {
    margin-left: auto;
  }
}
.filter-block {
  position: relative;
  top: 0;
  width: 100%;
  background-color: #fff;
}
.filter-block.-sticky {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 47.999em) {
  .filter-block__search {
    padding: 0.8rem 1.6rem 2.4rem 1.6rem;
  }
}
@media screen and (min-width: 48em) {
  .filter-block__search {
    padding: 2.4rem 4rem 2.4rem;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .customize-support .filter-block.-sticky {
    margin-top: 32px;
  }
}
.sf-input-text {
  outline: none;
  width: 100%;
  max-width: 100%;
  padding: 1.4rem 1.6rem;
  border: 0;
  background-color: #f3f3f3;
  font-size: 1.6rem;
  font-family: inherit;
  line-height: 1;
}
.sf-input-text:not(:-moz-placeholder-shown) {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #111;
}
.sf-input-text:focus,
.sf-input-text:not(:placeholder-shown) {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #111;
}
.sf-input-text::-webkit-input-placeholder {
  color: #111;
}
.sf-input-text::-moz-placeholder {
  color: #111;
}
.sf-input-text:-ms-input-placeholder {
  color: #111;
}
.filter-term {
  cursor: pointer;
  position: relative;
  margin-right: 1px;
  margin-bottom: 1px;
  background-color: #111;
  border: 1px solid #111;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.filter-term::before,
.filter-term::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #fff;
}
.filter-term::before {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.filter-term::after {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media screen and (max-width: 47.999em) {
  .filter-term {
    padding: 0.4rem 2.8rem 0.4rem 0.8rem;
  }
  .filter-term::before,
  .filter-term::after {
    width: 1.2rem;
    right: 0.8rem;
  }
}
@media screen and (min-width: 48em) {
  .filter-term {
    padding: 0.8rem 4rem 0.8rem 1.6rem;
  }
  .filter-term::before,
  .filter-term::after {
    width: 1.4rem;
    right: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .filter-term:hover {
    background-color: #fff;
    border-color: #f3f3f3;
    color: #111;
  }
  .filter-term:hover::before,
  .filter-term:hover::after {
    background-color: #111;
  }
}
.filter-button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 1px 0 0 #f3f3f3, 1px 0 0 #f3f3f3;
  white-space: nowrap;
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.filter-button__icon {
  position: relative;
  width: 1.2rem;
  height: 1px;
  margin-right: 1rem;
  background-color: #111;
}
.filter-button__icon::before,
.filter-button__icon::after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  background-color: #111;
}
.filter-button__icon::before {
  width: 1.6rem;
  -webkit-transform: translate(-0.2rem, -0.4rem);
          transform: translate(-0.2rem, -0.4rem);
}
.filter-button__icon::after {
  width: 0.8rem;
  -webkit-transform: translate(0.2rem, 0.4rem);
          transform: translate(0.2rem, 0.4rem);
}
.filter-button.-open {
  background-color: #111;
  color: #fff;
}
.filter-button.-open .filter-button__icon,
.filter-button.-open .filter-button__icon::before,
.filter-button.-open .filter-button__icon::after {
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .filter-button:hover {
    background-color: #111;
    color: #fff;
  }
  .filter-button:hover .filter-button__icon,
  .filter-button:hover .filter-button__icon::before,
  .filter-button:hover .filter-button__icon::after {
    background-color: #fff;
  }
}
.searchandfilter > ul > li > h4 {
  width: 100%;
  margin-top: 2.4rem;
}
.searchandfilter > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1px;
}
.searchandfilter > ul > li > ul > li {
  line-height: 1;
  margin-left: 1px;
  margin-bottom: 1px;
}
@media screen and (max-width: 47.999em) {
  .searchandfilter > ul > li > h4 {
    margin-top: 2.4rem;
  }
}
@media screen and (min-width: 48em) {
  .searchandfilter > ul > li > h4 {
    margin-top: 4rem;
  }
}
.sf-field-search,
.sf-field-reset {
  display: none;
}
.sf-input-checkbox {
  display: none;
}
.sf-input-checkbox + .sf-label-checkbox {
  cursor: pointer;
  display: inline-block;
  padding: 0.8rem 1.6rem;
  border: 1px solid #f3f3f3;
  font-size: 1.4rem;
  color: #111;
}
.sf-input-checkbox:checked + .sf-label-checkbox {
  background-color: #111;
  border-color: #111;
  color: #fff;
}
.sf-level-0[data-sf-count="0"] > .sf-label-checkbox {
  color: #c1c1c1;
}
.sf-count {
  margin-left: 0.5em;
  font-size: 1.2rem;
  color: #c1c1c1;
  vertical-align: top;
}
.search-filter-reset {
  display: inline-block;
  border-left: 1px solid #f3f3f3;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 47.999em) {
  .sf-input-checkbox + .sf-label-checkbox {
    padding: 0.4rem 0.8rem;
  }
  .search-filter-reset {
    width: 9.6rem;
    padding: 1.6rem;
  }
}
@media screen and (min-width: 48em) {
  .sf-input-checkbox + .sf-label-checkbox {
    padding: 0.8rem 1.6rem;
  }
  .search-filter-reset {
    width: 12rem;
    padding: 2.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sf-level-0:not([data-sf-count="0"]) > .sf-label-checkbox:hover,
  .search-filter-reset:hover {
    border-color: #111;
    background-color: #111;
    color: #fff;
  }
}
.filter-menu {
  position: relative;
  z-index: -1;
  transition: z-index 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.filter-menu ::-webkit-scrollbar {
  width: 0.4rem;
}
.filter-menu ::-webkit-scrollbar-track {
  background: #f3f3f3;
}
.filter-menu ::-webkit-scrollbar-thumb {
  background: #111;
}
.filter-menu__content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  background-color: #fff;
  overflow-y: auto;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), width 0.4s cubic-bezier(0.19, 1, 0.22, 1), height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.filter-menu__content-close {
  position: -caniuse-prefixes("css-sticky")-sticky;
  position: -webkit-sticky;
  position: sticky;
  width: 7.2rem;
  height: 6rem;
  margin-left: auto;
  cursor: pointer;
}
.filter-menu__content-close::before,
.filter-menu__content-close::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% - 2rem);
  width: 4rem;
  height: 1px;
  background-color: #111;
}
.filter-menu__content-close::before {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.filter-menu__content-close::after {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.filter-menu__content-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: -caniuse-prefixes("css-sticky")-sticky;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #f3f3f3;
  background-color: #fff;
}
.filter-menu__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0,0,0,0.25);
  cursor: pointer;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), z-index 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.filter-menu.-open {
  display: block;
  z-index: 9997;
  transition: z-index 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.filter-menu.-open .filter-menu__content {
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), z-index 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.filter-menu.-open .filter-menu__overlay {
  z-index: 9998;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), z-index 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 47.999em) {
  .filter-menu__content {
    width: 96%;
    max-height: 96%;
  }
  .filter-menu__content-close {
    top: 0.8rem;
    right: 0.8rem;
  }
  .filter-menu__content-main {
    padding: 0 2.4rem 4rem 2.4rem;
  }
  .filter-menu__content-status {
    padding-left: 2.4rem;
  }
}
@media screen and (min-width: 48em) {
  .filter-menu__content {
    width: 75%;
    max-height: 75%;
  }
  .filter-menu__content-close {
    top: 2.4rem;
    right: 2.4rem;
  }
  .filter-menu__content-main {
    padding: 0 8rem 8rem;
  }
  .filter-menu__content-status {
    padding-left: 8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .filter-menu__content-close:hover::before,
  .filter-menu__content-close:hover::after {
    background-color: #c1c1c1;
    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.archive-tagged__heading span::before {
  content: '#';
  margin-right: 0.2rem;
  font-size: 0.875em;
}
@media screen and (max-width: 47.999em) {
  .archive-tagged {
    padding: 2.4rem 1.6rem 4.8rem;
  }
  .archive-tagged__heading {
    padding-top: 1.2rem;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 48em) {
  .archive-tagged {
    padding: 2.4rem 4rem 4.8rem;
  }
  .archive-tagged__heading {
    padding-top: 1.6rem;
    font-size: 3.2rem;
  }
}
/* mmmmm */
.mmmmm .header,
.mmmmm .footer,
.mmmmm .nav {
  display: none;
}
.mmmmm-header {
  background-color: rgba(255,0,0,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.mmmmm-header::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0,0,0,0.5);
}
.mmmmm-header__heading {
  color: #fff;
  line-height: 1;
}
.mmmmm-header__subheading {
  color: #c1c1c1;
  line-height: 1;
}
@media screen and (max-width: 47.999em) {
  .mmmmm-header {
    margin-bottom: 4rem;
    height: 100vw;
    max-height: 100vh;
  }
  .mmmmm-header__heading {
    font-size: 4.8rem;
  }
  .mmmmm-header__subheading {
    margin: 0.8rem auto;
    font-size: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .mmmmm-header {
    margin-bottom: 8rem;
    height: 64rem;
  }
  .mmmmm-header__heading {
    font-size: 6.4rem;
  }
  .mmmmm-header__subheading {
    margin: 1.6rem auto;
    font-size: 2.4rem;
  }
}
/* contact */
.form {
  line-height: 1;
}
.form__field {
  margin-bottom: 3.2rem;
  width: 100%;
}
.form__label {
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.form__label + p > input,
.form__label + p > textarea {
  margin-top: -0.8rem;
}
.form-submit {
  margin-top: 3.2rem;
}
.form-submit input[type="submit"] {
  border: 0;
  border-radius: 0;
  background-color: #111;
  padding: 2.4rem 4.8rem;
  border: 1px solid #111;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.form input:not([type="radio"]),
.form textarea {
  outline: none;
  padding: 1.4rem 1.6rem;
  border: 0;
  background-color: #f3f3f3;
  font-size: 1.6rem;
  font-family: inherit;
}
.form input:not([type="radio"]):not(:-moz-placeholder-shown), .form textarea:not(:-moz-placeholder-shown) {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #111;
}
.form input:not([type="radio"]):focus,
.form textarea:focus,
.form input:not([type="radio"]):not(:placeholder-shown),
.form textarea:not(:placeholder-shown) {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #111;
}
.form input {
  max-width: 100%;
}
.form textarea {
  width: 100%;
  line-height: 1.5;
}
.form input[type="text"],
.form input[type="email"] {
  width: 100%;
}
.form input[type="radio"] {
  vertical-align: middle;
  border: 1px solid #111;
}
.form .mwform-radio-field.vertical-item:not(:first-of-type) {
  padding-top: 0.8rem;
}
.form .error {
  padding-top: 0.8rem;
  color: #a30c02;
}
.form ::-webkit-input-placeholder {
  color: #111;
}
.form ::-moz-placeholder {
  color: #111;
}
.form :-ms-input-placeholder {
  color: #111;
}
.mw_wp_form_confirm .form__field {
  line-height: 1.5;
}
@media (hover: hover) and (pointer: fine) {
  .form-submit input[type="submit"]:hover {
    background-color: #fff;
    color: #111;
    transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
/* Trumps
--------------------------------------------------- */
/* typo */
._center {
  text-align: center !important;
}
._left {
  text-align: left !important;
}
._right {
  text-align: right !important;
}
._small {
  font-size: 0.8em !important;
}
._large {
  font-size: 1.2em !important;
}
._nowrap {
  white-space: nowrap;
}
/* layout */
._pull-rt {
  float: right !important;
}
._pull-lt {
  float: left !important;
}
._p0 {
  padding: 0 !important;
}
._pt0,
._py0 {
  padding-top: 0 !important;
}
._pb0,
._py0 {
  padding-bottom: 0 !important;
}
._mr-auto {
  margin-right: auto !important;
}
._ml-auto {
  margin-left: auto !important;
}
._mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
._m0 {
  margin: 0 !important;
}
._mt0,
._my0 {
  margin-top: 0 !important;
}
._mb0,
._my0 {
  margin-bottom: 0 !important;
}
._mt4,
._my4 {
  margin-top: 0.4rem !important;
}
._mb4,
._my4 {
  margin-bottom: 0.4rem !important;
}
._mt8,
._my8 {
  margin-top: 0.8rem !important;
}
._mb8,
._my8 {
  margin-bottom: 0.8rem !important;
}
._mt12,
._my12 {
  margin-top: 1.2rem !important;
}
._mb12,
._my12 {
  margin-bottom: 1.2rem !important;
}
._mt16,
._my16 {
  margin-top: 1.6rem !important;
}
._mb16,
._my16 {
  margin-bottom: 1.6rem !important;
}
._mt20,
._my20 {
  margin-top: 2rem !important;
}
._mb20,
._my20 {
  margin-bottom: 2rem !important;
}
._mt24,
._my24 {
  margin-top: 2.4rem !important;
}
._mb24,
._my24 {
  margin-bottom: 2.4rem !important;
}
._mt28,
._my28 {
  margin-top: 2.8rem !important;
}
._mb28,
._my28 {
  margin-bottom: 2.8rem !important;
}
._mt32,
._my32 {
  margin-top: 3.2rem !important;
}
._mb32,
._my32 {
  margin-bottom: 3.2rem !important;
}
._mt40,
._my40 {
  margin-top: 4rem !important;
}
._mb40,
._my40 {
  margin-bottom: 4rem !important;
}
._mt48,
._my48 {
  margin-top: 4.8rem !important;
}
._mb48,
._my48 {
  margin-bottom: 4.8rem !important;
}
._mt56,
._my56 {
  margin-top: 5.6rem !important;
}
._mb56,
._my56 {
  margin-bottom: 5.6rem !important;
}
._mt64,
._my64 {
  margin-top: 6.4rem !important;
}
._mb64,
._my64 {
  margin-bottom: 6.4rem !important;
}
._mt72,
._my72 {
  margin-top: 7.2rem !important;
}
._mb72,
._my72 {
  margin-bottom: 7.2rem !important;
}
._mt80,
._my80 {
  margin-top: 8rem !important;
}
._mb80,
._my80 {
  margin-bottom: 8rem !important;
}
._mt96,
._my96 {
  margin-top: 9.6rem !important;
}
._mb96,
._my96 {
  margin-bottom: 9.6rem !important;
}
._mt120,
._my120 {
  margin-top: 12rem !important;
}
._mb120,
._my120 {
  margin-bottom: 12rem !important;
}
._mt160,
._my160 {
  margin-top: 16rem !important;
}
._mb160,
._my160 {
  margin-bottom: 16rem !important;
}
@media screen and (max-width: 47.999em) {
  ._p0-sp {
    padding: 0 !important;
  }
  ._pt0-sp,
  ._py0-sp {
    padding-top: 0 !important;
  }
  ._pb0-sp,
  ._py0-sp {
    padding-bottom: 0 !important;
  }
  ._mr-auto-sp {
    margin-right: auto !important;
  }
  ._ml-auto-sp {
    margin-left: auto !important;
  }
  ._mx-auto-sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  ._mt4-sp,
  ._my4-sp {
    margin-top: 0.4rem !important;
  }
  ._mb4-sp,
  ._my4-sp {
    margin-bottom: 0.4rem !important;
  }
  ._mt8-sp,
  ._my8-sp {
    margin-top: 0.8rem !important;
  }
  ._mb8-sp,
  ._my8-sp {
    margin-bottom: 0.8rem !important;
  }
  ._mt12-sp,
  ._my12-sp {
    margin-top: 1.2rem !important;
  }
  ._mb12-sp,
  ._my12-sp {
    margin-bottom: 1.2rem !important;
  }
  ._mt16-sp,
  ._my16-sp {
    margin-top: 1.6rem !important;
  }
  ._mb16-sp,
  ._my16-sp {
    margin-bottom: 1.6rem !important;
  }
  ._mt20-sp,
  ._my20-sp {
    margin-top: 2rem !important;
  }
  ._mb20-sp,
  ._my20-sp {
    margin-bottom: 2rem !important;
  }
  ._mt24-sp,
  ._my24-sp {
    margin-top: 2.4rem !important;
  }
  ._mb24-sp,
  ._my24-sp {
    margin-bottom: 2.4rem !important;
  }
  ._mt28-sp,
  ._my28-sp {
    margin-top: 2.8rem !important;
  }
  ._mb28-sp,
  ._my28-sp {
    margin-bottom: 2.8rem !important;
  }
  ._mt32-sp,
  ._my32-sp {
    margin-top: 3.2rem !important;
  }
  ._mb32-sp,
  ._my32-sp {
    margin-bottom: 3.2rem !important;
  }
  ._mt40-sp,
  ._my40-sp {
    margin-top: 4rem !important;
  }
  ._mb40-sp,
  ._my40-sp {
    margin-bottom: 4rem !important;
  }
  ._mt48-sp,
  ._my48-sp {
    margin-top: 4.8rem !important;
  }
  ._mb48-sp,
  ._my48-sp {
    margin-bottom: 4.8rem !important;
  }
  ._mt56-sp,
  ._my56-sp {
    margin-top: 5.6rem !important;
  }
  ._mb56-sp,
  ._my56-sp {
    margin-bottom: 5.6rem !important;
  }
  ._mt64-sp,
  ._my64-sp {
    margin-top: 6.4rem !important;
  }
  ._mb64-sp,
  ._my64-sp {
    margin-bottom: 6.4rem !important;
  }
  ._mt72-sp,
  ._my72-sp {
    margin-top: 7.2rem !important;
  }
  ._mb72-sp,
  ._my72-sp {
    margin-bottom: 7.2rem !important;
  }
  ._mt80-sp,
  ._my80-sp {
    margin-top: 8rem !important;
  }
  ._mb80-sp,
  ._my80-sp {
    margin-bottom: 8rem !important;
  }
  ._mt96-sp,
  ._my96-sp {
    margin-top: 9.6rem !important;
  }
  ._mb96-sp,
  ._my96-sp {
    margin-bottom: 9.6rem !important;
  }
  ._mt120-sp,
  ._my120-sp {
    margin-top: 12rem !important;
  }
  ._mb120-sp,
  ._my120-sp {
    margin-bottom: 12rem !important;
  }
  ._mt160-sp,
  ._my160-sp {
    margin-top: 16rem !important;
  }
  ._mb160-sp,
  ._my160-sp {
    margin-bottom: 16rem !important;
  }
}
@media screen and (min-width: 48em) {
  ._p0-pc {
    padding: 0 !important;
  }
  ._pt0-pc,
  ._py0-pc {
    padding-top: 0 !important;
  }
  ._pb0-pc,
  ._py0-pc {
    padding-bottom: 0 !important;
  }
  ._mr-auto-pc {
    margin-right: auto !important;
  }
  ._ml-auto-pc {
    margin-left: auto !important;
  }
  ._mx-auto-pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  ._mt4-pc,
  ._my4-pc {
    margin-top: 0.4rem !important;
  }
  ._mb4-pc,
  ._my4-pc {
    margin-bottom: 0.4rem !important;
  }
  ._mt8-pc,
  ._my8-pc {
    margin-top: 0.8rem !important;
  }
  ._mb8-pc,
  ._my8-pc {
    margin-bottom: 0.8rem !important;
  }
  ._mt12-pc,
  ._my12-pc {
    margin-top: 1.2rem !important;
  }
  ._mb12-pc,
  ._my12-pc {
    margin-bottom: 1.2rem !important;
  }
  ._mt16-pc,
  ._my16-pc {
    margin-top: 1.6rem !important;
  }
  ._mb16-pc,
  ._my16-pc {
    margin-bottom: 1.6rem !important;
  }
  ._mt20-pc,
  ._my20-pc {
    margin-top: 2rem !important;
  }
  ._mb20-pc,
  ._my20-pc {
    margin-bottom: 2rem !important;
  }
  ._mt24-pc,
  ._my24-pc {
    margin-top: 2.4rem !important;
  }
  ._mb24-pc,
  ._my24-pc {
    margin-bottom: 2.4rem !important;
  }
  ._mt28-pc,
  ._my28-pc {
    margin-top: 2.8rem !important;
  }
  ._mb28-pc,
  ._my28-pc {
    margin-bottom: 2.8rem !important;
  }
  ._mt32-pc,
  ._my32-pc {
    margin-top: 3.2rem !important;
  }
  ._mb32-pc,
  ._my32-pc {
    margin-bottom: 3.2rem !important;
  }
  ._mt40-pc,
  ._my40-pc {
    margin-top: 4rem !important;
  }
  ._mb40-pc,
  ._my40-pc {
    margin-bottom: 4rem !important;
  }
  ._mt48-pc,
  ._my48-pc {
    margin-top: 4.8rem !important;
  }
  ._mb48-pc,
  ._my48-pc {
    margin-bottom: 4.8rem !important;
  }
  ._mt56-pc,
  ._my56-pc {
    margin-top: 5.6rem !important;
  }
  ._mb56-pc,
  ._my56-pc {
    margin-bottom: 5.6rem !important;
  }
  ._mt64-pc,
  ._my64-pc {
    margin-top: 6.4rem !important;
  }
  ._mb64-pc,
  ._my64-pc {
    margin-bottom: 6.4rem !important;
  }
  ._mt72-pc,
  ._my72-pc {
    margin-top: 7.2rem !important;
  }
  ._mb72-pc,
  ._my72-pc {
    margin-bottom: 7.2rem !important;
  }
  ._mt80-pc,
  ._my80-pc {
    margin-top: 8rem !important;
  }
  ._mb80-pc,
  ._my80-pc {
    margin-bottom: 8rem !important;
  }
  ._mt96-pc,
  ._my96-pc {
    margin-top: 9.6rem !important;
  }
  ._mb96-pc,
  ._my96-pc {
    margin-bottom: 9.6rem !important;
  }
  ._mt120-pc,
  ._my120-pc {
    margin-top: 12rem !important;
  }
  ._mb120-pc,
  ._my120-pc {
    margin-bottom: 12rem !important;
  }
  ._mt160-pc,
  ._my160-pc {
    margin-top: 16rem !important;
  }
  ._mb160-pc,
  ._my160-pc {
    margin-bottom: 16rem !important;
  }
}
/* responsive */
@media screen and (max-width: 47.999em) {
  ._sp {
    display: inline-block;
  }
  ._sp-xs,
  ._pc {
    display: none;
  }
}
@media screen and (max-width: 28.124em) {
  ._sp-xs,
  ._sp {
    display: inline-block;
  }
  ._pc {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  ._pc {
    display: inline-block;
  }
  ._sp-xs,
  ._sp {
    display: none;
  }
}
/* f**k IE */
_:-ms-lang(x)::-ms-backdrop,
.frame__header {
  min-height: 0%;
}
_:-ms-lang(x)::-ms-backdrop,
.frame__footer {
  min-height: 0%;
}
_:-ms-lang(x)::-ms-backdrop,
.frame__content {
  display: block;
}
.page-content .panelContainer ul {
  display: flex;
  flex-wrap: wrap;
}
.page-content .panelContainer ul li {
  padding-left: 0;
}
.page-content .panelContainer ul li::before {
  content: none;
}
.page-content .panelContainer ul li:not(:first-child) {
  margin-top: 0;
}
.page-content .panel:not(:first-child) {
  margin-top: 4rem;
}
/* JS, Plugins
--------------------------------------------------- */
