@charset "UTF-8";
/*
  Made by Elly Loel - https://ellyloel.com/
  参考記事:
    - Josh W Comeau - https://courses.joshwcomeau.com/css-for-js/treasure-trove/010-global-styles/
    - Andy Bell - https://piccalil.li/blog/a-modern-css-reset/
    - Adam Argyle - https://unpkg.com/open-props@1.3.16/normalize.min.css / https://codepen.io/argyleink/pen/KKvRORE
  メモ:
    - :where()は簡単に上書きできるように詳細度を低くするために使用しています。
*/
* {
  /* すべてのデフォルトのマージンを削除 */
  margin: 0;
  /* すべてのデフォルトのパディングを削除 */
  padding: 0;
}

/* より直感的なボックスサイズのモデルを使用 */
*,
::before,
::after {
  box-sizing: border-box;
}

/* fieldset, progress, meter以外のすべての要素でボーダーを削除し、背景に適切なデフォルトを設定 */
*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  overflow-y: scroll;
  /* スクロールバーをオーバーレイしないすべてのブラウザ  */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

body {
  background-color: #fff;
  box-sizing: border-box;
  color: #222;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-indent: 0.08em;
  position: relative;
  word-wrap: break-word;
}

/* 各メディア要素のデフォルトを改善 */
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

/* ストロークを削除し、fillの塗りつぶしカラーはフォントカラーを継承 */
:where(svg) {
  stroke: none;
  fill: currentColor;
}

/* fill属性のないSVG */
:where(svg):where(:not([fill])) {
  /* fillを取り除き、ストロークのカラーはフォントカラーを継承 */
  fill: none;
  /* 丸みを帯びたストローク */
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* width属性のないSVGのサイズを設定 */
:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

/* フォーム内のタイポグラフィのスタイルを削除 */
:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

/* textareaのサイズ変更は垂直のみにし、ブラウザがサポートしている場合にのみblockにします */
:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
/* テキストのオーバーフローを回避 */
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

/* article、aside、nav、section内のh1フォントサイズを修正 */
h1 {
  font-size: 2em;
}

/* リストの役割をするul、ol要素のリストスタイルを削除。デフォルトのスタイルが削除されることを示唆しています */
:where(ul, ol)[role=list] {
  list-style: none;
}

/* クラスを持たないアンカータグに、より読みやすい下線スタイルを設定。アンカータグに設定することもできますが、コンフリクトを引き起こす可能性があります */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* インタラクティブな要素は適切なカーソルを設定して操作できることを明確にする */
:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
  cursor: pointer;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

/* フォーカスのアウトラインをアニメーション化 */
@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

/* ユーザーがボタンのテキストを選択できないようにする */
:where(input[type=file])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}
:where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

/* 無効化されたボタンには無効化されたカーソルを表示 */
:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: 700;
}

summary {
  display: block;
  display: list-item;
  /* すべてのブラウザに正しい表示を追加する */
}

small {
  font-size: 80%;
  /* 「small」要素でfont-sizeを80％に設定します */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* すべてのブラウザに境界線の下線効果を追加します */
  text-decoration: none;
  /* Firefox40以降でテキスト装飾を削除する */
}

a {
  color: #222;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
a:active, a:hover {
  outline-width: 0;
  /* すべてのブラウザでホバーするときにアウトラインを削除します */
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* コード要素のフォントファミリーを指定する */
}

dfn {
  font-style: italic;
  /* SafariとChromeに存在しないアドレススタイル */
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address,
em {
  font-style: normal;
}

/* ボタン要素にカーソルポインタを適用する */
button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
}

/* 無効な要素のポインタカーソルを置き換えます */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

button, input, optgroup, select, textarea {
  font: inherit;
  /* フォーム要素のフォント継承を指定する */
}

optgroup {
  font-weight: bold;
  /* 前のルールで設定されていないフォントの太さを復元します */
}

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

/* 上記の境界線のリセットで削除されたフォーカススタイルを置き換えます */
button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  /* iOSでクリック可能なタイプのスタイルを設定できない問題を修正 */
}

button, select {
  text-transform: none;
  /* Firefox 40以降、Internet Explorer 11- */
}

/* すべてのブラウザでデフォルトのボタンスタイルを削除します */
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* 標準入力のようにスタイルを選択 */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
  appearance: none;
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

legend {
  display: table;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* iOSとSafariでクリック可能なタイプのスタイルを設定できない問題を修正 */
  font: inherit;
  /* ChromeとSafariでフォントのプロパティを「継承」に変更します */
}

[type=search] {
  -webkit-appearance: textfield;
  /* ChromeとSafariの奇妙な外観を修正する */
  outline-offset: -2px;
  /* Safariのアウトラインスタイルを修正する */
}

/* Chrome、Firefox、Operaで正しい垂直方向の配置を追加する */
progress {
  vertical-align: baseline;
}

/* 画面からコンテンツを非表示にしますが、スクリーンリーダーは非表示にしません */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* 更新要素の進行カーソルを指定します */
[aria-busy=true] {
  cursor: progress;
}

/* トリガー要素のポインターカーソルを指定します */
[aria-controls] {
  cursor: pointer;
}

/* 無効、編集不可、またはその他の方法で操作できない要素のスタイルなしカーソルを指定します */
[aria-disabled] {
  cursor: default;
}

/* テキスト選択の背景色を指定し、ドロップシャドウを省略します */
::-moz-selection {
  background-color: #b3d7ff;
  /* :: selectionを宣言するときに必要です */
  color: #000;
  text-shadow: none;
}
::-moz-selection, ::selection {
  background-color: #b3d7ff;
  /* :: selectionを宣言するときに必要です */
  color: #000;
  text-shadow: none;
}
/*# sourceMappingURL=reset.css.map */