<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";



/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

i {
  font-style: normal;
}


/*--------------------------------------------------------------------------------
	foundation
--------------------------------------------------------------------------------*/

html {
  font-size: 62.5%;
  background-color: #fff;
  overflow-x: auto;
}

html.is-locked {
  /* overflow: hidden; */
}

body {
  background-color: var(--color-blk);
  color: #FFF;
  /* font-size: 16px; */
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: 'Futura-Medium', "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  /* min-width: 1024px;
  overflow: hidden; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;

  /* word-wrap: break-word;
  overflow-wrap: break-word;
  word-break : break-all; */
}

a {
  text-decoration: none;
  color: inherit;
}

a.disabled,
.disabled {
  pointer-events: none;
  cursor: default;
}

/* a.underlined {
  color: #CF0908;
  text-decoration: underline;
  -webkit-transition: color .3s;
  transition: color .3s;
}

a.underlined:hover {
  color: #CF0908;
}

a.underlined i {
  margin: 0 2px;
  font-size: 80%;
}

a.inline {
  color: #CF0908;
  -webkit-transition: color .3s;
  transition: color .3s;
}

a.inline:hover {
  color: #CF0908;
}

a.inline i {
  margin: 0 2px;
  font-size: 80%;
} */

:root:not(.is-touch) a[href^="tel:"] {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}

:root.is-touch a[href^="tel:"] {
  color: #CF0908;
  text-decoration: underline;
}

button:disabled {
  pointer-events: none;
  cursor: default;
}

.disabled a,
.disabled button {
  pointer-events: none;
  cursor: default;
}

b {
  font-weight: normal;
}

li {
  list-style: none;
}

img:not([src*=".svg"]) {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

img[src*=".gif"] {
	width: auto;
	height: auto;
	vertical-align: bottom;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media only screen and (min-width: 769px) {
  body {
    min-width: 1024px;
  }

  a:hover {
    text-decoration: underline;
  }

  a img {
    transition: all .3s;
  }

  a:hover img {
    opacity: .6;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }

  html,
  body {
  }
}

@media print {
  body {
    min-width: 1024px;
  }
}
</pre></body></html>