@charset "utf-8";
/*CSS reset*/
/* local-reset */
html {
  -webkit-text-size-adjust: none;
  font-size: 100px;
  -webkit-user-select: none;
  position: relative;
  min-height: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
}
body {
  font-size: 12px;
  line-height: 1.5;
  font-family: Helvetica, Helvetica Neue, verdana, sans-serif;
  color: #333;
}
/*common-reset*/
div,
img,
p,
h1,
h2,
h3,
input,
select,
button,
table,
th,
td,
form,
ul,
ol,
li,
em,
strong,
a,
span,
i {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
/*li-reset*/
li {
  list-style: none;
}
/*table-reset*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
}
/*form-reset*/
select {
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: none;
}
input {
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  line-height: normal;
  -webkit-appearance: none;
}
input[type='button'],
input[type='submit'] {
  -webkit-appearance: none;
}
input::-webkit-input-placeholder {
  color: #999;
}
input[type='file'] {
  width: 100%;
  height: 100%;
  opacity: 0;
}
textarea {
  resize: none;
  border: 0;
}
button {
  background-color: transparent;
  -webkit-appearance: none;
}
/*text-reset*/
h1,
h2,
h3,
h4,
h5,
h6,
del,
caption,
th,
td,
strong,
em,
i {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}
del,
ins {
  text-decoration: none;
}
q::before,
q::after {
  content: '';
}
/*url-reset*/
a {
  text-decoration: none;
  color: #333;
}
a:active {
  outline: 0;
}
/*img-reset*/
img {
  display: inline-block;
  /* width: 100%; */
  -webkit-touch-callout: none;
}
/*div-reset*/
div {
  box-sizing: border-box;
}
/*scroll-reset*/
/* ::-webkit-scrollbar {
  width: 1px;
  height: 5px;
}
::-webkit-scrollbar-track-piece {
  background-color: transparent;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #666;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #666;
  border-radius: 3px;
} */
