/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*-----------------------------------------------------
	base (~768px)
-----------------------------------------------------*/
main,
section,
article,
aside,
nav,
figure,
figcaption {
  display: block;
}

html,
body {
  width: 100%;
  overflow-x: clip;
}

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-stroke: 0.01rem;
  scroll-behavior: smooth;
  font-size: 4.2666666667vw;
}

body {
  width: 100%;
  min-height: 100%;
  color: #000;
  line-height: 1.7;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 300;
}

a {
  color: inherit;
  text-decoration: underline;
}
a img {
  transition: opacity 0.4s ease 0s;
}
a:hover, a:focus-visible {
  text-decoration: none;
}
a:hover img, a:focus-visible img {
  opacity: 0.75;
}

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

figure {
  line-height: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  padding-right: 1em !important;
  background: url("../images/selectArrow.svg") right 0.5em center no-repeat;
  background-size: 0.5em auto;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: #000;
}

pre,
code {
  white-space: pre-wrap;
  word-break: break-word;
}

/*-----------------------------------------------------
	base (~1300px)
-----------------------------------------------------*/
@media (min-width: 768px) {
  html {
    font-size: 1.2307692308vw;
  }
}
/*-----------------------------------------------------
	base (1300px~)
-----------------------------------------------------*/
@media (min-width: 1300px) {
  html {
    font-size: 16px;
  }
}/*# sourceMappingURL=base.css.map */