@charset "UTF-8";
@import url("https://use.typekit.net/sdi5jlr.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/*
Reset Stylesheet
URL: https://code.1pxeye.com/download/code/reset.css
Author: 1pxeye studio
Last Updated: 2017-07-04
This document has passed the test: W3C CSS Validator (Level 3) 
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* line 14, sass/reset.scss */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: 0 0;
  vertical-align: baseline;
  font-size: 100%;
}

/* line 24, sass/reset.scss */
*,
:after,
:before {
  box-sizing: border-box;
}

/* line 30, sass/reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 36, sass/reset.scss */
body {
  overflow-x: hidden;
  font: normal normal normal 14px/1.8 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}

/* line 42, sass/reset.scss */
address,
caption,
code,
figcaption,
pre,
th {
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
}

/* line 53, sass/reset.scss */
blockquote,
q {
  quotes: none;
}

/* line 58, sass/reset.scss */
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

/* line 66, sass/reset.scss */
fieldset,
iframe,
img {
  border: 0;
}

/* line 72, sass/reset.scss */
fieldset {
  padding: .35em .75em .625em;
}

/* line 76, sass/reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 82, sass/reset.scss */
caption,
th {
  text-align: left;
}

/* line 87, sass/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 92, sass/reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 106, sass/reset.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 114, sass/reset.scss */
sup {
  vertical-align: text-top;
}

/* line 118, sass/reset.scss */
sub {
  vertical-align: text-bottom;
}

/* line 122, sass/reset.scss */
hr {
  display: block;
  overflow: visible;
  box-sizing: content-box;
  margin: 1em 0;
  padding: 0;
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/* line 133, sass/reset.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
}

/* line 143, sass/reset.scss */
textarea {
  overflow: auto;
}

/* line 147, sass/reset.scss */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 153, sass/reset.scss */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 158, sass/reset.scss */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* line 163, sass/reset.scss */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 168, sass/reset.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 173, sass/reset.scss */
details,
menu {
  display: block;
}

/* line 178, sass/reset.scss */
summary {
  display: list-item;
}

/* line 182, sass/reset.scss */
canvas {
  display: inline-block;
}

/* line 186, sass/reset.scss */
[hidden],
template {
  display: none;
}

/* line 191, sass/reset.scss */
input,
select {
  vertical-align: middle;
}

/* line 196, sass/reset.scss */
button {
  overflow: visible;
  box-sizing: content-box;
  border: 0;
  background: 0 0;
  color: inherit;
  vertical-align: inherit;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}

/* line 208, sass/reset.scss */
button:disabled {
  cursor: default;
}

/* line 212, sass/reset.scss */
button,
select {
  text-transform: none;
}

/* line 217, sass/reset.scss */
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

/* line 224, sass/reset.scss */
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 232, sass/reset.scss */
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 239, sass/reset.scss */
fieldset {
  padding: .35em .75em .625em;
}

/* line 243, sass/reset.scss */
legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

/* line 250, sass/reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 255, sass/reset.scss */
:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
  outline: 0;
}

/* line 260, sass/reset.scss */
::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 265, sass/reset.scss */
audio,
progress,
video {
  display: inline-block;
}

/* line 271, sass/reset.scss */
progress {
  vertical-align: baseline;
}

/* line 275, sass/reset.scss */
a,
a:link,
a:visited {
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

/* line 283, sass/reset.scss */
a:hover {
  text-decoration: underline;
}

/* line 287, sass/reset.scss */
a:active {
  text-decoration: none;
}

/* line 291, sass/reset.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 297, sass/reset.scss */
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

/* line 303, sass/reset.scss */
code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace;
}

/* line 311, sass/reset.scss */
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

/* line 318, sass/reset.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 323, sass/reset.scss */
small {
  font-size: 80%;
}

/* line 327, sass/reset.scss */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

/* line 335, sass/reset.scss */
sub {
  bottom: -.25em;
}

/* line 339, sass/reset.scss */
sup {
  top: -.5em;
}

/* line 343, sass/reset.scss */
ul {
  list-style: none;
}

/* line 347, sass/reset.scss */
img {
  display: block;
  height: auto;
  max-width: 100%;
  border-style: none;
}

/* line 354, sass/reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 358, sass/reset.scss */
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 366, sass/reset.scss */
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

/* line 373, sass/reset.scss */
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 380, sass/reset.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 389, sass/reset.scss */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 395, sass/reset.scss */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 400, sass/reset.scss */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 405, sass/reset.scss */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 409, sass/reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
