/*
**********************************************
reset
**********************************************
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
/*line-height: 1.6;
  letter-spacing: 2px; */
}

img {
  border: 0;
  vertical-align: top;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: opacity .4s;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

a {
  width: 100%;
  height: auto;
  text-decoration: none;
  outline: none;
  transition: all .4s;
}

/*
a:link, a:visited {
  color: #000000;
}
*/

btn, label {
  outline: none;
}

button {
  cursor: pointer;
  cursor: pointer;
}



.pc_none {
  display: none;
}

@media (max-width: 640px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}