@charset "UTF-8";
/*=========================
reset
===========================*/
html {
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  touch-action: manipulation;
}
body {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0px;
  padding: 0px;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
fieldset,
img {
  border: 0px;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q::before,
q::after {
  content: "";
}
abbr,
acronym {
  border: 0px;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: rgb(0, 0, 0);
}
abbr,
article,
aside,
audio,
b,
canvas,
datalist,
details,
dialog,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
time,
video {
  display: block;
  margin: 0px;
  padding: 0px;
}
*,
::before,
::after {
  box-sizing: border-box;
}
img {
  vertical-align: middle;
  backface-visibility: hidden;
  width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
input[type="reset"],
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-family: YuGothic,'Yu Gothic',sans-serif;
}