@charset "utf-8";

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, font, 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 {
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  outline: none;
}

body {
  line-height: 1;
  min-width: 1030px;
  overflow: auto;
}

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

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

input, button, select, textarea {
  font-family : inherit;
  -webkit-appearance: none;
  border-radius: 0;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input::placeholder {
	color: Lightgrey;
}

textarea::placeholder {
	color: Lightgrey;
}

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

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  background: #fff;
  color: #000;
//  font-family: 'Noto Sans JP', sans-serif;
  font-family:"Kosugi Maru", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  min-width: 1000px;
  -webkit-text-size-adjust: none;
}

a, a img {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease, background .3s ease, opacity .3s ease;
}

a:hover {
  opacity: .75;
}

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

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
}

input, select, textarea {
  -webkit-appearance: none;
  border: solid 1px;
}
input[type="checkbox"], input[type="radio"] {
  border: none;
}
textarea {
  resize: none;
}