/* Reset
   ----------------------------------------------------------------- */

a,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
div,
main,
article,
section,
header,
footer,
aside,
input,
button,
textarea,
body,
table,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all; /*font-feature-settings: "palt" 1;*/
}

a {
  color: #3f3c3b;
  cursor: pointer;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

a:hover {
  cursor: pointer;
}

input[type="text"],
button,
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%; /*vertical-align:top;*/
}

/* Base
   ----------------------------------------------------------------- */

html,
body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #3f3c3b;
}

::selection {
  background-color: #ffa200;
  color: #fff;
}

::-moz-selection {
  background-color: #ffa200;
  color: #fff;
}
