/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/reset.scss ***!
  \*****************************************************************************************************************************************************************/
:root {
  /* --font-primaly: "YakuHanRP", source-han-serif-japanese, "Times New Roman", serif; */
  --color-link: #ffffff;
  --color-hover: #ffffff;
  --breakPoint-xs: 375;
  --breakPoint-s: 560;
  --breakPoint-m: 960;
  --breakPoint-l: 1200;
  --breakPoint-xl: 1500;
  /* --font-size: min(calc(100vw * 1 / var(--breakPoint-s)), 8.125%); */
  --font-size: min(calc(100vw * 1 / var(--breakPoint-s)), 5.2%);
}

/* *,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
} */
:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  font-size: var(--font-size);
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: var(--main-color);
}

:where(body) {
  text-rendering: optimizeSpeed;
  width: 100%;
  margin: 0;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(input[type=button], input[type=text], input[type=submit], input[type=search], input[type=email]) {
  -webkit-appearance: none !important;
  border-radius: 0;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
  text-decoration: none;
  background: transparent;
}

:where(a:active, a:hover) {
  outline: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

:where(a:link, a:visited, a:active) {
  color: var(--color-link);
}

:where(a:hover) {
  color: var(--color-hover);
}

:where(ul, ol) {
  list-style: none;
}

:where(ul, ol, dl) {
  margin: 0;
  padding: 0;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

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

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
}

:where(h1, h2, h3) {
  line-height: calc(1.5em + 0.5rem);
}

:where(p) {
  box-decoration-break: clone;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(address) {
  font-style: normal;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}
