@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  リセット
* --------------------------------------------------------------------------------------------------*/
html {
    height: 100%;
}
body {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}
html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  border-spacing: 0;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
}

body {
  width: 100%;
  position: relative;
  background-color: #c0b889;
  color: #262626;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, sans-serif;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-padding-top: 100px;
}